mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
quick fix left-over
This commit is contained in:
parent
2217d99c6e
commit
42d7c39826
1 changed files with 0 additions and 1 deletions
|
@ -1144,7 +1144,6 @@ void stv_state::stv(machine_config &config)
|
|||
EEPROM_93C46_16BIT(config, "eeprom"); /* Actually AK93C45F */
|
||||
|
||||
/* video hardware */
|
||||
// standard palette + extra memory for Color Offset
|
||||
constexpr XTAL pixel_clock = MASTER_CLOCK_320 / 8;
|
||||
|
||||
SATURN_VDP1(config, m_vdp1, pixel_clock);
|
||||
|
|
Loading…
Reference in a new issue