summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/video/v9938.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/emu/video/v9938.c
parent4d5014585a56fcc13478892d065eacc60dd94dfd (diff)
Cleanups and version bump to 0.123u5.mame0123u5
Diffstat (limited to 'src/emu/video/v9938.c')
-rw-r--r--src/emu/video/v9938.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/emu/video/v9938.c b/src/emu/video/v9938.c
index ba0f95d1279..b83fd89567a 100644
--- a/src/emu/video/v9938.c
+++ b/src/emu/video/v9938.c
@@ -592,9 +592,9 @@ static void v9938_check_int (void)
( (vdp->statReg[1] & 0x01) && (vdp->contReg[0] & 0x10) );
/*if(n && vdp->vblank_int)
- {
- vdp->vblank_int = 0;
- }*/
+ {
+ vdp->vblank_int = 0;
+ }*/
if (n != vdp->INT)
{
@@ -777,7 +777,7 @@ static void v9938_register_write (int reg, int data)
/*
WTF is this? Whatever this was intended to do, it is nonsensical.
Might as well pick a random number....
- This was an attempt to emulate H-Blank flag ;)
+ This was an attempt to emulate H-Blank flag ;)
n = cycles_currently_ran ();
if ( (n < 28) || (n > 199) ) vdp.statReg[2] |= 0x20;
else vdp.statReg[2] &= ~0x20;
@@ -1516,8 +1516,8 @@ int v9938_interrupt (int which)
}
/*
- Not really right... won't work with sprites in graphics 7
- and with palette updated mid-screen
+ Not really right... won't work with sprites in graphics 7
+ and with palette updated mid-screen
*/
int v9938_get_transpen(int which)
{