Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
breakintoprogram committed Sep 28, 2023
1 parent 9912b5a commit 75696df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions video/video.ino
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
// 30/05/2023: + Added VDU 23,16 (cursor movement control)
// 28/06/2023: + Improved get_screen_char, fixed vdu_textViewport, cursorHome, changed modeline for Mode 2
// 30/06/2023: + Fixed vdu_sys_sprites to correctly discard serial input if bitmap allocation fails
// 13/08/2023: + New video modes, mode change resets page mode
// 13/08/2023: RC2 + New video modes, mode change resets page mode
// 05/09/2023: + New audio enhancements, improved mode change code
// 12/09/2023: + Refactored

Expand All @@ -49,7 +49,7 @@

#define VERSION 1
#define REVISION 4
#define RC 1
#define RC 2

#define DEBUG 0 // Serial Debug Mode: 1 = enable
#define SERIALKB 0 // Serial Keyboard: 1 = enable (Experimental)
Expand Down

0 comments on commit 75696df

Please sign in to comment.