File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -37,18 +37,20 @@ RTC_8088 on PC/XT:
37
37
38
38
![ RTC_8088 XT] ( https://raw.githubusercontent.com/640-KB/GLaTICK/main/images/glatick_at_pc_mda_1.png )
39
39
40
- ### Building :
40
+ ### Build :
41
41
42
- Use MASM 5.0, do ` MAKE GLATICK.MAK ` . The included ` OPT2ROM.COM ` will convert the produced EXE file to a 2 KiB ROM file.
42
+ Using MASM 5: ` MAKE GLATICK.MAK ` .
43
+
44
+ Using MASM 6: ` NMAKE GLATICK.NMK ` .
45
+
46
+ The included ` OPT2ROM.COM ` will convert the produced EXE file to a 2 KiB ROM file.
43
47
44
48
### Roadmap:
45
49
46
50
- Support for additional RTCs including:
47
51
- MSM-58321
48
- - MSM-6242
49
52
- DS1216 / DS1315 "Smart Watch"
50
53
- ` INT 1Ah ` ALARM (` 6h ` and ` 7h ` ) (where supported)
51
- - ` INT 15h ` WAIT (` 86h ` and ` 83h ` )
52
54
53
55
### Credits:
54
56
You can’t perform that action at this time.
0 commit comments