mirror of
https://github.com/holub/mame
synced 2025-10-05 08:41:31 +03:00
MT 07427: arkgcbl, arkgcbla, arkangc2, arkbloc2, arkbloc3, block2, paddle2: Crashing to starting the game
This commit is contained in:
parent
4cfde79a28
commit
cfde378dfb
@ -486,7 +486,7 @@ READ8_MEMBER(arkanoid_state::arkanoid_bootleg_d008_r)
|
||||
{
|
||||
uint8_t arkanoid_bootleg_d008_bit[8];
|
||||
uint8_t arkanoid_bootleg_d008_val;
|
||||
uint8_t arkanoid_paddle_value = ioport("MUX")->read();
|
||||
uint8_t arkanoid_paddle_value = input_mux_r();
|
||||
int b;
|
||||
|
||||
arkanoid_bootleg_d008_bit[4] = arkanoid_bootleg_d008_bit[6] = arkanoid_bootleg_d008_bit[7] = 0; /* untested bits */
|
||||
|
Loading…
Reference in New Issue
Block a user