From 8d0e4bf16441192192bc87895bb14106d0e82acc Mon Sep 17 00:00:00 2001 From: Robbbert Date: Wed, 22 Mar 2017 21:29:25 +1100 Subject: (nw)Fixed nes validation, and added missing linefeed char. --- hash/nes.xml | 4 ++-- src/mame/drivers/nes.cpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hash/nes.xml b/hash/nes.xml index fcc88b9116a..d748836dc24 100644 --- a/hash/nes.xml +++ b/hash/nes.xml @@ -69929,7 +69929,7 @@ Subor v14.0 (this shows Windows 2000 on the title screen) Subor v15.0 (this shows Windows 2002 on the title screen) --> - + Subor v13.0 (Chi) 2000? Subor @@ -69950,7 +69950,7 @@ Subor v15.0 (this shows Windows 2002 on the title screen) - + Subor v11.0 (Chi) 2000? Subor diff --git a/src/mame/drivers/nes.cpp b/src/mame/drivers/nes.cpp index c14797a03c1..faa9b12732f 100644 --- a/src/mame/drivers/nes.cpp +++ b/src/mame/drivers/nes.cpp @@ -379,4 +379,4 @@ CONS( 1993, sb486, 0, 0, suborkbd, nes, nes_state, // Famicom-based // Bung hardware // Mice, keyboard, etc, including a floppy drive that allows you to run games with a selection of 4 internal "mappers" available on the system. -CONS( 1996, drpcjr, 0, 0, famicom, famicom, nes_state, famicom, "Bung", "Doctor PC Jr", MACHINE_IMPERFECT_GRAPHICS | MACHINE_NOT_WORKING | MACHINE_SUPPORTS_SAVE ) \ No newline at end of file +CONS( 1996, drpcjr, 0, 0, famicom, famicom, nes_state, famicom, "Bung", "Doctor PC Jr", MACHINE_IMPERFECT_GRAPHICS | MACHINE_NOT_WORKING | MACHINE_SUPPORTS_SAVE ) -- cgit v1.2.3