summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video
diff options
context:
space:
mode:
author Michaël Banaan Ananas <happppp@users.noreply.github.com>2011-08-23 08:34:55 +0000
committer Michaël Banaan Ananas <happppp@users.noreply.github.com>2011-08-23 08:34:55 +0000
commit736086d094886f6a6029cea4c9b556b1deaf50ec (patch)
tree85514f7e7e78412cc089aaaf257a414de8a10837 /src/mame/video
parenta81f6afbe88ece5d656a88a72bcb324cf4b26fac (diff)
fixed some spelling fixes (eg. layout break, uppercase)
Diffstat (limited to 'src/mame/video')
-rw-r--r--src/mame/video/brkthru.c2
-rw-r--r--src/mame/video/hng64.c2
-rw-r--r--src/mame/video/taitoic.c6
3 files changed, 5 insertions, 5 deletions
diff --git a/src/mame/video/brkthru.c b/src/mame/video/brkthru.c
index bcb94e92663..db0954d4190 100644
--- a/src/mame/video/brkthru.c
+++ b/src/mame/video/brkthru.c
@@ -12,7 +12,7 @@
Convert the color PROMs into a more useable format.
- Break through has one 256x8 and one 256x4 palette PROMs.
+ Break Thru has one 256x8 and one 256x4 palette PROMs.
I don't know for sure how the palette PROMs are connected to the RGB
output, but it's probably the usual:
diff --git a/src/mame/video/hng64.c b/src/mame/video/hng64.c
index 93b610c42e8..b412eaa93b8 100644
--- a/src/mame/video/hng64.c
+++ b/src/mame/video/hng64.c
@@ -310,7 +310,7 @@ static void draw_sprites(running_machine &machine, bitmap_t *bitmap, const recta
pal&=0xf;
}
- // accommodate for chaining and flipping
+ // Accommodate for chaining and flipping
if(xflip)
{
xinc=-(int)(16.0f*foomX);
diff --git a/src/mame/video/taitoic.c b/src/mame/video/taitoic.c
index 79acb72550b..223e376199b 100644
--- a/src/mame/video/taitoic.c
+++ b/src/mame/video/taitoic.c
@@ -4299,9 +4299,9 @@ void tc0150rod_draw( device_t *device, bitmap_t *bitmap, const rectangle *clipre
// ChaseHQ glitches on right when road rejoins:
// 0a6 and lower => 0x5ff 5fe etc.
// 35c => 575 right road edge wraps back onto other side of screen
-// 5ff-54a through 5ff-331
-// b6 through 2ce
-// 2a6 through 0 through 5a7 ??
+// 5ff-54a through 5ff-331
+// b6 through 2ce
+// 2a6 through 0 through 5a7 ??
left_edge = road_center - (roadb_clipl & 0x3ff); /* start pixel for left edge */
right_edge = road_center + 1 + (roadb_clipr & 0x3ff); /* start pixel for right edge */