Previous 199869 Revisions Next

r30923 Tuesday 10th June, 2014 at 08:59:26 UTC by Robbbert
(MESS) New not-working printer [Felipe Sanchez]
-------------------------------------------------
Epson Advanced Printer 2000
[src/mess]mess.lst
[src/mess/drivers]lx800.c

trunk/src/mess/mess.lst
r30922r30923
19891989ex800 // Epson EX-800 printer
19901990lx800 // Epson LX-800 printer
19911991lx810l // Epson LX-810L printer
1992ap2000 // Epson Advanced Printer 2000
19921993ssem // Manchester Small-Scale Experimental Machine, "Baby"
19931994craft // Craft, by [lft]
19941995
trunk/src/mess/drivers/lx800.c
r30922r30923
2424               * uPC494C (pulse width modulation control)
2525               May need to be split off to another driver.
2626
27    2014-06-10 Added AP2000, gets caught in the same place as LX810L.
28
29
2730***************************************************************************/
2831
2932#include "emu.h"
r30922r30923
332335   ROM_LOAD("lx810l.ic3c", 0x0000, 0x8000, CRC(a66454e1) SHA1(8e6f2f98abcbd8af6e34b9ba746edf0d18aef843) )
333336ROM_END
334337
338ROM_START( ap2000 )
339   ROM_REGION(0x8000, "maincpu", 0)
340   ROM_LOAD("ap2k.ic3c", 0x0000, 0x8000, CRC(ee7294b7) SHA1(219ffa6ff661ce95d5772c9fc1967093718f04e9) )
341ROM_END
335342
343
336344/***************************************************************************
337345    GAME DRIVERS
338346***************************************************************************/
339347
340348/*    YEAR  NAME   PARENT  COMPAT  MACHINE  INPUT  INIT  COMPANY  FULLNAME  FLAGS */
341349COMP( 1987, lx800, 0,      0,      lx800,   lx800, driver_device, 0,    "Epson", "LX-800 Printer", GAME_NOT_WORKING )
342COMP( 1987, lx810l,lx800,  0,      lx800,   lx800, driver_device, 0,    "Epson", "LX-810L Printer", GAME_NOT_WORKING )
350COMP( 19??, lx810l,lx800,  0,      lx800,   lx800, driver_device, 0,    "Epson", "LX-810L Printer", GAME_NOT_WORKING )
351COMP( 19??, ap2000,lx800,  0,      lx800,   lx800, driver_device, 0,    "Epson", "Advanced Printer 2000", GAME_NOT_WORKING )

Previous 199869 Revisions Next


© 1997-2024 The MAME Team