fix mask for function number

This commit is contained in:
Markus Fröschle
2016-10-17 15:07:29 +00:00
parent a712e409fc
commit 4a62b477ef
2 changed files with 10 additions and 10 deletions

View File

@@ -24,10 +24,10 @@
#define MEM_RW(where) emu->emu_rdw(emu, where)
#define MEM_RL(where) emu->emu_rdl(emu, where)
#define PCI_VGA_RAM_IMAGE_START 0xC0000
#define PCI_RAM_IMAGE_START 0xD0000
#define SYS_BIOS 0xF0000
#define SIZE_EMU 0x100000
#define PCI_VGA_RAM_IMAGE_START 0xC0000
#define PCI_RAM_IMAGE_START 0xD0000
#define SYS_BIOS 0xF0000
#define SIZE_EMU 0x100000
struct rom_header