Skip to content

Commit 6996150

Browse files
committed
Fixed some stuff:
* amiga_flop.xml: Re-added EmuTOS which was apparently lost when software lists were shuffled. * amiga_hardware.xml: Commented out software list item containing no dumps at all. * apple2_flop_clcracked.xml: Be consistent with descriptions. * dynax/ddenlovr.cpp: Use RR for Korean titles.
1 parent f55e7d6 commit 6996150

File tree

4 files changed

+33
-19
lines changed

4 files changed

+33
-19
lines changed

hash/amiga_flop.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9438,5 +9438,17 @@ General Purpose Amiga Floppy Software List, anything listed here may, or may not
94389438
</part>
94399439
</software>
94409440

9441+
<software name="emutos93">
9442+
<description>EmuTOS 0.9.3</description>
9443+
<year>2014</year>
9444+
<publisher>EmuTOS development team</publisher>
9445+
<part name="flop1" interface="floppy_3_5">
9446+
<feature name="part_id" value="EmuTOS 0.9.3" />
9447+
<dataarea name="flop" size="901120">
9448+
<rom name="emutos_093.adf" size="901120" crc="96f5cc88" sha1="fa3a3aa314d50e1131a5b65a048519c76c836bd2"/>
9449+
</dataarea>
9450+
</part>
9451+
</software>
9452+
94419453
</softwarelist>
94429454

hash/amiga_hardware.xml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -70,16 +70,18 @@ license:CC0-1.0
7070
<!-- Missing: 317734-05 A590 Setup Disk (Western Digital Hard Disk) -->
7171

7272
<!-- For use with SCSI drives -->
73+
<!--
7374
<software name="a590_scsi">
74-
<description>A590 Setup Disk (SCSI Hard Disk)</description>
75-
<year>1991</year>
76-
<publisher>Commodore</publisher>
77-
<part name="flop1" interface="floppy_3_5">
78-
<dataarea name="flop" size="901120">
79-
<rom name="317734-06_a590_scsi.adf" size="901120" status="nodump" />
80-
</dataarea>
81-
</part>
75+
<description>A590 Setup Disk (SCSI Hard Disk)</description>
76+
<year>1991</year>
77+
<publisher>Commodore</publisher>
78+
<part name="flop1" interface="floppy_3_5">
79+
<dataarea name="flop" size="901120">
80+
<rom name="317734-06_a590_scsi.adf" size="901120" status="nodump" />
81+
</dataarea>
82+
</part>
8283
</software>
84+
-->
8385

8486
<software name="a590_ram">
8587
<description>A590 RAM Test Software</description>

hash/apple2_flop_clcracked.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56211,7 +56211,7 @@ license:CC0-1.0
5621156211
</software>
5621256212

5621356213
<software name="trigrtri">
56214-
<description>Trigonometry of the Right Triangle (4am crack) (version 1.0)</description>
56214+
<description>Trigonometry of the Right Triangle (version 1.0) (4am crack)</description>
5621556215
<year>1985</year>
5621656216
<publisher>Microcomputer Workshops Courseware</publisher>
5621756217
<info name="programmer" value="Donald Ross, Neil Sambol, and Hugh M. McNally" />

src/mame/dynax/ddenlovr.cpp

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ Year + Game Board CPU Sound
4545
1996 Return Of Sel Jan II NM504-2 Z80 YM2149 YM2413 M6295 TZ-2053P?
4646
1996 Return Of Sel Jan II NM5020403 Z80 YMZ284 YM2413 M6295 70C160F011?
4747
1997 Hana Kagerou KC80 YM2413 M6295 70C160F011
48-
1997 Kkot Bi Nyo 9090123-2 KC80 YM2413 M6295 70C160F011 A1010
49-
1997 Kkot Bi Nyo Special 9090123-3 KC80 YM2413 M6295 ?
48+
1997 Kkotbinyeo 9090123-2 KC80 YM2413 M6295 70C160F011 A1010
49+
1997 Kkotbinyeo Special 9090123-3 KC80 YM2413 M6295 ?
5050
1997 Mj Mysterious Orient Returns NM71S0519 Z80 YMZ284 YM2413 M6295 scratched off
5151
1998 Máquè zhōnghuá érnǚ D11107218L1 Z80 AY8910 YM2413 M6295 70C160F009
5252
1998 Mj Reach Ippatsu KC80 YM2413 M6295 70C160F011
@@ -6071,12 +6071,12 @@ static INPUT_PORTS_START( kotbinyosu )
60716071
PORT_DIPSETTING( 0x08, DEF_STR( Off ) )
60726072
PORT_DIPSETTING( 0x00, DEF_STR( On ) )
60736073
PORT_DIPNAME( 0x10, 0x00, "Unknown 2-4" )
6074-
PORT_DIPSETTING( 0x10, DEF_STR( Off ) ) // Shows Kkot Bi Nyo title regardless of the setting of 2-9
6074+
PORT_DIPSETTING( 0x10, DEF_STR( Off ) ) // Shows Kkotbinyeo title regardless of the setting of 2-9
60756075
PORT_DIPSETTING( 0x00, DEF_STR( On ) ) // Shows Speed Up title, but only if 2-9 is On
60766076

60776077
PORT_MODIFY("DSW5")
60786078
PORT_DIPNAME( 0x08, 0x00, "Unknown 2-9" )
6079-
PORT_DIPSETTING( 0x08, DEF_STR( Off ) ) // Shows Kkot Bi Nyo title regardless of the setting of 2-4
6079+
PORT_DIPSETTING( 0x08, DEF_STR( Off ) ) // Shows Kkotbinyeo title regardless of the setting of 2-4
60806080
PORT_DIPSETTING( 0x00, DEF_STR( On ) ) // Shows Speed Up title, but only if 2-4 is On
60816081
INPUT_PORTS_END
60826082

@@ -10998,7 +10998,7 @@ ROM_END
1099810998

1099910999
/***************************************************************************
1100011000

11001-
Kkot Bi Nyo
11001+
Kkotbinyeo
1100211002
Dynax / Nakanihon / Shinwhajin
1100311003
1997
1100411004

@@ -11042,7 +11042,7 @@ ROM_START( kotbinyo )
1104211042
ROM_LOAD( "ampal16l8.7a", 0x000, 0x104, NO_DUMP )
1104311043
ROM_END
1104411044

11045-
// 9090123-1 PCB. Title can be chosen via DSWs between Kkot Bi Nyo and Speed Up (스피드업)
11045+
// 9090123-1 PCB. Title can be chosen via DSWs between Kkotbinyeo and Speed Up (스피드업)
1104611046
// Speed Up seems to be just the minigames, with the Hanafuda main game disabled.
1104711047
ROM_START( kotbinyosu )
1104811048
ROM_REGION( 0x80000, "maincpu", 0 ) // ! KL5C80 Code !
@@ -11067,7 +11067,7 @@ ROM_END
1106711067

1106811068
/***************************************************************************
1106911069

11070-
Kkot Bi Nyo Special
11070+
Kkotbinyeo Special
1107111071
Dynax / Nakanihon / Shinwhajin
1107211072
1997
1107311073

@@ -12678,10 +12678,10 @@ GAME( 1995, ddenlovrb, ddenlovj, ddenlovr, ddenlovr, ddenlovr_state, empty_
1267812678
GAME( 1996, ddenlovr, ddenlovj, ddenlovr, ddenlovr, ddenlovr_state, empty_init, ROT0, "Dynax", "Don Den Lover Vol. 1 (Hong Kong)", MACHINE_NO_COCKTAIL )
1267912679

1268012680
GAME( 1996, hanakanz, 0, hanakanz, hanakanz, hanakanz_state, empty_init, ROT0, "Dynax", "Hana Kanzashi (Japan)", MACHINE_NO_COCKTAIL )
12681-
GAME( 1997, kotbinyo, hanakanz, kotbinyo, kotbinyo, hanakanz_state, empty_init, ROT0, "Dynax / Shinwhajin", "Kkot Bi Nyo (Korea)", MACHINE_NO_COCKTAIL )
12682-
GAME( 1997, kotbinyosu, hanakanz, kotbinyo, kotbinyosu, hanakanz_state, empty_init, ROT0, "Dynax / Shinwhajin", "Speed Up / Kkot Bi Nyo (Korea)", MACHINE_NOT_WORKING | MACHINE_NO_COCKTAIL )
12681+
GAME( 1997, kotbinyo, hanakanz, kotbinyo, kotbinyo, hanakanz_state, empty_init, ROT0, "Dynax / Shinwhajin", "Kkotbinyeo (Korea)", MACHINE_NO_COCKTAIL )
12682+
GAME( 1997, kotbinyosu, hanakanz, kotbinyo, kotbinyosu, hanakanz_state, empty_init, ROT0, "Dynax / Shinwhajin", "Speed Up / Kkotbinyeo (Korea)", MACHINE_NOT_WORKING | MACHINE_NO_COCKTAIL )
1268312683

12684-
GAME( 1997, kotbinsp, 0, kotbinsp, kotbinsp, hanakanz_state, empty_init, ROT0, "Dynax / Shinwhajin", "Kkot Bi Nyo Special (Korea)", MACHINE_NO_COCKTAIL )
12684+
GAME( 1997, kotbinsp, 0, kotbinsp, kotbinsp, hanakanz_state, empty_init, ROT0, "Dynax / Shinwhajin", "Kkotbinyeo Special (Korea)", MACHINE_NO_COCKTAIL )
1268512685

1268612686
GAME( 1996, akamaru, 0, akamaru, akamaru, ddenlovr_state, empty_init, ROT0, "Dynax (Nakanihon license)", "Panel & Variety Akamaru Q Joushou Dont-R", MACHINE_NO_COCKTAIL )
1268712687

0 commit comments

Comments
 (0)