summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ppmast93.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ppmast93.c')
-rw-r--r--src/mame/drivers/ppmast93.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/ppmast93.c b/src/mame/drivers/ppmast93.c
index abf4c4a2491..d056048b086 100644
--- a/src/mame/drivers/ppmast93.c
+++ b/src/mame/drivers/ppmast93.c
@@ -195,7 +195,7 @@ static WRITE8_HANDLER(ppmast_sound_w)
{
switch(offset&0xff)
{
- case 0:
+ case 0:
case 1: ym2413_w(devtag_get_device(space->machine, SOUND, "ym"),offset,data); break;
case 2: dac_data_w(devtag_get_device(space->machine, SOUND, "dac"),data);break;
default: logerror("%x %x - %x\n",offset,data,cpu_get_previouspc(space->cpu));