mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
apc.c: fixed compile on Mac. and yes, Apple gcc is so dumb with switch cases... no whatsnew.
This commit is contained in:
parent
e28bcc6f74
commit
76848b4117
@ -348,7 +348,7 @@ WRITE8_MEMBER(apc_state::apc_gdc_w)
|
||||
|
||||
READ8_MEMBER(apc_state::apc_kbd_r)
|
||||
{
|
||||
UINT8 res;
|
||||
UINT8 res = 0;
|
||||
|
||||
switch(offset & 3)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user