Home
last modified time | relevance | path

Searched refs:STATE_LOAD (Results 1 – 8 of 8) sorted by relevance

/dports/sysutils/fluxengine/fluxengine-61ff48c/FluxEngine.cydsn/Sequencer/
H A DSequencer.v21 localparam STATE_LOAD = 0; constant
28 assign req = (!reset && (state == STATE_LOAD));
49 state <= STATE_LOAD;
61 STATE_LOAD:
82 state <= STATE_LOAD;
/dports/emulators/gngeo/gngeo-gngeo_0.8/src/ym2610-940/
H A Dym2610.h47 STATE_LOAD( ym2610 );
H A Dym2610.c3350 STATE_LOAD( ym2610 ) in STATE_LOAD() function
/dports/emulators/gngeo/gngeo-gngeo_0.8/src/ym2610/
H A Dym2610.h47 STATE_LOAD( ym2610 );
H A Dym2610.c3384 STATE_LOAD( ym2610 ) in STATE_LOAD() function
/dports/games/libretro-px68k/px68k-libretro-8455d9c/m68000/
H A Dm68000.h43 STATE_LOAD( m68000 );
H A Dm68000.c387 STATE_LOAD( m68000 ) in STATE_LOAD() function
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/Core/
H A DState.cpp99 STATE_LOAD = 2, enumerator