apc.c: fixed compile on Mac. and yes, Apple gcc is so dumb with switch cases... no whatsnew.

This commit is contained in:
Fabio Priuli 2012-11-24 09:02:06 +00:00
parent e28bcc6f74
commit 76848b4117

View File

@ -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)
{