Skip to content

Commit

Permalink
chessking: sound is correct according to video
Browse files Browse the repository at this point in the history
  • Loading branch information
happppp committed Sep 29, 2023
1 parent c019969 commit 545e06a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/mame/handheld/chessking.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ Hold down START at boot to enter test mode.
TODO:
- lots of unknown writes
- sound emulation is guessed
- dump/add more cartridges? considering how unknown the handheld is, maybe only a handful were released
- LCD chip(s) is not emulated, maybe the I/O chip does a DMA from RAM to the LCD?
- chess game is buggy, assume that's just the way it is, aka BTANB
Expand Down Expand Up @@ -367,4 +366,4 @@ ROM_END
*******************************************************************************/

// YEAR NAME PARENT COMPAT MACHINE INPUT CLASS INIT COMPANY FULLNAME FLAGS
SYST( 1994, chesskng, 0, 0, chesskng, chesskng, chessking_state, empty_init, "I-Star Co., Ltd.", "Chess King (model ET-6)", MACHINE_SUPPORTS_SAVE | MACHINE_IMPERFECT_SOUND ) // sound not 100% verified against device output
SYST( 1994, chesskng, 0, 0, chesskng, chesskng, chessking_state, empty_init, "I-Star Co., Ltd.", "Chess King (model ET-6)", MACHINE_SUPPORTS_SAVE )

0 comments on commit 545e06a

Please sign in to comment.