- --
Viewing Issue Advanced Details
| ID | Category [?] | Severity [?] | Reproducibility | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 01429 | Crash/Freeze | Critical (emulation) | Have not tried | Feb 25, 2008, 00:36 | Mar 13, 2008, 15:49 |
| Tester | Layne | View Status | Public | Platform | |
| Assigned To | Resolution | Fixed | OS | ||
| Status [?] | Resolved | Driver | |||
| Version | 0.123u2 | Fixed in Version | 0.123u5 | Build | |
| Fixed in Git Commit | Github Pull Request # | ||||
| Summary | 01429: ddragon3, ddragon3j: They locks up immediately on Technos logo. | ||||
| Description |
ddragon3 and japan clone no longer work in MAME 0.123u2. They locks up immediately on Technos logo. I think that this is caused by: Fixed some incorrect rom dumps for Double Dragon 3 (Some of the dumps were based of the bootleg and not the original.) and updated the name and location to actually match that of a real board. [Kevin Eshbach] In MAME 0.123u1 games works fine. Bootleg is not affected by this bug. |
||||
| Steps To Reproduce | |||||
| Additional Information | |||||
| Github Commit | |||||
| Flags | |||||
| Regression Version | |||||
| Affected Sets / Systems | ddragon3, ddragon3j | ||||
|
Attached Files
|
diff -Nru sourceold/src/mame/drivers/ddragon3.c source/src/mame/drivers/ddragon3.c
--- sourceold/src/mame/drivers/ddragon3.c 2008-02-21 20:04:36.000000000 +0100
+++ source/src/mame/drivers/ddragon3.c 2008-03-03 18:15:59.000000000 +0100
@@ -211,8 +211,6 @@
PORT_BIT( 0x0020, IP_ACTIVE_LOW, IPT_BUTTON2 ) // jump
PORT_BIT( 0x0040, IP_ACTIVE_LOW, IPT_BUTTON3 ) // kick
PORT_BIT( 0x0080, IP_ACTIVE_LOW, IPT_START1 )
-
- PORT_START_TAG("IN2")
PORT_BIT( 0x0100, IP_ACTIVE_LOW, IPT_JOYSTICK_RIGHT ) PORT_8WAY PORT_PLAYER(2)
PORT_BIT( 0x0200, IP_ACTIVE_LOW, IPT_JOYSTICK_LEFT ) PORT_8WAY PORT_PLAYER(2)
PORT_BIT( 0x0400, IP_ACTIVE_LOW, IPT_JOYSTICK_UP ) PORT_8WAY PORT_PLAYER(2)
@@ -222,7 +220,7 @@
PORT_BIT( 0x4000, IP_ACTIVE_LOW, IPT_BUTTON3 ) PORT_PLAYER(2)
PORT_BIT( 0x8000, IP_ACTIVE_LOW, IPT_START2 )
- PORT_START
+ PORT_START_TAG("IN2")
PORT_BIT( 0x0001, IP_ACTIVE_LOW, IPT_COIN1 )
PORT_BIT( 0x0002, IP_ACTIVE_LOW, IPT_COIN2 )
PORT_BIT( 0x0004, IP_ACTIVE_LOW, IPT_SERVICE1 )
| ||||
Relationships
| There are no relationship linked to this issue. |
Notes
1
|
No.00042
Mamesick Senior Tester
Mar 3, 2008, 17:17
|
I attached a fix for this bug. |
|---|