mirror of
https://github.com/holub/mame
synced 2025-10-04 16:34:53 +03:00
(MESS) New System Drivers Supported:
----------------------------- - NTS DreamWriter 225 [robcfg, Curt Coder]
This commit is contained in:
parent
c44e3354c2
commit
894c6f0b55
@ -1672,6 +1672,12 @@ ROM_START(nc100)
|
||||
ROM_END
|
||||
|
||||
|
||||
ROM_START(dw225)
|
||||
ROM_REGION(((64*1024)+(512*1024)), "maincpu",0)
|
||||
ROM_LOAD("dr (1.06).ic303", 0x010000, 0x080000, CRC(fcf2f7bd) SHA1(a69951618b24e97154cb4284d215cbf4aa9fb34f))
|
||||
ROM_END
|
||||
|
||||
|
||||
ROM_START(nc150)
|
||||
ROM_REGION(((64*1024)+(512*1024)), "maincpu",0)
|
||||
ROM_SYSTEM_BIOS(0, "b2", "French B2")
|
||||
@ -1688,5 +1694,6 @@ ROM_END
|
||||
|
||||
/* YEAR NAME PARENT COMPAT MACHINE INPUT INIT COMPANY FULLNAME FLAGS */
|
||||
COMP( 1992, nc100, 0, 0, nc100, nc100, nc_state, nc, "Amstrad plc", "NC100", 0 )
|
||||
COMP( 1992, dw225, nc100, 0, nc100, nc100, nc_state, nc, "NTS Computer Systems", "DreamWriter 225", 0 )
|
||||
COMP( 1992, nc150, nc100, 0, nc100, nc100, nc_state, nc, "Amstrad plc", "NC150", 0 )
|
||||
COMP( 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
|
||||
|
@ -404,6 +404,7 @@ pcw9512 // 198? PCW9512 (+)
|
||||
pcw10 // 198? PCW10
|
||||
pcw16 // 1995 PCW16
|
||||
nc100 // 1992 NC100
|
||||
dw225
|
||||
nc150 // 1992 NC150
|
||||
nc200 // 1993 NC200
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user