Home
last modified time | relevance | path

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

/dports/emulators/dps8m/dps8m-572f79bb4f0f84a8b16c3892c894c2b9ed64b458/src/dps8/
H A Ddps8_console.c319 #ifndef TA_BUFFER_SIZE
320 # define TA_BUFFER_SIZE 65536 macro
323 static int ta_buffer[TA_BUFFER_SIZE];
337 if (ta_cnt >= TA_BUFFER_SIZE) in ta_push()