Home
last modified time | relevance | path

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

/dports/emulators/vice/vice-3.5/src/plus4/
H A Dted-fetch.c54 start_char = (ted.memptr_col + offs + dma_offset) & 0x3ff; in ted_fetch_matrix()
73 start_char = (ted.memptr_col + offs) & 0x3ff; in ted_fetch_color()
97 ted.mem_counter = ted.memptr_col; in do_matrix_fetch()
H A Dted.c468 ted.memptr_col = 0; in ted_powerup()
737 ted.memptr_col = 0; in ted_raster_draw_alarm_handler()
806 ted.memptr_col = ted.mem_counter; in ted_raster_draw_alarm_handler()
H A Dtedtypes.h235 int memptr_col; member
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/plus4/
H A Dted-fetch.c54 start_char = (ted.memptr_col + offs + dma_offset) & 0x3ff; in ted_fetch_matrix()
73 start_char = (ted.memptr_col + offs) & 0x3ff; in ted_fetch_color()
97 ted.mem_counter = ted.memptr_col; in do_matrix_fetch()
H A Dted.c466 ted.memptr_col = 0; in ted_powerup()
735 ted.memptr_col = 0; in ted_raster_draw_alarm_handler()
802 ted.memptr_col = ted.mem_counter; in ted_raster_draw_alarm_handler()
H A Dtedtypes.h235 int memptr_col; member
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/
H A DChangeLog.3258 pointer. (ted_fetch_color): Use `memptr_col'.
260 * plus4/tedtypes.h: Added new memberi `memptr_col' to `ted_t'.
H A DChangeLog.4890 DMA line has been emulated. Clear ted.memptr, ted.memptr_col,