mirror of
https://github.com/holub/mame
synced 2025-07-01 16:19:38 +03:00
Removed a no longer needed #ifdef MESS part
This commit is contained in:
parent
6f5ef31d90
commit
e379509455
@ -483,9 +483,6 @@ WRITE8_HANDLER(kbdc8042_8_w)
|
||||
|
||||
case 1:
|
||||
kbdc8042.speaker = data;
|
||||
#ifdef MESS
|
||||
pc_sh_speaker(machine, data&3);
|
||||
#endif /* MESS */
|
||||
break;
|
||||
|
||||
case 4:
|
||||
|
Loading…
Reference in New Issue
Block a user