Skip to content

Commit

Permalink
remove game not working flag, seems like this was added by accident
Browse files Browse the repository at this point in the history
  • Loading branch information
toxieainc committed Mar 12, 2024
1 parent 1454edb commit 7e8b826
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/wpc/jeutel.c
Expand Up @@ -497,7 +497,7 @@ ROM_END

INITGAME(leking,dispAlpha,FLIP_SW(FLIP_L))
JEUTEL_COMPORTS(leking, 3)
CORE_GAMEDEFNV(leking, "Le King", 1983, "Jeutel", jeutel, GAME_NOT_WORKING)
CORE_GAMEDEFNV(leking, "Le King", 1983, "Jeutel", jeutel, 0)

/*--------------------------------
/ Olympic Games
Expand All @@ -523,7 +523,7 @@ ROM_END

INITGAME(olympic,dispAlpha,FLIP_SW(FLIP_L))
JEUTEL_COMPORTS(olympic, 1)
CORE_GAMEDEFNV(olympic, "Olympic Games", 1984, "Jeutel", jeutel, GAME_NOT_WORKING)
CORE_GAMEDEFNV(olympic, "Olympic Games", 1984, "Jeutel", jeutel, 0)

/*--------------------------------
/ Papillon
Expand All @@ -549,4 +549,4 @@ ROM_END

INITGAME(jpapillon,dispAlpha,FLIP_SW(FLIP_L))
JEUTEL_COMPORTS(jpapillon, 1)
CORE_GAMEDEFNV(jpapillon, "Papillon (Jeutel)", 1984, "Jeutel", jeutel, GAME_NOT_WORKING)
CORE_GAMEDEFNV(jpapillon, "Papillon (Jeutel)", 1984, "Jeutel", jeutel, 0)

0 comments on commit 7e8b826

Please sign in to comment.