Home
last modified time | relevance | path

Searched refs:CYCLE_NORMAL (Results 1 – 15 of 15) sorted by relevance

/dports/games/sarien/sarien-0.7.0/src/core/
H A Dview.c102 case CYCLE_NORMAL: in update_view()
113 v->cycle = CYCLE_NORMAL; in update_view()
121 v->cycle = CYCLE_NORMAL; in update_view()
H A Dop_cmd.c107 cmd(normal_cycle) { vt.cycle = CYCLE_NORMAL; vt.flags |= CYCLING; } in cmd()
251 vt.cycle = CYCLE_NORMAL; in cmd()
/dports/emulators/mess/mame-mame0226/src/devices/machine/
H A Dds1204.h63 CYCLE_NORMAL = 1, enumerator
H A Dds1205.h69 CYCLE_NORMAL = 1, enumerator
H A Dds1204.cpp212 …if( m_command[ 0 ] == COMMAND_READ && m_command[ 1 ] == ( m_unique_pattern[ 0 ] | CYCLE_NORMAL ) &… in WRITE_LINE_MEMBER()
216 …[ 0 ] == COMMAND_WRITE && m_command[ 1 ] == ( m_unique_pattern[ 0 ] | CYCLE_NORMAL ) && m_command[… in WRITE_LINE_MEMBER()
/dports/emulators/mame/mame-mame0226/src/devices/machine/
H A Dds1204.h63 CYCLE_NORMAL = 1, enumerator
H A Dds1205.h69 CYCLE_NORMAL = 1, enumerator
H A Dds1204.cpp212 …if( m_command[ 0 ] == COMMAND_READ && m_command[ 1 ] == ( m_unique_pattern[ 0 ] | CYCLE_NORMAL ) &… in WRITE_LINE_MEMBER()
216 …[ 0 ] == COMMAND_WRITE && m_command[ 1 ] == ( m_unique_pattern[ 0 ] | CYCLE_NORMAL ) && m_command[… in WRITE_LINE_MEMBER()
/dports/audio/muse-sequencer/muse-4.0.0/src/muse/components/
H A Drectoolbar.cpp29 cycleMode->insertItem(MusECore::Song::CYCLE_NORMAL, tr("Normal")); in RecToolbar()
/dports/games/sarien/sarien-0.7.0/src/include/
H A Dview.h76 #define CYCLE_NORMAL 0 macro
/dports/audio/muse-sequencer/muse-4.0.0/src/muse/
H A Dsong.h87 enum { CYCLE_NORMAL, CYCLE_MIX, CYCLE_REPLACE }; enumerator
H A Dtransport.cpp313 cycleMode->insertItem(MusECore::Song::CYCLE_NORMAL, tr("Normal")); in Transport()
H A Dmidi.cpp319 if(cmode == Song::CYCLE_NORMAL) in buildMidiEventList()
H A Dsong.cpp2349 _cycleMode = CYCLE_NORMAL; in clear()
/dports/games/sarien/sarien-0.7.0/doc/
H A DChangelog202 - Fixed CYCLE_NORMAL setting in set_loop (fixes taxi in LSL1)