Skip to content

Commit

Permalink
Updated revision number
Browse files Browse the repository at this point in the history
  • Loading branch information
breakintoprogram committed Sep 28, 2023
1 parent 9a0de3c commit 1335f0c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Title: AGON MOS
* Author: Dean Belfield
* Created: 19/06/2022
* Last Updated: 03/08/2023
* Last Updated: 27/08/2023
*
* Modinfo:
* 11/07/2022: Version 0.01: Tweaks for Agon Light, Command Line code added
Expand All @@ -24,7 +24,8 @@
* + Improved ESP32->eZ80 boot sync
* 29/03/2023: RC3 + Added UART1 initialisation, tweaked startup sequence timings
* 16/05/2023: Version 1.04: Fixed MASTERCLOCK value in uart.h, added startup beep
* 03/08/2023: + Enhanced low-level keyboard functionality
* 03/08/2023: RC2 + Enhanced low-level keyboard functionality
* 27/09/2023: + Updated RTC
*/

#include <eZ80.h>
Expand All @@ -44,7 +45,7 @@

#define MOS_version 1
#define MOS_revision 4
#define MOS_rc 1
#define MOS_rc 2

extern void * set_vector(unsigned int vector, void(*handler)(void));

Expand Down

0 comments on commit 1335f0c

Please sign in to comment.