mirror of
https://github.com/holub/mame
synced 2025-10-05 08:41:31 +03:00
(mess) pc9801: fix boot vector ipl bank in ap2.
This commit is contained in:
parent
3902fdd717
commit
f7dc8b81a3
@ -4150,8 +4150,8 @@ ROM_START( pc9821ap2 )
|
||||
ROM_LOAD( "phd0102.rom", 0x000000, 0x80000, CRC(3036774c) SHA1(59856a348f156adf5eca06326f967aca54ff871c) )
|
||||
|
||||
ROM_REGION( 0x60000, "ipl", ROMREGION_ERASEFF ) // TODO: identify ROM banks
|
||||
ROM_COPY( "biosrom", 0x60000, 0x00000, 0x20000 )
|
||||
ROM_COPY( "biosrom", 0x20000, 0x20000, 0x20000 )
|
||||
ROM_COPY( "biosrom", 0x20000, 0x18000, 0x08000 )
|
||||
ROM_COPY( "biosrom", 0x30000, 0x28000, 0x18000 )
|
||||
|
||||
ROM_REGION( 0x10000, "sound_bios", 0 )
|
||||
ROM_LOAD( "sound.rom", 0x0000, 0x4000, CRC(a21ef796) SHA1(34137c287c39c44300b04ee97c1e6459bb826b60) )
|
||||
|
Loading…
Reference in New Issue
Block a user