mirror of
https://github.com/holub/mame
synced 2025-05-22 05:38:52 +03:00
Fix for previous submission: Removed unused function, gcc probably complains about it (no whatsnew).
This commit is contained in:
parent
633d76bbbf
commit
9f1c81e8ad
@ -118,17 +118,6 @@ static const ins8250_interface magtouch_com0_interface =
|
||||
*
|
||||
*************************************/
|
||||
|
||||
static WRITE32_HANDLER(magtouch_rombank_w)
|
||||
{
|
||||
if ( ACCESSING_BITS_16_23 )
|
||||
{
|
||||
int bank = data >> 16;
|
||||
|
||||
logerror( "rom bank #%02x at PC=%08X\n", bank, cpu_get_pc(space->cpu) );
|
||||
memory_set_bank(space->machine, "rombank", bank & 0x7f );
|
||||
}
|
||||
}
|
||||
|
||||
static READ8_HANDLER(magtouch_io_r)
|
||||
{
|
||||
switch(offset)
|
||||
|
Loading…
Reference in New Issue
Block a user