See TODO.miryokuteki

This commit is contained in:
Kevin Slaughter
2003-02-12 15:56:01 +00:00
parent 150f2bc9a6
commit 0d5c5de300
7 changed files with 20 additions and 5 deletions
+2
View File
@@ -32,6 +32,7 @@ enum {
MO_COIN_MODE,
MO_COINS_PER_CREDIT,
MO_JOINT_PREMIUM,
MO_SONG_OPTIONS,
NUM_MACHINE_OPTIONS_LINES
};
/* Hmm. Ignore JoyAxes and Back Delayed probably belong in "input options",
@@ -45,6 +46,7 @@ OptionRowData g_MachineOptionsLines[NUM_MACHINE_OPTIONS_LINES] = {
{ "Coin\nMode", 3, {"HOME","PAY","FREE PLAY"} },
{ "Coins Per\nCredit", 8, {"1","2","3","4","5","6","7","8"} },
{ "Joint\nPremium", 2, {"OFF","ON"} },
{ "Song\nOptions", 2, {"OFF","ON"} },
};
ScreenMachineOptions::ScreenMachineOptions() :