Applied all relevant mainline PCem commits (VME emulation, AT ESDI controller).

This commit is contained in:
OBattler
2017-07-15 12:46:44 +02:00
parent e7933ab2bd
commit 713bce1205
19 changed files with 1250 additions and 124 deletions

View File

@@ -59,7 +59,7 @@ int rom_present(wchar_t *fn)
}
static uint8_t rom_read(uint32_t addr, void *p)
uint8_t rom_read(uint32_t addr, void *p)
{
rom_t *rom = (rom_t *)p;
#ifdef ROM_TRACE