Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dkongx #118

Merged
merged 3 commits into from
Feb 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/mamedriv.c
Original file line number Diff line number Diff line change
Expand Up @@ -924,6 +924,7 @@ const game_driver * const drivers[] =
DRIVER( spnchout ) /* (c) 1984 */
DRIVER( spnchotj ) /* (c) 1984 (Japan) */
DRIVER( armwrest ) /* (c) 1985 */
DRIVER( dkongx ) /* (c) 2015 Braze Tech Upgrade Kit */

/* Nintendo Playchoice 10 games */
DRIVER( playch10 )
Expand Down Expand Up @@ -3170,6 +3171,8 @@ DokiDoki Penguin Land *not confirmed
DRIVER( eswatu ) /* (c) 1989 (FD1094, decrypted) */
DRIVER( eswatj ) /* (c) 1989 (FD1094, decrypted) */
DRIVER( exctleag ) /* (protected) */
DRIVER( fantzn2x ) /* (c) 2008 (Sega, M2) */
DRIVER( fantzn2xp ) /* (c) 2008 (Sega, M2) */
DRIVER( fpoint ) /* (c) 1989 (Japan, FD1094, decrypted) */
DRIVER( fpoint1 ) /* (c) 1989 (Japan, FD1094, decrypted) */
DRIVER( goldnaxe ) /* (c) 1989 (8751) */
Expand Down Expand Up @@ -3247,6 +3250,7 @@ DokiDoki Penguin Land *not confirmed
DRIVER( cltchitr ) /* (c) 1991 (FD1094, decrypted) */
DRIVER( cltchtrj ) /* (c) 1991 (FD1094, decrypted) */
DRIVER( desertbr ) /* (c) 1993 (FD1094, decrypted) */
DRIVER( hamaway ) /* (c) 1991 Sega / Santos Unreleased Prototype */
DRIVER( mwalk ) /* (c) 1990 (FD1094+8751, decrypted) */
DRIVER( mwalku ) /* (c) 1990 (FD1094+8751, decrypted) */
DRIVER( mwalkj ) /* (c) 1990 (FD1094+8751, decrypted) */
Expand Down
Loading