Search results
The story behind laydock
Score: 122.02 %,
Type: Forum topic , Comments: 8 comments
was about a movie called 2012. Allready back then they knew the earth was going down in 2012 however ...
Stop the drive when binary is loaded and run
Score: 131.72 %,
Type: Forum topic , Comments: 19 comments
peek(&hfcbf) + peek(&hfcc0)*256
30 ?"bload run address = &h" +hex$(a)+" "
40 ?"start with x=usr(0)"
50 defusr = a
So you get at that bload run address and can wait till ... and line 50 directly and then x=usr(0)
I remember some cracked games and megaroms i had let the dri ...
Parralax scrolling in screen 5
Score: 120.21 %,
Type: Forum topic , Comments: 19 comments
http://www.youtube.com/watch?v=6_RbO0Vm-AA
[quote]Just one thought, should a new msx be capable of hand Just one thought, should ...
NMS8255 Floppy drive failing
Score: 120.27 %,
Type: Forum topic , Comments: 8 comments
Ok here is the problem.
The floppy drive was allready a little bit wanky when I bought the unit from its original owner but it worked fine until now...
At first I thought it might be the drive belt finding out that this one has a direct drive. ...
Switching visible VRAM page
Score: 120.12 %,
Type: Forum topic , Comments: 4 comments
[CODE]
; A = VRAM page (0-3)
setPage:
rrca
Try this:
; A = VRAM page (0-3)
setPage:
rrca ...
Looking for game title
Score: 120.01 %,
Type: Forum topic , Comments: 15 comments
I am still looking for the title of a game I used to play a long long time ago. I have checked the whole database but just cannot find it. I am not sure if it was homebrew at the time.
I think it is a MSX-1 game but I cannot be sure.
The ...
Screen 4
Score: 119.84 %,
Type: Forum topic , Comments: 55 comments
Also notice that basic sets the name table to three sequences of 0..255. This basically means ... MSX1 screens 0, 1, 2 and 3.
[quote]
Really impressive !!!!
oOoOoO[/quote]
Psycho Wo ...
http://www.youtube.com/watch?v=CCHb8t9ZIr0
(in HyDeHyDeHo:
http://www.youtube.com/watch?v=CCHb8t9ZIr0
(includes intro ...
V9958 scrolling. This got to be easier...
Score: 119.74 %,
Type: Forum topic , Comments: 2 comments
HL,&HFBED
LD A,(HL)
BIT 0,A
RET Z
HALT ;to make the scrolling slow ...
EI
LD A,C ;did we reach 0??
CP 0
RET NZ
SCRSR: ;yes then set ...
LD C,0
RET NZ
LD (HL),0
RET
;scrollen to left
SCROLL: ...
Opening a file in DOS
Score: 119.71 %,
Type: Forum topic , Comments: 29 comments
to show you what part I understand and what part not:
org &h0100
openf: equ &h0f
ld ... size,etc.
open the file with call 5 reg C=0x0F and de pointing to your fcb.
Do some read from file with call 5 c=0x27 de= des address hl= size
close file with call 5 c=0x10
DOS2 functions are easier ...
MSX-DOS2 and megaflashrom
Score: 121.21 %,
Type: Forum topic , Comments: 19 comments
parameter but /F is missing
I use release 0.78
We are at version 1.31 by now.
That will have the /F ...
