Browse Source

Update GMZ180_std.asm

- Minor filename case issue caused some build scenarios to fail.
pull/419/merge
Wayne Warthen 1 year ago
parent
commit
3dd394e3c9
  1. 2
      Source/HBIOS/Config/GMZ180_std.asm

2
Source/HBIOS/Config/GMZ180_std.asm

@ -26,7 +26,7 @@
;
#DEFINE BOOT_DEFAULT "H" ; DEFAULT BOOT LOADER CMD ON <CR> OR AUTO BOOT
;
#include "cfg_GMZ180.asm"
#include "cfg_gmz180.asm"
;
CPUOSC .SET 18432000 ; CPU OSC FREQ IN MHZ
CRTACT .SET FALSE ; ACTIVATE CRT (VDU,CVDU,PROPIO,ETC) AT STARTUP

Loading…
Cancel
Save