mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-05-09 20:01:19 +08:00
Include map ROM call in header
This commit is contained in:
parent
9468a5a020
commit
22b40f1732
@ -98,6 +98,7 @@ extern uint16_t first_umb_size;
|
|||||||
|
|
||||||
bool MEM_unmap_physmem(Bitu start,Bitu end);
|
bool MEM_unmap_physmem(Bitu start,Bitu end);
|
||||||
bool MEM_map_RAM_physmem(Bitu start,Bitu end);
|
bool MEM_map_RAM_physmem(Bitu start,Bitu end);
|
||||||
|
bool MEM_map_ROM_physmem(Bitu start,Bitu end);
|
||||||
|
|
||||||
struct BuiltinFileBlob {
|
struct BuiltinFileBlob {
|
||||||
const char *recommended_file_name;
|
const char *recommended_file_name;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user