diff options
author | 2020-06-21 17:34:44 +1000 | |
---|---|---|
committer | 2020-06-21 17:34:44 +1000 | |
commit | feda349b3eea19d4fd0010a74e2dd6ff30f26b16 (patch) | |
tree | 2ba4b13a2ca181515354170a12b81446ee53da21 /src/mame/drivers/cave.cpp | |
parent | 3c499849dd96f17d7944619248261480017ba0c3 (diff) | |
parent | 01661be41c37560a37f2b43c5ecee7a10a6a1680 (diff) |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'src/mame/drivers/cave.cpp')
-rw-r--r-- | src/mame/drivers/cave.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/drivers/cave.cpp b/src/mame/drivers/cave.cpp index 18e447be66e..cadc589b512 100644 --- a/src/mame/drivers/cave.cpp +++ b/src/mame/drivers/cave.cpp @@ -3302,11 +3302,11 @@ ROM_START( donpachihk ) ROM_END /* - When you press the 2p start button, it pauses the game (music still plays). - Pressing the 1p start button unpauses the game. - If you press both 1p start and 2p start at the same time, the game lets you play in slow motion (music still plays normally). + When you press the 2p start button, it pauses the game (music still plays). + Pressing the 1p start button unpauses the game. + If you press both 1p start and 2p start at the same time, the game lets you play in slow motion (music still plays normally). - This was on the label of the ROM chip: 国内撮影用 + This was on the label of the ROM chip: 国内撮影用 */ ROM_START( donpachijs ) |