summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/mb86233/mb86233.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/mb86233/mb86233.c')
-rw-r--r--src/emu/cpu/mb86233/mb86233.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/emu/cpu/mb86233/mb86233.c b/src/emu/cpu/mb86233/mb86233.c
index 10d847fd7df..4a12ea8dd3a 100644
--- a/src/emu/cpu/mb86233/mb86233.c
+++ b/src/emu/cpu/mb86233/mb86233.c
@@ -950,7 +950,7 @@ static UINT32 INDIRECT( mb86233_state *cpustate, UINT32 reg, int source )
static CPU_EXECUTE( mb86233 )
{
mb86233_state *cpustate = device->token;
-
+
cpustate->icount = cycles;
while( cpustate->icount > 0 )
@@ -1590,7 +1590,7 @@ static CPU_DISASSEMBLE( mb86233 )
static CPU_SET_INFO( mb86233 )
{
mb86233_state *cpustate = device->token;
-
+
switch (state)
{
case CPUINFO_INT_PC:
@@ -1631,7 +1631,7 @@ static CPU_SET_INFO( mb86233 )
CPU_GET_INFO( mb86233 )
{
mb86233_state *cpustate = (device != NULL) ? device->token : NULL;
-
+
switch (state)
{
/* --- the following bits of info are returned as 64-bit signed integers --- */