Home
last modified time | relevance | path

Searched refs:timer_reload (Results 26 – 32 of 32) sorted by relevance

12

/dports/emulators/hugo/hugo-2.12/
H A Dshared_memory.h87 UChar timer_reload,timer_start,timer_counter; member
H A Dpce.c1523 io.timer_reload = V & 127; in IO_write()
1528 io.timer_counter = io.timer_reload; in IO_write()
1929 io.timer_counter = io.timer_reload; in TimerInt()
/dports/games/libretro-gpsp/gpsp-300d0c0/
H A Dgba_memory.c202 float_to_fp8_24(GBC_BASE_RATE / (timer_reload * sound_frequency)) \
212 u32 timer_reload = \
231 u32 timer_reload = timer[timer_number].reload; in trigger_timer() local
241 address16(io_registers, 0x100 + (timer_number * 4)) = -timer_reload; in trigger_timer()
243 timer_reload <<= prescale; in trigger_timer()
244 timer[timer_number].count = timer_reload; in trigger_timer()
246 if(timer_reload < execute_cycles) in trigger_timer()
247 execute_cycles = timer_reload; in trigger_timer()
/dports/emulators/mess/mame-mame0226/src/devices/cpu/tms7000/
H A Dtms7000.cpp449 void tms7000_device::timer_reload(int tmr) in timer_reload() function in tms7000_device
476 timer_reload(tmr); in timer_tick_low()
594 timer_reload(offset >> 4); in tms7000_pf_w()
H A Dtms7000.h146 void timer_reload(int tmr);
/dports/emulators/mame/mame-mame0226/src/devices/cpu/tms7000/
H A Dtms7000.cpp449 void tms7000_device::timer_reload(int tmr) in timer_reload() function in tms7000_device
476 timer_reload(tmr); in timer_tick_low()
594 timer_reload(offset >> 4); in tms7000_pf_w()
H A Dtms7000.h146 void timer_reload(int tmr);

12