diff options
Diffstat (limited to 'src/mame/drivers/toaplan2.cpp')
-rw-r--r-- | src/mame/drivers/toaplan2.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/toaplan2.cpp b/src/mame/drivers/toaplan2.cpp index 9bd9d28ed47..6718856c6bf 100644 --- a/src/mame/drivers/toaplan2.cpp +++ b/src/mame/drivers/toaplan2.cpp @@ -406,7 +406,7 @@ To reset the NVRAM in Othello Derby, hold P1 Button 1 down while booting. #define UNICODE_YEN "\xC2\xA5" #define PWRKICK_HOPPER_PULSE 50 // time between hopper pulses in milliseconds (probably wrong) -//#define TRUXTON2_STEREO /* Uncomment to hear truxton2 music in stereo */ +#define TRUXTON2_STEREO /* Uncomment to hear truxton2 music in stereo */ // HBMAME let's try this constexpr unsigned toaplan2_state::T2PALETTE_LENGTH; |