| Previous | 199869 Revisions | Next |
| r17743 Sunday 9th September, 2012 at 08:18:17 UTC by Sandro Ronco |
|---|
| (mess) fixed apollo regression. (nw) |
| [src/mess/video] | apollo.c |
| r17742 | r17743 | |
|---|---|---|
| 113 | 113 | INLINE screen_data_t *get_safe_token(device_t *device) { |
| 114 | 114 | assert(device != NULL); |
| 115 | 115 | assert(device->type() == APOLLO_MONO15I || device->type() == APOLLO_MONO19I ); |
| 116 | return (screen_data_t *)downcast<apollo_mono | |
| 116 | return (screen_data_t *)downcast<apollo_mono | |
| 117 | 117 | } |
| 118 | 118 | |
| 119 | 119 | /*************************************************************************** |
| Previous | 199869 Revisions | Next |