summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/starwars.c
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2008-03-13 16:21:46 +0000
committer Aaron Giles <aaron@aarongiles.com>2008-03-13 16:21:46 +0000
commita6b4a6ad50f13776d9dfb49273cd57ded11aa2c1 (patch)
treeffbdf0d0943a5fe292ec654fd9d080bbb24cb4df /src/mame/drivers/starwars.c
parent4d5014585a56fcc13478892d065eacc60dd94dfd (diff)
Cleanups and version bump to 0.123u5.mame0123u5
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;