summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/konppc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/konppc.c')
-rw-r--r--src/mame/machine/konppc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/konppc.c b/src/mame/machine/konppc.c
index 91e2492619f..d1ce8948e1c 100644
--- a/src/mame/machine/konppc.c
+++ b/src/mame/machine/konppc.c
@@ -60,7 +60,7 @@ void init_konami_cgboard(int num_boards, int type)
nwk_fifo[i] = auto_malloc(sizeof(UINT32) * 0x800);
nwk_ram[i] = auto_malloc(sizeof(UINT32) * 0x2000);
-
+
state_save_register_item_array("konppc", i, dsp_comm_ppc[i]);
state_save_register_item_array("konppc", i, dsp_comm_sharc[i]);
state_save_register_item("konppc", i, dsp_shared_ram_bank[i]);