mirror of
https://github.com/holub/mame
synced 2025-04-26 02:07:14 +03:00
ampex.cpp: fixed validation (nw)
This commit is contained in:
parent
e648ca57e6
commit
8ab5ac014c
@ -88,7 +88,7 @@ ROM_START( dialog80 )
|
||||
|
||||
ROM_REGION( 0x0200, "proms", 0 ) // unknown TI 16-pin DIPs
|
||||
ROM_LOAD( "417129-010.u16", 0x0000, 0x0100, NO_DUMP )
|
||||
ROM_LOAD( "417129-010.u87", 0x0100, 0x0200, NO_DUMP )
|
||||
ROM_LOAD( "417129-010.u87", 0x0100, 0x0100, NO_DUMP )
|
||||
ROM_END
|
||||
|
||||
COMP( 1980, dialog80, 0, 0, ampex, ampex, ampex_state, 0, "Ampex", "Dialogue 80", MACHINE_IS_SKELETON )
|
||||
|
Loading…
Reference in New Issue
Block a user