Fixed inconsistent declaration of biosmask
This commit is contained in:
parent
da95fe4bcb
commit
7c7961c578
3 changed files with 1 additions and 2 deletions
|
|
@ -38,7 +38,6 @@ int cgate32;
|
|||
|
||||
uint8_t romext[32768];
|
||||
uint8_t *ram,*rom;
|
||||
uint16_t biosmask;
|
||||
|
||||
uint32_t rmdat32;
|
||||
#define rmdat rmdat32
|
||||
|
|
|
|||
|
|
@ -46,7 +46,6 @@ int cgate32;
|
|||
|
||||
uint8_t romext[32768];
|
||||
uint8_t *ram,*rom;
|
||||
uint16_t biosmask;
|
||||
|
||||
uint32_t rmdat32;
|
||||
uint32_t backupregs[16];
|
||||
|
|
|
|||
|
|
@ -34,6 +34,7 @@ extern uint8_t romext[32768];
|
|||
extern int readlnum,writelnum;
|
||||
extern int memspeed[11];
|
||||
extern int nopageerrors;
|
||||
extern uint32_t biosmask;
|
||||
|
||||
void mem_mapping_add(mem_mapping_t *mapping,
|
||||
uint32_t base,
|
||||
|
|
|
|||
Loading…
Reference in a new issue