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

trunk/src/mame/machine/nb1413m3.c
r18788r18789
4242
4343#define NB1413M3_TIMER_BASE 20000000
4444
45/* TODO: is all of this actually programmable? */
45/* TODO: is all of this actually programmable in some way? */
4646static TIMER_CALLBACK( nb1413m3_timer_callback )
4747{
4848   machine.scheduler().timer_set(attotime::from_hz(NB1413M3_TIMER_BASE) * 256, FUNC(nb1413m3_timer_callback));

Previous 199869 Revisions Next


© 1997-2024 The MAME Team