├── LICENSE ├── README.md ├── images ├── glatick_at_pc_mda_1.png ├── glatick_nc_gb_cga_1.png └── glatick_nc_gb_cga_2.png └── src ├── GLALIB.ASM ├── GLALIB.INC ├── GLATICK.ASM ├── GLATICK.MAK ├── GLATICK.NMK ├── GLATICK.WMK ├── MACROS.INC ├── OPT2ROM ├── OPT2ROM.COM └── wbin2rom.py ├── RTC.INC ├── RTC_AT.ASM ├── RTC_EP.ASM ├── RTC_NS.ASM ├── RTC_OK.ASM ├── RTC_OK2.ASM ├── RTC_RP.ASM ├── RTC_SW.ASM └── SEGS.INC /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/640-KB/GLaTICK/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/640-KB/GLaTICK/HEAD/README.md -------------------------------------------------------------------------------- /images/glatick_at_pc_mda_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/640-KB/GLaTICK/HEAD/images/glatick_at_pc_mda_1.png -------------------------------------------------------------------------------- /images/glatick_nc_gb_cga_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/640-KB/GLaTICK/HEAD/images/glatick_nc_gb_cga_1.png -------------------------------------------------------------------------------- /images/glatick_nc_gb_cga_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/640-KB/GLaTICK/HEAD/images/glatick_nc_gb_cga_2.png -------------------------------------------------------------------------------- /src/GLALIB.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/640-KB/GLaTICK/HEAD/src/GLALIB.ASM -------------------------------------------------------------------------------- /src/GLALIB.INC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/640-KB/GLaTICK/HEAD/src/GLALIB.INC -------------------------------------------------------------------------------- /src/GLATICK.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/640-KB/GLaTICK/HEAD/src/GLATICK.ASM -------------------------------------------------------------------------------- /src/GLATICK.MAK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/640-KB/GLaTICK/HEAD/src/GLATICK.MAK -------------------------------------------------------------------------------- /src/GLATICK.NMK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/640-KB/GLaTICK/HEAD/src/GLATICK.NMK -------------------------------------------------------------------------------- /src/GLATICK.WMK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/640-KB/GLaTICK/HEAD/src/GLATICK.WMK -------------------------------------------------------------------------------- /src/MACROS.INC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/640-KB/GLaTICK/HEAD/src/MACROS.INC -------------------------------------------------------------------------------- /src/OPT2ROM/OPT2ROM.COM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/640-KB/GLaTICK/HEAD/src/OPT2ROM/OPT2ROM.COM -------------------------------------------------------------------------------- /src/OPT2ROM/wbin2rom.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/640-KB/GLaTICK/HEAD/src/OPT2ROM/wbin2rom.py -------------------------------------------------------------------------------- /src/RTC.INC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/640-KB/GLaTICK/HEAD/src/RTC.INC -------------------------------------------------------------------------------- /src/RTC_AT.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/640-KB/GLaTICK/HEAD/src/RTC_AT.ASM -------------------------------------------------------------------------------- /src/RTC_EP.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/640-KB/GLaTICK/HEAD/src/RTC_EP.ASM -------------------------------------------------------------------------------- /src/RTC_NS.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/640-KB/GLaTICK/HEAD/src/RTC_NS.ASM -------------------------------------------------------------------------------- /src/RTC_OK.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/640-KB/GLaTICK/HEAD/src/RTC_OK.ASM -------------------------------------------------------------------------------- /src/RTC_OK2.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/640-KB/GLaTICK/HEAD/src/RTC_OK2.ASM -------------------------------------------------------------------------------- /src/RTC_RP.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/640-KB/GLaTICK/HEAD/src/RTC_RP.ASM -------------------------------------------------------------------------------- /src/RTC_SW.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/640-KB/GLaTICK/HEAD/src/RTC_SW.ASM -------------------------------------------------------------------------------- /src/SEGS.INC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/640-KB/GLaTICK/HEAD/src/SEGS.INC --------------------------------------------------------------------------------