Home
last modified time | relevance | path

Searched refs:cmd_nibbles (Results 1 – 4 of 4) sorted by relevance

/dports/emulators/vice/vice-3.5/src/core/
H A Dt6721.c811 if (t6721->cmd_nibbles) { in t6721_store()
814 DBG(("arg %2x (ADDRESS LOAD %d/6)\n", data, 6 - t6721->cmd_nibbles)); in t6721_store()
817 DBG(("arg %2x (SPEED LOAD %d/2)\n", data, 3 - t6721->cmd_nibbles)); in t6721_store()
821 DBG(("arg %2x (CONDITION 1 %d/2) ", data, 3 - t6721->cmd_nibbles)); in t6721_store()
836 DBG(("arg %2x (CONDITION 2 %d/2) ", data, 3 - t6721->cmd_nibbles)); in t6721_store()
862 t6721->cmd_nibbles--; in t6721_store()
885 t6721->cmd_nibbles = 5; in t6721_store()
895 t6721->cmd_nibbles = 1; in t6721_store()
900 t6721->cmd_nibbles = 1; in t6721_store()
905 t6721->cmd_nibbles = 1; in t6721_store()
[all …]
H A Dt6721.h122 int cmd_nibbles; /* nibbles left for current command */ member
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/core/
H A Dt6721.c811 if (t6721->cmd_nibbles) { in t6721_store()
814 DBG(("arg %2x (ADDRESS LOAD %d/6)\n", data, 6 - t6721->cmd_nibbles)); in t6721_store()
817 DBG(("arg %2x (SPEED LOAD %d/2)\n", data, 3 - t6721->cmd_nibbles)); in t6721_store()
821 DBG(("arg %2x (CONDITION 1 %d/2) ", data, 3 - t6721->cmd_nibbles)); in t6721_store()
836 DBG(("arg %2x (CONDITION 2 %d/2) ", data, 3 - t6721->cmd_nibbles)); in t6721_store()
862 t6721->cmd_nibbles--; in t6721_store()
885 t6721->cmd_nibbles = 5; in t6721_store()
895 t6721->cmd_nibbles = 1; in t6721_store()
900 t6721->cmd_nibbles = 1; in t6721_store()
905 t6721->cmd_nibbles = 1; in t6721_store()
[all …]
H A Dt6721.h122 int cmd_nibbles; /* nibbles left for current command */ member