mirror of
https://github.com/holub/mame
synced 2025-05-15 10:28:16 +03:00
Removed unused DRIVER_INIT which fixes a compile error.
This commit is contained in:
parent
fd64388316
commit
a7f5a0fe2f
@ -2198,11 +2198,6 @@ static DRIVER_INIT( rdft22kc )
|
||||
init_rf2(machine);
|
||||
}
|
||||
|
||||
static DRIVER_INIT( rfjet2k )
|
||||
{
|
||||
init_rfjet(machine);
|
||||
}
|
||||
|
||||
static MACHINE_RESET( seibu386 )
|
||||
{
|
||||
cpu_set_irq_callback(machine->device("maincpu"), spi_irq_callback);
|
||||
|
Loading…
Reference in New Issue
Block a user