mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
Fix name collision. (nw)
This commit is contained in:
parent
d324299f74
commit
c16df5ab3a
@ -251,10 +251,10 @@ MACHINE_CONFIG_END
|
||||
//**************************************************************************
|
||||
|
||||
//-------------------------------------------------
|
||||
// ROM( horizon )
|
||||
// ROM( nshrz )
|
||||
//-------------------------------------------------
|
||||
|
||||
ROM_START( horizon )
|
||||
ROM_START( nshrz )
|
||||
ROM_REGION( 0x400, Z80_TAG, 0 )
|
||||
ROM_LOAD( "option.prom", 0x000, 0x400, NO_DUMP )
|
||||
ROM_END
|
||||
@ -276,5 +276,5 @@ ROM_END
|
||||
//**************************************************************************
|
||||
|
||||
// YEAR NAME PARENT COMPAT MACHINE INPUT INIT COMPANY FULLNAME FLAGS
|
||||
COMP( 1976, horizon, 0, 0, horizon, horizon, driver_device, 0, "North Star Computers", "Horizon", GAME_NOT_WORKING | GAME_NO_SOUND_HW )
|
||||
COMP( 1976, nshrz, 0, 0, horizon, horizon, driver_device, 0, "North Star Computers", "Horizon", GAME_NOT_WORKING | GAME_NO_SOUND_HW )
|
||||
COMP( 1979, vector1, horizon, 0, horizon, horizon, driver_device, 0, "Vector Graphic", "Vector 1+ (DD drive)", GAME_NOT_WORKING | GAME_NO_SOUND_HW )
|
||||
|
@ -2012,7 +2012,7 @@ pro80
|
||||
pimps
|
||||
sage2
|
||||
zexall // zexall z80 test suite with kevtris' preloader/serial interface at 0000-00ff
|
||||
horizon
|
||||
nshrz
|
||||
vector1
|
||||
tricep
|
||||
indiana
|
||||
|
Loading…
Reference in New Issue
Block a user