Skip to content

Commit

Permalink
Add missing emulator registers (#367)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlund authored Sep 15, 2024
1 parent a4686c0 commit 7769893
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions mos-platform/cx16/cx16.h
Original file line number Diff line number Diff line change
Expand Up @@ -371,8 +371,9 @@ struct __emul {
unsigned char keyboard; /* Boolean: displaying typed keys */
unsigned char echo; /* How to send Kernal output to host */
unsigned char save_on_exit; /* Boolean: save machine state on exit */
unsigned char gif_method; /* How GIF movie is being recorded */
unsigned char const unused1[2];
unsigned char gif_method; /* Control GIF (0=pause; 1=single; 2=resume) */
unsigned char wav_method; /* Control WAV (0=pause; 1=record; 2=autostart) */
unsigned char cmd_key_off; /* Boolean: disable emulator command keys */
unsigned long const cycle_count; /* Running total of CPU cycles (8 MHz.) */
unsigned char const unused2[1];
unsigned char const keymap; /* Keyboard layout number */
Expand Down

0 comments on commit 7769893

Please sign in to comment.