| Previous | 199869 Revisions | Next |
| r18118 Monday 24th September, 2012 at 17:21:40 UTC by Miodrag Milanović |
|---|
| H file cleanup (no whatsnew) |
| [src/mame/includes] | vectrex.h |
| [src/mess/includes] | fm7.h samcoupe.h x1.h x68k.h |
| r18117 | r18118 | |
|---|---|---|
| 99 | 99 | void samcoupe_update_memory(address_space &space); |
| 100 | 100 | UINT8 samcoupe_mouse_r(running_machine &machine); |
| 101 | 101 | |
| 102 | /*----------- defined in video/samcoupe.c -----------*/ | |
| 103 | TIMER_CALLBACK( sam_video_update_callback ); | |
| 104 | ||
| 105 | 102 | #endif /* SAMCOUPE_H_ */ |
| r18117 | r18118 | |
|---|---|---|
| 248 | 248 | TIMER_CALLBACK_MEMBER(fm77av_vsync); |
| 249 | 249 | }; |
| 250 | 250 | |
| 251 | /*----------- defined in video/fm7.c -----------*/ | |
| 252 | TIMER_CALLBACK( fm77av_vsync ); | |
| 253 | ||
| 254 | 251 | #endif /*FM7_H_*/ |
| r18117 | r18118 | |
|---|---|---|
| 299 | 299 | #endif |
| 300 | 300 | |
| 301 | 301 | /*----------- defined in video/x68k.c -----------*/ |
| 302 | ||
| 303 | TIMER_CALLBACK(x68k_crtc_raster_irq); | |
| 304 | TIMER_CALLBACK(x68k_crtc_vblank_irq); | |
| 305 | TIMER_CALLBACK(x68k_hsync); | |
| 306 | ||
| 307 | ||
| 308 | 302 | DECLARE_READ16_HANDLER( x68k_spritereg_r ); |
| 309 | 303 | DECLARE_WRITE16_HANDLER( x68k_spritereg_w ); |
| 310 | 304 | DECLARE_READ16_HANDLER( x68k_spriteram_r ); |
| r18117 | r18118 | |
|---|---|---|
| 209 | 209 | /*----------- shared with x1twin.c -----------*/ |
| 210 | 210 | |
| 211 | 211 | TIMER_DEVICE_CALLBACK(x1_keyboard_callback); |
| 212 | TIMER_CALLBACK(x1_rtc_increment); | |
| 213 | 212 | TIMER_DEVICE_CALLBACK( x1_cmt_wind_timer ); |
| 214 | 213 | |
| 215 | 214 | /*----------- defined in machine/x1.c -----------*/ |
| r18117 | r18118 | |
|---|---|---|
| 83 | 83 | /*----------- defined in machine/vectrex.c -----------*/ |
| 84 | 84 | |
| 85 | 85 | DEVICE_IMAGE_LOAD( vectrex_cart ); |
| 86 | TIMER_CALLBACK(vectrex_imager_eye); | |
| 87 | 86 | void vectrex_configuration(running_machine &machine); |
| 88 | 87 | DECLARE_READ8_DEVICE_HANDLER (vectrex_via_pa_r); |
| 89 | 88 | DECLARE_READ8_DEVICE_HANDLER(vectrex_via_pb_r ); |
| Previous | 199869 Revisions | Next |