summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cps3.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/cps3.c')
-rw-r--r--src/mame/drivers/cps3.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/drivers/cps3.c b/src/mame/drivers/cps3.c
index 7a04db588c9..b37fb87c72b 100644
--- a/src/mame/drivers/cps3.c
+++ b/src/mame/drivers/cps3.c
@@ -366,10 +366,10 @@ static UINT32* cps3_spriteram;
static UINT32* cps3_eeprom;
static UINT32* cps3_fullscreenzoom;
-UINT32 cps3_ss_pal_base = 0;
+static UINT32 cps3_ss_pal_base = 0;
static UINT32* cps3_colourram;
static UINT32 cps3_unk_vidregs[0x20/4];
-UINT32 cps3_ss_bank_base = 0;
+static UINT32 cps3_ss_bank_base = 0;
static UINT32 cps3_screenwidth;
//cdrom_file* cps3_cd;
@@ -2038,7 +2038,7 @@ static UINT32 chardma_other;
//static UINT8* current_table;
static UINT32 current_table_address = -1;
-int cps3_rle_length = 0;
+static int cps3_rle_length = 0;
static int last_normal_byte = 0;
@@ -2515,7 +2515,7 @@ static MACHINE_RESET( cps3 )
if (cps3_use_fastboot)
{
- fastboot_timer = timer_alloc(fastboot_timer_callback);
+ fastboot_timer = timer_alloc(fastboot_timer_callback, NULL);
// printf("reset\n");
timer_adjust(fastboot_timer, attotime_zero, 0, attotime_zero);
}