Previous 199869 Revisions Next

r24085 Friday 5th July, 2013 at 11:28:13 UTC by Robbbert
(MESS) mbee : forgot to remove 2 lines (nw)
[src/mess/drivers]mbee.c
[src/mess/includes]mbee.h

trunk/src/mess/includes/mbee.h
r24084r24085
225225
226226/*----------- defined in machine/mbee.c -----------*/
227227
228//extern const wd17xx_interface mbee_wd17xx_interface;
229228extern const z80pio_interface mbee_z80pio_intf;
230229
231230/*----------- defined in video/mbee.c -----------*/
trunk/src/mess/drivers/mbee.c
r24084r24085
647647};
648648#endif
649649
650// can only specify one
651650FLOPPY_FORMATS_MEMBER( mbee_state::floppy_formats )
652651   FLOPPY_MBEE_FORMAT,
653652   FLOPPY_DSK_FORMAT

Previous 199869 Revisions Next


© 1997-2024 The MAME Team