Removed some old leftovers (nw)

This commit is contained in:
Ivan Vangelista 2014-09-25 17:38:06 +00:00
parent ef5a4440f5
commit 6918fe0d74
8 changed files with 0 additions and 36 deletions

View File

@ -89,11 +89,6 @@ public:
void exidy440_bank_select(UINT8 bank);
};
/*----------- defined in drivers/exidy440.c -----------*/
void exidy440_bank_select(running_machine &machine, UINT8 bank);
/*----------- defined in video/exidy440.c -----------*/
MACHINE_CONFIG_EXTERN( exidy440_video );

View File

@ -54,6 +54,3 @@ public:
void draw_sprites_region( bitmap_ind16 &bitmap, const rectangle &cliprect, const UINT8 *sram, int length, int bank );
void draw_sprites( bitmap_ind16 &bitmap, const rectangle &cliprect );
};
/*----------- defined in video/jackal.c -----------*/
void jackal_mark_tile_dirty(running_machine &machine, int offset);

View File

@ -198,19 +198,12 @@ public:
};
/*----------- defined in machine/leland.c -----------*/
#define SERIAL_TYPE_NONE 0
#define SERIAL_TYPE_ADD 1
#define SERIAL_TYPE_ADD_XOR 2
#define SERIAL_TYPE_ENCRYPT 3
#define SERIAL_TYPE_ENCRYPT_XOR 4
void leland_init_eeprom(running_machine &machine, UINT8 default_val, const UINT16 *data, UINT8 serial_offset, UINT8 serial_type);
void ataxx_init_eeprom(running_machine &machine, const UINT16 *data);
void leland_rotate_memory(running_machine &machine, const char *cpuname);
/*----------- defined in audio/leland.c -----------*/

View File

@ -102,6 +102,3 @@ public:
protected:
virtual void device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr);
};
/*----------- defined in drivers/m92.c -----------*/
extern void m92_sprite_interrupt(running_machine &machine);

View File

@ -113,7 +113,3 @@ public:
required_device<screen_device> m_screen;
required_device<palette_device> m_palette;
};
/*----------- defined in video/psikyo.c -----------*/
void psikyo_switch_banks(running_machine &machine, int tmap, int bank);

View File

@ -67,6 +67,3 @@ public:
void request_goalin_data( );
void rbisland_cchip_init( int version );
};
/*----------- defined in machine/rainbow.c -----------*/
void rbisland_cchip_init(running_machine &machine, int version);

View File

@ -55,6 +55,3 @@ public:
required_device<gfxdecode_device> m_gfxdecode;
required_device<palette_device> m_palette;
};
/*----------- defined in video/suprridr.c -----------*/
int suprridr_is_screen_flipped(running_machine &machine);

View File

@ -177,11 +177,3 @@ public:
required_device<toaplan_scu_device> m_spritegen;
};
/*----------- defined in machine/toaplan1.c -----------*/
void toaplan1_driver_savestate(running_machine &machine);
void demonwld_driver_savestate(running_machine &machine);
void vimana_driver_savestate(running_machine &machine);