Search results
Vampire Killer with Smooth scroll in Coleco
Score: 162.64 %,
Type: Forum topic , Comments: 36 comments
2.0 (in the same way as we have our MSX2). But his Coleco 2.0 has more power than our MSX2.0. His VDP ... https://en.wikipedia.org/wiki/MOS_Technology_VIC-II
Which arcade machines used the VIC II? I can't find any info on that.
tfh wrote: ... for the C64/128: https://en.wikipedia.org/wiki/MOS_Technology_VIC-II
Which arcade machines used the VIC II? I ...
Microsoft basic source code
Score: 164.15 %,
Type: Forum topic , Comments: 14 comments
While doing some studies with Basic, I found this site.
https://www.pagetable.com/?p=774
It seems to have the original MSX Basic source code, it has nice information about how it was written. It has even comments to what was done by Bill ...
Hanoi Tower in Basic
Score: 164.24 %,
Type: Forum topic , Comments: 4 comments
movetower(discs,'A','C','B');
return 0;
}
example
100 PRINT "HANOI example
100 PRINT "HANOI ...
return;
}
for(i=0; i<=count; i++) {
s[count] = 65 + i;
nest(count + 1, s);
}
}
int main(void)
{
char s[] = "123";
nest(0, s);
return 0;
}
- This is NG
100 S$="123"
120 ...
Endurance - A racing game remake
Score: 195.47 %,
Type: News post , Comments: 10 comments
Originally released for Atari 2600, Enduro is a classic racing game made by Activision.
Fabio Ritter developed a remake of this game, including different options, like a classic version (same as Atari 2600) and an enhanced mode, with new graphics ...
Another atempt at MSX ASM programming
Score: 167.95 %,
Type: Forum topic , Comments: 26 comments
a simple example to input 2 numbers in MSX-DOS.
bdos: equ 0x0005
string_out: equ 0x09
buffer_input: equ 0x0a
org 0x0100
ld ... $'
crlf: db 0x0d, 0x0a, '$'
buffer: ds 0x07, 0x00 Thanks ...
Tanenbaum and MSX
Score: 168.2 %,
Type: Forum topic , Comments: 4 comments
I'm reading Tanenbaum's Structured Computer Organization and trying to map the things he says to MSX.
He explains at chapter two that some CISC machines have an interpreter, whose function is to break the instructions of its target machine ...
online MSX C Compiler / PC C compiler
Score: 168.4 %,
Type: Forum topic , Comments: 1 comment
Hi,
I was wondering, we have a great MSX Basic and ASM environment available with an web browser, MSX PEN (msxpen.com). It allows you to quickly test Basic and ASM code without installing any tools or emulators, all you need is a web browser.
Is ...
Hero level editor
Score: 168.2 %,
Type: Forum topic , Comments: 18 comments
Anyone saw this?
https://twitter.com/qarlosherrero/status/1313127324058112001...
Hero is a great game, I certainly would like to see a new version of this classic game with new levels on it. :)
Cool, a H.E.R.O MSX2(+) Cool, a ...
Calling Basic routines from ASM
Score: 168.62 %,
Type: Forum topic , Comments: 19 comments
play through an ASM code working here:
PLAY: EQU 0x73E5
org 0xD000
start:
ld hl,buffer
call PLAY
ret
buffer: db 34,"CDE",34,44,34,"dfg",34,0 ... wrote:
PLAY: EQU 0x73E5
You should thoroughly test such addresses in the middle of the BASIC ...
Master system music (SN76489) --> MSX
Score: 169.32 %,
Type: Forum topic , Comments: 6 comments
Hi,
I was wondering, is that much trouble to get Master system music (SN76489 only) converted to be played with PSG ?
Another question, is there a replayer to master system songs in VGM format?
Try VGMPlay. That should Try VGMPlay. ...
