Credit Derek Ledbetter

- Fixes Xenophobe sprite aligment
This commit is contained in:
Zsolt Vasvari 2008-02-15 21:21:15 +00:00
parent 0d5c41af1d
commit e921749bc1

View File

@ -1327,7 +1327,7 @@ static DRIVER_INIT( zwackery )
static DRIVER_INIT( xenophob )
{
mcr68_common_init(MCR_SOUNDS_GOOD, 0, 0);
mcr68_common_init(MCR_SOUNDS_GOOD, 0, -4);
/* Xenophobe doesn't care too much about this value; currently taken from Blasted */
mcr68_timing_factor = attotime_make(0, HZ_TO_ATTOSECONDS(cpunum_get_clock(0) / 10) * (256 + 16));