I'm bored to do spring cleaning

This commit is contained in:
Angelo Salese 2011-04-18 18:47:18 +00:00
parent 1e58c28af0
commit 065e05abcd
2 changed files with 2 additions and 2 deletions

View File

@ -153,7 +153,7 @@ struct _m4510_Regs {
UINT8 ddr;
UINT8 port;
devcb_resolved_read8 in_port_func;
devcb_resolved_write8 out_port_func;
};

View File

@ -81,7 +81,7 @@ struct _m6502_Regs
UINT8 ddr;
UINT8 port;
devcb_resolved_read8 in_port_func;
devcb_resolved_write8 out_port_func;
};