trunk/src/mess/video/gime.h
| r19618 | r19619 | |
| 1 | 1 | /********************************************************************* |
| 2 | 2 | |
| 3 | | mc6847.h |
| 3 | gime.h |
| 4 | 4 | |
| 5 | | Implementation of Motorola 6847 video hardware chip |
| 5 | Implementation of CoCo GIME (Graphics Interrupt Memory Enhancement) |
| 6 | video chip. |
| 6 | 7 | |
| 7 | 8 | ***************************************************************************/ |
| 8 | 9 | |
| r19618 | r19619 | |
| 40 | 41 | /* if specified, this gets called for every change of the FIRQ pin */ |
| 41 | 42 | devcb_write_line m_out_firq_func; |
| 42 | 43 | |
| 43 | | /* if specified, this reads from the floating bugs */ |
| 44 | /* if specified, this reads from the floating bus */ |
| 44 | 45 | devcb_read8 m_in_floating_bus_func; |
| 45 | 46 | }; |
| 46 | 47 | |