v0.1.1 Partial Super Chip Support #11

Merged
j merged 12 commits from schip into main 2023-04-15 04:00:41 +00:00
Owner

Implement the Super Chip processor extension set:

Fully Implemented:

  • 00cN #2 Scroll the screen down
  • 00fb #3 Scroll the screen right
  • 00fc #4 Scroll the screen left
  • 00fd #5 Exit (halt and catch fire)
  • 00fe #6 Return to low-resolution mode
  • 00ff #7 Enter high-resolution mode

Partially Implemented:

  • fx75 #8 Save to "flag registers" (not persistent)
  • fx85 #9 Load from "flag registers (not persistent)

Not Included:

  • fx30 #10 Load 16x16 number sprite into I register (missing font)

TL;DR:

  • TODO: Implement loading and saving of flag registers from a file
  • TODO: Create a 16x16 number font and load it into charset memory after the 8x5 font
Implement the Super Chip processor extension set: Fully Implemented: - [x] `00cN` #2 Scroll the screen down - [x] `00fb` #3 Scroll the screen right - [x] `00fc` #4 Scroll the screen left - [x] `00fd` #5 Exit (halt and catch fire) - [x] `00fe` #6 Return to low-resolution mode - [x] `00ff` #7 Enter high-resolution mode Partially Implemented: - [ ] `fx75` #8 Save to "flag registers" (not persistent) - [ ] `fx85` #9 Load from "flag registers (not persistent) Not Included: - [ ] `fx30` #10 Load 16x16 number sprite into I register (missing font) TL;DR: - TODO: Implement loading and saving of flag registers from a file - TODO: Create a 16x16 number font and load it into charset memory after the 8x5 font
j added this to the Super Chip Support milestone 2023-04-15 03:54:31 +00:00
j added the
enhancement
label 2023-04-15 03:54:31 +00:00
j added 12 commits 2023-04-15 03:54:31 +00:00
j merged commit d54fb7eb2c into main 2023-04-15 04:00:41 +00:00
j deleted branch schip 2023-04-15 04:00:42 +00:00
Sign in to join this conversation.
No reviewers
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: j/Chirp#11
No description provided.