summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/ppu2c0x.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/ppu2c0x.c')
-rw-r--r--src/mame/video/ppu2c0x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/ppu2c0x.c b/src/mame/video/ppu2c0x.c
index d71d62d38f0..1e15f720b6e 100644
--- a/src/mame/video/ppu2c0x.c
+++ b/src/mame/video/ppu2c0x.c
@@ -1360,7 +1360,7 @@ void ppu2c0x_set_videorom_bank( int num, int start_page, int num_pages, int bank
for ( i = start_page; i < start_page + num_pages; i++ )
{
int elemnum;
-
+
if ( chips[num].videoram_banks_indices[i] != -1 )
{
memcpy( &chips[num].videoram[chips[num].videoram_banks_indices[i]*0x400], &chips[num].videomem[i*0x400], 0x400);