Previous 199869 Revisions Next

r22957 Sunday 19th May, 2013 at 20:54:58 UTC by Curt Coder
Fix name collision. (nw)
[src/mess]mess.lst
[src/mess/drivers]horizon.c

trunk/src/mess/drivers/horizon.c
r22956r22957
251251//**************************************************************************
252252
253253//-------------------------------------------------
254//  ROM( horizon )
254//  ROM( nshrz )
255255//-------------------------------------------------
256256
257ROM_START( horizon )
257ROM_START( nshrz )
258258   ROM_REGION( 0x400, Z80_TAG, 0 )
259259   ROM_LOAD( "option.prom", 0x000, 0x400, NO_DUMP )
260260ROM_END
r22956r22957
276276//**************************************************************************
277277
278278//    YEAR  NAME    PARENT  COMPAT  MACHINE INPUT   INIT    COMPANY                             FULLNAME    FLAGS
279COMP( 1976, horizon,  0,       0,    horizon,   horizon, driver_device, 0,  "North Star Computers", "Horizon", GAME_NOT_WORKING | GAME_NO_SOUND_HW )
279COMP( 1976, nshrz,   0,       0,    horizon,   horizon, driver_device, 0,  "North Star Computers", "Horizon", GAME_NOT_WORKING | GAME_NO_SOUND_HW )
280280COMP( 1979, vector1,  horizon, 0,    horizon,   horizon, driver_device, 0,  "Vector Graphic", "Vector 1+ (DD drive)", GAME_NOT_WORKING | GAME_NO_SOUND_HW )
trunk/src/mess/mess.lst
r22956r22957
20122012pimps
20132013sage2
20142014zexall // zexall z80 test suite with kevtris' preloader/serial interface at 0000-00ff
2015horizon
2015nshrz
20162016vector1
20172017tricep
20182018indiana

Previous 199869 Revisions Next


© 1997-2024 The MAME Team