Subversion Repositories NedoOS

Rev

Rev 2259 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log

Rev 2259 Rev 2266
Line 217... Line 217...
217
        struct z80_context * z80 = param;
217
        struct z80_context * z80 = param;
218
 
218
 
219
        z80_break(&z80->z80);
219
        z80_break(&z80->z80);
220
}
220
}
221
 
221
 
222
static void z80_out(void * param, uint8_t state)
222
static void z80_out(void * param, uint16_t addr, uint8_t data)
223
{
223
{
224
        // ignore
224
        // ignore
225
}
225
}
226
 
226
 
227
static uint8_t z80_in(void * param, uint16_t address)
227
static uint8_t z80_in(void * param, uint16_t address)