Previous 199869 Revisions Next

r25375 Thursday 19th September, 2013 at 20:59:48 UTC by Curt Coder
(MESS) New System Drivers Supported:
-----------------------------
- NTS DreamWriter 225 [robcfg, Curt Coder]
[src/mess]mess.lst
[src/mess/drivers]nc.c

trunk/src/mess/mess.lst
r25374r25375
404404pcw10    // 198? PCW10
405405pcw16    // 1995 PCW16
406406nc100    // 1992 NC100
407dw225
407408nc150    // 1992 NC150
408409nc200    // 1993 NC200
409410
trunk/src/mess/drivers/nc.c
r25374r25375
16721672ROM_END
16731673
16741674
1675ROM_START(dw225)
1676   ROM_REGION(((64*1024)+(512*1024)), "maincpu",0)
1677   ROM_LOAD("dr (1.06).ic303",  0x010000, 0x080000, CRC(fcf2f7bd) SHA1(a69951618b24e97154cb4284d215cbf4aa9fb34f))
1678ROM_END
1679
1680
16751681ROM_START(nc150)
16761682   ROM_REGION(((64*1024)+(512*1024)), "maincpu",0)
16771683   ROM_SYSTEM_BIOS(0, "b2", "French B2")
r25374r25375
16881694
16891695/*    YEAR  NAME    PARENT  COMPAT  MACHINE INPUT   INIT    COMPANY         FULLNAME    FLAGS */
16901696COMP( 1992, nc100,  0,      0,      nc100,  nc100, nc_state,  nc,      "Amstrad plc",  "NC100",    0 )
1697COMP( 1992, dw225,  nc100,  0,      nc100,  nc100, nc_state,  nc,      "NTS Computer Systems", "DreamWriter 225",    0 )
16911698COMP( 1992, nc150,  nc100,  0,      nc100,  nc100, nc_state,  nc,      "Amstrad plc",  "NC150",    0 )
16921699COMP( 1993, nc200,  0,      0,      nc200,  nc200, nc_state,  nc,      "Amstrad plc",  "NC200",    GAME_NOT_WORKING ) // boot hangs while checking the MC146818 UIP (update in progress) bit

Previous 199869 Revisions Next


© 1997-2024 The MAME Team