From 73ae4b7519b12bde59c9b01a194e9581878afc54 Mon Sep 17 00:00:00 2001 From: Robbbert Date: Tue, 10 Jun 2014 08:59:26 +0000 Subject: [PATCH] (MESS) New not-working printer [Felipe Sanchez] ------------------------------------------------- Epson Advanced Printer 2000 --- src/mess/drivers/lx800.c | 11 ++++++++++- src/mess/mess.lst | 1 + 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/src/mess/drivers/lx800.c b/src/mess/drivers/lx800.c index 918129277e1..4b991f62eca 100644 --- a/src/mess/drivers/lx800.c +++ b/src/mess/drivers/lx800.c @@ -24,6 +24,9 @@ * uPC494C (pulse width modulation control) May need to be split off to another driver. + 2014-06-10 Added AP2000, gets caught in the same place as LX810L. + + ***************************************************************************/ #include "emu.h" @@ -332,6 +335,11 @@ ROM_START( lx810l ) ROM_LOAD("lx810l.ic3c", 0x0000, 0x8000, CRC(a66454e1) SHA1(8e6f2f98abcbd8af6e34b9ba746edf0d18aef843) ) ROM_END +ROM_START( ap2000 ) + ROM_REGION(0x8000, "maincpu", 0) + ROM_LOAD("ap2k.ic3c", 0x0000, 0x8000, CRC(ee7294b7) SHA1(219ffa6ff661ce95d5772c9fc1967093718f04e9) ) +ROM_END + /*************************************************************************** GAME DRIVERS @@ -339,4 +347,5 @@ ROM_END /* YEAR NAME PARENT COMPAT MACHINE INPUT INIT COMPANY FULLNAME FLAGS */ COMP( 1987, lx800, 0, 0, lx800, lx800, driver_device, 0, "Epson", "LX-800 Printer", GAME_NOT_WORKING ) -COMP( 1987, lx810l,lx800, 0, lx800, lx800, driver_device, 0, "Epson", "LX-810L Printer", GAME_NOT_WORKING ) +COMP( 19??, lx810l,lx800, 0, lx800, lx800, driver_device, 0, "Epson", "LX-810L Printer", GAME_NOT_WORKING ) +COMP( 19??, ap2000,lx800, 0, lx800, lx800, driver_device, 0, "Epson", "Advanced Printer 2000", GAME_NOT_WORKING ) diff --git a/src/mess/mess.lst b/src/mess/mess.lst index 5591886eed6..d48d37304db 100644 --- a/src/mess/mess.lst +++ b/src/mess/mess.lst @@ -1989,6 +1989,7 @@ fanucs15 // 1990 ex800 // Epson EX-800 printer lx800 // Epson LX-800 printer lx810l // Epson LX-810L printer +ap2000 // Epson Advanced Printer 2000 ssem // Manchester Small-Scale Experimental Machine, "Baby" craft // Craft, by [lft]