Search results
loading big files in VRAM
Score: 169.78 %,
Type: Forum topic , Comments: 5 comments
;
;
OpenFile: equ 0x0f
UpdateFile: equ 0x10
SetBuffer equ 0x1a
GetFileSize equ 0x23
ReadRecords: equ 0x27
CHGMOD: EQU 005FH
ldirvm: equ 0x005C
CHGET equ 0x009F
BDOS: equ 0xf37d
;
; macro that creates a FCB structure
;
macro ...
Just for fun
Score: 169.63 %,
Type: Forum topic , Comments: 1 comment
MSX1 with PSG only... Let´s correct this big injustice and bring this classic game to MSX1 in a decent version !
https://msxpen.com/codes/-MNHIh9YWm4xKb-WabLT
PS: yes, I know that using PS: yes, I know that using huge dumps of ...
FM register log
Score: 170.52 %,
Type: Forum topic , Comments: 20 comments
A series of commands.
An AY-3-8910 write looks like A0 rr vv .
An YM2413 write looks like ...
Master system music (SN76489) --> MSX
Score: 169.73 %,
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. ...
Calling Basic routines from ASM
Score: 169.02 %,
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 ...
online MSX C Compiler / PC C compiler
Score: 168.8 %,
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 ...
How is that possible?
Score: 172.97 %,
Type: Forum topic , Comments: 36 comments
like DMA controller etc which are operated via I/O and utilize ports in the range 0-255 (while leaving ... code
The code space (address) of the host CPU is Page 0 (0000H ~ 3FFFH).
Anyway, because of interrupt processing, writing Page 0 will take up less space.
For reference, Page 1 and 2 are used ...
Tanenbaum and MSX
Score: 168.61 %,
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 ...
Hero level editor
Score: 168.61 %,
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 ...
