summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/starwars.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/starwars.c')
-rw-r--r--src/mame/drivers/starwars.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mame/drivers/starwars.c b/src/mame/drivers/starwars.c
index 823e94b607d..a01a45cfc70 100644
--- a/src/mame/drivers/starwars.c
+++ b/src/mame/drivers/starwars.c
@@ -130,12 +130,12 @@ static OPBASE_HANDLER( esb_setopbase )
if ((address & 0xe000) == 0x8000)
{
offs_t pc = activecpu_get_pc();
-
+
/* filter out duplicates; we get these because the handler gets called for
- multiple reasons:
- 1. Because we have read/write handlers backing the current address
- 2. Because the CPU core executed a jump to a new address
- */
+ multiple reasons:
+ 1. Because we have read/write handlers backing the current address
+ 2. Because the CPU core executed a jump to a new address
+ */
if (pc != slapstic_last_pc || address != slapstic_last_address)
{
slapstic_last_pc = pc;