summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Curt Coder <curtcoder@mail.com>2013-05-19 20:56:15 +0000
committer Curt Coder <curtcoder@mail.com>2013-05-19 20:56:15 +0000
commit9e08433e2aebf795dd9e2731835cff21bf8d9daf (patch)
tree336980b44df7ffd643305591a2ef4f6e236bd534
parentc16df5ab3a3925ddd2ad5030b6057ad5a52860a2 (diff)
and parent (nw)
-rw-r--r--src/mess/drivers/horizon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/drivers/horizon.c b/src/mess/drivers/horizon.c
index 0b5daed00b0..0695c1eb282 100644
--- a/src/mess/drivers/horizon.c
+++ b/src/mess/drivers/horizon.c
@@ -277,4 +277,4 @@ ROM_END
// YEAR NAME PARENT COMPAT MACHINE INPUT INIT COMPANY FULLNAME FLAGS
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 )
+COMP( 1979, vector1, nshrz, 0, horizon, horizon, driver_device, 0, "Vector Graphic", "Vector 1+ (DD drive)", GAME_NOT_WORKING | GAME_NO_SOUND_HW )