Mercurial > repos > blastem
comparison system.h @ 2532:f4a471730ba4
Implement clipboard paste for SC-3000
author | Michael Pavone <pavone@retrodev.com> |
---|---|
date | Tue, 26 Nov 2024 23:47:38 -0800 |
parents | 90a40be940f7 |
children | 99e59fdddbc3 c076a96f1668 |
comparison
equal
deleted
inserted
replaced
2531:f973651b48d7 | 2532:f4a471730ba4 |
---|---|
92 system_u8_fun cassette_action; | 92 system_u8_fun cassette_action; |
93 rom_info info; | 93 rom_info info; |
94 arena *arena; | 94 arena *arena; |
95 char *next_rom; | 95 char *next_rom; |
96 char *save_dir; | 96 char *save_dir; |
97 char *paste_buffer; | |
98 uint32_t paste_cur_char; | |
97 int enter_debugger_frames; | 99 int enter_debugger_frames; |
98 uint8_t enter_debugger; | 100 uint8_t enter_debugger; |
99 uint8_t should_exit; | 101 uint8_t should_exit; |
100 uint8_t save_state; | 102 uint8_t save_state; |
101 uint8_t delayed_load_slot; | 103 uint8_t delayed_load_slot; |