-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathreadme.txt
78 lines (56 loc) · 1.67 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
HRTmon source information
-------------------------
for more information go to the HRTmon homepage:
http://dumbo.cryogen.ch/hrtmon/index.html
or send me an email at:
please report bugs or contribute via
https://github.com/wepl/hrtmon
the following files are included:
************************************
documentation files
************************************
HRTmon.guide
HRTmon.guide.info
HRTmon.readme
************************************
HRTmon command files (starts HRTmon without HRTmonPrefs)
************************************
HRTmon
HRTmon.c
************************************
HRTmon Prefs files
************************************
#GUI edited with GadToolsBox
HRTmonGUI2.c
HRTmonGUI2.h
HRTmonGUI2.gui
HRTmonGUI2.gui.info
HRTmonGUI2.o
HRTmonPrefs.c (the main source of HRTmonPrefs)
HRTmonPrefs
HRTmonPrefs.info
HRTboot.s (boot block for boot-disk)
HRTboot.o
assembler.h
assembler.s (some asm routines for HRTmonPrefs)
assembler.o
************************************
main source files
************************************
(see directory 'src')
HRTmon.data (assemble HRTmonV2.s to get this file)
************************************
data files
************************************
SPRfont.iff
SPRfont.raw
Topaz3.iff
Topaz3.raw
****************************************************************
The best place to start hacking the source is the HRTmonV2.s file.
(and all the files in the 'src' directory)
This file can be assembled at least with ASMOne, ASMPro, BASM or PhxAss.
The supplied binaries are created using vasm/vbcc and the supplied Makefile.
The resulting file should be saved as HRTmon.data.
That's it, you have a new version of HRTmon.