mirror of https://github.com/stella-emu/stella.git
properties for 'Bumper Bash' updated
This commit is contained in:
parent
2f8ddb2f7a
commit
9f9b1df2c7
|
@ -171,14 +171,7 @@ Console::Console(OSystem& osystem, unique_ptr<Cartridge>& cart,
|
|||
myConsoleTiming = ConsoleTiming::secam;
|
||||
}
|
||||
|
||||
// Bumper Bash always require all 4 directions
|
||||
// Other ROMs can use it if the setting is enabled
|
||||
// Hopefully this list should stay short
|
||||
// If it starts to get too long, we should add a ROM properties entry
|
||||
bool joyallow4 = md5 == "aa1c41f86ec44c0a44eb64c332ce08af" || // Bumper Bash
|
||||
md5 == "16ee443c990215f61f7dd1e55a0d2256" || // Bumper Bash (PAL)
|
||||
md5 == "1bf503c724001b09be79c515ecfcbd03" || // Bumper Bash (Unknown)
|
||||
myOSystem.settings().getBool("joyallow4");
|
||||
bool joyallow4 = myOSystem.settings().getBool("joyallow4");
|
||||
myOSystem.eventHandler().allowAllDirections(joyallow4);
|
||||
|
||||
// Reset the system to its power-on state
|
||||
|
|
|
@ -1816,7 +1816,8 @@
|
|||
"Cartridge.Manufacturer" "Spectravideo, David Lubar"
|
||||
"Cartridge.ModelNo" "SA-218, SA-218C"
|
||||
"Cartridge.Name" "Bumper Bash (1983) (Spectravideo) (PAL)"
|
||||
"Controller.Left" "PADDLES_IAXIS"
|
||||
"Cartridge.Note" "Uses the Paddle Controllers (left only)"
|
||||
"Controller.Left" "PADDLES"
|
||||
"Display.YStart" "54"
|
||||
""
|
||||
|
||||
|
@ -13339,6 +13340,8 @@
|
|||
"Cartridge.Manufacturer" "Spectravideo, David Lubar"
|
||||
"Cartridge.ModelNo" "SA-218"
|
||||
"Cartridge.Name" "Bumper Bash (1983) (Spectravideo)"
|
||||
"Cartridge.Note" "Uses the Paddle Controllers (left only)"
|
||||
"Controller.Left" "PADDLES"
|
||||
"Display.YStart" "20"
|
||||
""
|
||||
|
||||
|
|
Loading…
Reference in New Issue