Skip to content

Commit 3d14dd4

Browse files
committed
show 128 or 64 on startup
1 parent c2677c6 commit 3d14dd4

File tree

12 files changed

+13
-16
lines changed

12 files changed

+13
-16
lines changed

boot/autostart64.128.o

0 Bytes
Binary file not shown.

boot/autostart64.o

0 Bytes
Binary file not shown.

boot/bootsect.128.o

0 Bytes
Binary file not shown.

config.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.define NAME "RUN64" ; name displayed in "BOOTING..." message
1+
.define NAME "RUN64" ; name displayed in "BOOTING..." message
22
.define FILE "*" ; file to load and run in C64 mode
33
.define HIDECMDS 0 ; hide C64 LOAD/RUN commands
44
.define LOADMODE 0 ; placement mode argument for LOAD command (0 or 1)

run64.d81

0 Bytes
Binary file not shown.

s/issue,s

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,7 @@
1-
Don't tell any big lies today. Small ones can be just as effective.
1+
Advancement in position.
22

33

4-
His followers called him Mahasamatman and said he was a god. He preferred
5-
to drop the Maha- and the -atman, however, and called himself Sam. He never
6-
claimed to be a god. But then, he never claimed not to be a god. Circum-
7-
stances being what they were, neither admission could be of any benefit.
8-
Silence, though, could. It was in the days of the rains that their prayers
9-
went up, not from the fingering of knotted prayer cords or the spinning of
10-
prayer wheels, but from the great pray-machine in the monastery of Ratri,
11-
goddess of the Night. The high-frequency prayers were directed upward through
12-
the atmosphere and out beyond it, passing into that golden cloud called the
13-
Bridge of the Gods, which circles the entire world, is seen as a bronze
14-
rainbow at night and is the place where the red sun becomes orange at midday.
15-
Some of the monks doubted the orthodoxy of this prayer technique...
16-
-- Roger Zelazny, "Lord of Light"
4+
Q: What's the difference between the 1950's and the 1980's?
5+
A: In the 80's, a man walks into a drugstore and states loudly, "I'd
6+
like some condoms," and then, leaning over the counter, whispers,
7+
"and some cigarettes."

tools/kmon

2 Bytes
Binary file not shown.

tools/kmon.s

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -825,7 +825,13 @@ DREXIT: JSR UNTLK ; command device to untalk
825825

826826
MSGBAS =*
827827
MSG0: .BYTE 14
828-
.BYTE "kmon 0.7",' '+$80
828+
.BYTE "kmon"
829+
.ifdef __C128__
830+
.byte "128"
831+
.else
832+
.byte "64"
833+
.endif
834+
.byte " 0.7",' '+$80
829835
MSG1: .BYTE $0D ; header for registers
830836
.BYTE "*err",'*'+$80
831837
MSG2: .BYTE $0D ; header for registers

tools/patch128

-12 Bytes
Binary file not shown.

tools/pip.128

-12 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)