summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/cvs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/cvs.c')
-rw-r--r--src/mame/video/cvs.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/video/cvs.c b/src/mame/video/cvs.c
index 3b4da7e3773..2d659e2f497 100644
--- a/src/mame/video/cvs.c
+++ b/src/mame/video/cvs.c
@@ -270,8 +270,8 @@ VIDEO_START( cvs )
cvs_color_ram = auto_malloc(0x400);
palette_ram = auto_malloc(0x10);
character_ram = auto_malloc(3 * 0x800); /* only half is used, but
- by allocating twice the amount,
- we can use the same gfx_layout */
+ by allocating twice the amount,
+ we can use the same gfx_layout */
/* precalculate the star background */
@@ -352,7 +352,7 @@ VIDEO_UPDATE( cvs )
/* create our background character set, which is a software
- selectable mixture of RAM and ROM based tiles */
+ selectable mixture of RAM and ROM based tiles */
/* ROM based tiles first */
for (code = 0; code < ram_based_char_start_indecies[character_mode]; code++)