| Previous | 199869 Revisions | Next |
| r18789 Tuesday 30th October, 2012 at 22:28:21 UTC by Angelo Salese |
|---|
| Little note update, nw |
| [src/mame/machine] | nb1413m3.c |
| r18788 | r18789 | |
|---|---|---|
| 42 | 42 | |
| 43 | 43 | #define NB1413M3_TIMER_BASE 20000000 |
| 44 | 44 | |
| 45 | /* TODO: is all of this actually programmable? */ | |
| 45 | /* TODO: is all of this actually programmable in some way? */ | |
| 46 | 46 | static TIMER_CALLBACK( nb1413m3_timer_callback ) |
| 47 | 47 | { |
| 48 | 48 | machine.scheduler().timer_set(attotime::from_hz(NB1413M3_TIMER_BASE) * 256, FUNC(nb1413m3_timer_callback)); |
| Previous | 199869 Revisions | Next |