rockrage: fix savestates, more volume for synth voices

This commit is contained in:
dinkc64 2015-01-14 07:40:40 +00:00
parent 132d078fb2
commit b243610156
2 changed files with 2 additions and 2 deletions

View File

@ -404,7 +404,7 @@ static INT32 DrvInit()
BurnYM2151SetRoute(BURN_SND_YM2151_YM2151_ROUTE_2, 0.60, BURN_SND_ROUTE_RIGHT);
vlm5030Init(0, 3579545, DrvVLM5030Sync, DrvVLMROM, 0x8000, 1);
vlm5030SetAllRoutes(0, 0.60, BURN_SND_ROUTE_BOTH);
vlm5030SetAllRoutes(0, 1.20, BURN_SND_ROUTE_BOTH);
K007342Init(DrvGfxROM0, rockrage_tile_callback);
K007342SetOffsets(0, 16);

View File

@ -181,7 +181,7 @@ void K007342DrawLayer(INT32 layer, INT32 baseflags, INT32 priority)
INT32 K007342Scan(INT32 nAction)
{
if (nAction & ACB_DRIVER_DATA) {
SCAN_VAR(K007342Regs[1]);
SCAN_VAR(K007342Regs);
}
return 0;