]> 4ch.mooo.com Git - 16.git/blob - src/lib/doslib/dos/biosext.h
added a bunch of things~ and midi stuff~
[16.git] / src / lib / doslib / dos / biosext.h
1 /* biosext.h
2  *
3  * DOS library for carrying out extended memory copy using BIOS INT 15h
4  * (C) 2009-2012 Jonathan Campbell.
5  * Hackipedia DOS library.
6  *
7  * This code is licensed under the LGPL.
8  * <insert LGPL legal text here>
9  */
10
11 #include <stdint.h>
12
13 #if TARGET_MSDOS == 16
14 int bios_extcopy(uint32_t dst,uint32_t src,unsigned long copy);
15 #endif
16