summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/snessdd1.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/snessdd1.c')
-rw-r--r--src/mame/machine/snessdd1.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/machine/snessdd1.c b/src/mame/machine/snessdd1.c
index 5d3dbd45b5e..e2e07f19583 100644
--- a/src/mame/machine/snessdd1.c
+++ b/src/mame/machine/snessdd1.c
@@ -178,7 +178,7 @@ static UINT8 SDD1_BG_getBit(SDD1_BG* thisptr, UINT8* endOfRun)
}
-struct SDD1_PEM_state
+struct SDD1_PEM_state
{
UINT8 code_num;
UINT8 nextIfMPS;
@@ -222,7 +222,7 @@ static const SDD1_PEM_state SDD1_PEM_evolution_table[33] =
{ 7,24,22}
};
-struct SDD1_PEM_ContextInfo
+struct SDD1_PEM_ContextInfo
{
UINT8 status;
UINT8 MPS;