Include map ROM call in header

This commit is contained in:
Jonathan Campbell 2025-01-09 21:24:58 -08:00
parent 9468a5a020
commit 22b40f1732

View File

@ -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;