Skip to content

Commit

Permalink
Uploaded_1_28_2023
Browse files Browse the repository at this point in the history
  • Loading branch information
MicroCoreLabs committed Jan 29, 2023
1 parent 26b2c27 commit ea66a81
Show file tree
Hide file tree
Showing 2 changed files with 191 additions and 173 deletions.
2 changes: 1 addition & 1 deletion MCL64/SourceCode/Cycle_Accurate_6510/MCL64.ino
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ uint8_t assert_sync=0;
uint8_t global_temp=0;
uint8_t last_access_internal_RAM=0;
uint8_t ea_data=0;
uint8_t mode=1;
uint8_t mode=0;

uint16_t register_pc=0;
uint16_t current_address=0;
Expand Down
Loading

0 comments on commit ea66a81

Please sign in to comment.