mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
Credit Derek Ledbetter
- Fixes Xenophobe sprite aligment
This commit is contained in:
parent
0d5c41af1d
commit
e921749bc1
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user