Search results
Display files under basic
Score: 104.61 %,
Type: Forum topic , Comments: 35 comments
'
120 CLEAR 2048
130 ST=0 'drive number
140 A1=60311! ...
160 L=0 'files counter
170 FOR T=0 TO 111 'spaces ... ?
210 D=PEEK(60311!)
220 IF D=248 THEN Z=5 ELSE Z=7
230 FR=DSKF(0) 'disk ...
MSX-Basic and "hand"-assembly
Score: 104.22 %,
Type: Forum topic , Comments: 19 comments
defusr=&hc000:a=usr(0)
Something I should know to get this work, is the $c000 OK address to start (Toshiba HX-10, ... varptr(a%(0)))
and then pass as parameter the offset to your loading program, or you can poke&patch ... machine, type "print fre(0)" (28815 for unmodified MSX1, around 23K for most MSX2's) and add ...
Tools to compose and play a BMG for just PSG.
Score: 104.2 %,
Type: Forum topic , Comments: 2 comments
I am planning to make a graphic advencture for MSX1.
I still have to figure out how resource-eting it will be but it shouldn't be too hungry.
Of course, I need a BMG and I would like it to play by plain PSG.
Is there any ready-made tool, a ...
looking for bin2cas converters and their techincal specs doumentation
Score: 104.27 %,
Type: Forum topic , Comments: 6 comments
months ago i started a personal project for sending, from a Linux machine, webcam captures to 8bit computers using a mono audio cable, just like we used to load games from cassettes - ...
Linker problem !!!
Score: 104.15 %,
Type: Forum topic , Comments: 3 comments
I have broken code and data into several files, compiled by m80 separately.
I am trying to assemble the single output file from those pieces.
All files, except one, are layed out contiguously. Code is started at 4000h, and the last file I link, ...
Another issue with setting new command in BASIC
Score: 104.18 %,
Type: Forum topic , Comments: 6 comments
finish by chr(0) but maybe i dont remember very well
--edit---
also this link might help ... and i dont have admin rights ...
Played with finishing with 0 etc with no success.
In this e Played with finishing with 0 etc with no success.
In this example, he does "inc sp; inc sp" ...
Setting call vector (hooking) from ROM
Score: 104.05 %,
Type: Forum topic , Comments: 12 comments
that would run from cartridge ? Do you need to have active ram in slot 0 ?Do you use a custom interrupt ... EXTBIO hook if necessary
ld a,(HOKVLD)
bit 0,a
jr nz,OK_INIEXTB
ld hl,EXTBIO
ld ... ;C = Slot * 32
ld a,b
rlca
and %00011000 ;A = Subslot * 8
or c
ld c,a
ld b,0
ld ...
MSX Basic programs with colorful tiles.
Score: 120.22 %,
Type: Forum topic , Comments: 13 comments
DATA F3,CD,62,00,CD,41,0,3E,01,32,B0,FC
60 DATA 32,AF,FC,21,0,0,CD,77,C0,CD,62,C0
70 DATA 21,0,8,CD,77,C0,CD,62,C0,21,00,10
80 DATA CD,77,C0,CD,62,C0,AF,CD,C3,0,CD,69
90 DATA 00,CD,44,00,3E,F0,01,00,8,21,00,20
100 DATA CD,56,00,3E,F0,01,00,8,21,00,28,CD
110 DATA 56,00,3E,F0,01,00,08,21,00,30,CD,56
120 DATA 00,C9,2A,20,F9,01,98,00,16,8,7E,5F
130 DATA ...
converting to .bas
Score: 104.13 %,
Type: Forum topic , Comments: 4 comments
($0D $0A). Works now, MSX is able to read non-tokenized .bas as plain text. Didn't know ...
Who is wrong, CALSLT or me?
Score: 104.12 %,
Type: Forum topic , Comments: 5 comments
are calling PAGE 0 (0000 to 3ffff), it use a relocatable code in page 3 or so, to do the switching of page0 , page0 must HAVE the CALSLT code if you want to return? mmmm
IIRC, both BIOS-BASIC and EXT BASIC ROM, has doubled the CALSLOT and WRSLOT and RDSLOT code....
so the problem is in page 1 or 0 ?
so ...
