| r7246 Wednesday 3rd February, 2010 at 08:42:26 UTC by Fabio Priuli |
|---|
| This should fix bug 1904 for coco as well (apparently I sent an outdated file in 7242 :( ) |
| [src/mess/machine] | coco.c |
| r7245 | r7246 | |
|---|---|---|
| 2960 | 2960 | init.printer_out_ = printer_out_coco; |
| 2961 | 2961 | |
| 2962 | 2962 | generic_coco12_dragon_init(machine, &init); |
| 2963 | ||
| 2964 | /* need to specify lightgun crosshairs */ | |
| 2965 | timer_set(machine, attotime_zero, NULL, 0, update_lightgun_timer_callback); | |
| 2963 | 2966 | } |
| 2964 | 2967 | |
| 2965 | 2968 | MACHINE_START( coco2 ) |
| Previous 50 | 9076 Revisions | Next 50 |