Skip to content

Commit

Permalink
Updated version number to 1.04 RC3
Browse files Browse the repository at this point in the history
  • Loading branch information
breakintoprogram committed Nov 11, 2023
1 parent b2f2292 commit 3d8d3d1
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: 27/08/2023
* Last Updated: 11/11/2023
*
* Modinfo:
* 11/07/2022: Version 0.01: Tweaks for Agon Light, Command Line code added
Expand All @@ -26,6 +26,7 @@
* 16/05/2023: Version 1.04: Fixed MASTERCLOCK value in uart.h, added startup beep
* 03/08/2023: RC2 + Enhanced low-level keyboard functionality
* 27/09/2023: + Updated RTC
* 11/11/2023: RC3 + See Github for full list of changes
*/

#include <eZ80.h>
Expand All @@ -46,7 +47,7 @@

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

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

Expand Down Expand Up @@ -135,7 +136,7 @@ int main(void) {
printf("@Baud Rate: %d\n\r\n\r", pUART0.baudRate);
#endif

(void)mos_mount(); // Mount the SD card
mos_mount(); // Mount the SD card

putch(7); // Startup beep
history_no = 0;
Expand Down

0 comments on commit 3d8d3d1

Please sign in to comment.