Search results
How to use MSX-DOS2 memory mapper routines?
Score: 125.33 %,
Type: Forum topic , Comments: 14 comments
address:
set A = 0, D = 4, E = 2. With this I suppose the memory mapper device for extended BIOS has ...
all_seg = mapper_routines + 0h. Looking at table definition: +0H ALL_SEG Allocate a 16k segment.
For user segment:
set A = 0, B = 0. On primary mapper, the easy way ;)
CALL (all_seg)
Check result ...
MSX sprite development help & advice (please)
Score: 125.36 %,
Type: Forum topic , Comments: 3 comments
Hi,
I wonder if someone can help me please. I'm stuck with a problem and need some advice. I am trying to make my own sprites to use in the VSCREEN application. Although I have researched the subject quite a bit unfortunately my tiny little ...
Emulator SCC detection
Score: 125.29 %,
Type: Forum topic , Comments: 4 comments
on the sound frequency, but it seems that it does. I loaded a sine wave (from 0 to 128 then to -127 then again to 0), and selected a C1 note (0D5Dh for the frequency). I kind of hear a low note but it's covered ... for the samples :
0,1,3,7,15,31,63,127,-1,-2,-4,-8,-16,-32,-64 and -128.
About the emulator: best ...
ccz80, ccz80++ and Tabmegx documentation/tutorials request
Score: 125.04 %,
Type: Forum topic , Comments: 1 comment
Hi everyone, I'm new to this forum so I'll use this topic to introduce myself.
I'm quite new to the retrocomputing community as I have started collecting vintage systems and games this last summer. Even if I'm new to this hobby, ...
Searching for a new cross-assembler
Score: 125.03 %,
Type: Forum topic , Comments: 15 comments
sjasm...I've been using it for years now (mostly 0.39) and never found anything specially awkward with it. Pair ... sjasm v0.42c, is perfect.
Manel46 wrote:
One problem
Manel46 wrote:
One problem ...
jeej made a sc5 text scroll!
Score: 125.08 %,
Type: Forum topic , Comments: 3 comments
I made a sc5 scroll txt thingy!!!!
in pure msx basic.
Youtube film
Nice!
Now why don't you try Nice!
Now why don't you try to compile it in turbobasic/basic kun/xbasic? You might notice a huge increase on performance. ...
Dim X preorder + video + demo
Score: 125.1 %,
Type: Forum topic , Comments: 3 comments
http://www.filedropper.com/dimxdemo
and another:
https://ufile.io/0f328
Dim X is complete and it was Dim X ...
PMA extractor for windows 10
Score: 125.02 %,
Type: Forum topic , Comments: 3 comments
Is there any modern tool for Windows 10 able to expand PMA archives?
Those in the download section of MRC seem not working under windows 10
Yes! Bandizip! Yes! Bandizip! https://www.bandisoft.com/bandizip/it/
The unarchiver is ...
Small demo + source code
Score: 124.91 %,
Type: Forum topic , Comments: 0 comments
I created a small demo for the MSX HCC usergroup. And for fun, learning and amusement, I've put the source in a github repo: https://github.com/PaulBoss/msx-hcc-30
It uses LDIRVM for moving stuff to VRAM. Not the fastest way, but it got ...
Carcará BASIC
Score: 124.95 %,
Type: Forum topic , Comments: 2 comments
I wrote a BASIC extension to make the math-pack run faster. Currently it uses the R800's muluw to improve integer multiplication, but the goal is to use GR8NET's hardware accelerator to improve floating-point math as well. Source code, binary ...
