Previous 199869 Revisions Next

r19619 Monday 17th December, 2012 at 11:20:29 UTC by Nathan Woods
Fixing comments (nw)
[src/mess/video]gime.h

trunk/src/mess/video/gime.h
r19618r19619
11/*********************************************************************
22
3    mc6847.h
3    gime.h
44
5    Implementation of Motorola 6847 video hardware chip
5    Implementation of CoCo GIME (Graphics Interrupt Memory Enhancement)
6    video chip.
67
78***************************************************************************/
89
r19618r19619
4041   /* if specified, this gets called for every change of the FIRQ pin */
4142   devcb_write_line         m_out_firq_func;
4243
43   /* if specified, this reads from the floating bugs */
44   /* if specified, this reads from the floating bus */
4445   devcb_read8               m_in_floating_bus_func;
4546};
4647

Previous 199869 Revisions Next


© 1997-2024 The MAME Team