Search results
are MK PD (Public Domain) disks available?
Score: 164.57 %,
Type: Forum topic , Comments: 1 comment
Is the "MK-PD" a.k.a. Martin Kruit Public Domain collection available?
I remember seeing racks of floppies at conventions in Zandvoort & Tilburg.
MRC mentions only hardware.
Generation-MSX also mentions software, but most ...
Are there still MSX fairs/exhibitions?
Score: 137.44 %,
Type: wiki , Comments: 0 comments
Are there still MSX fairs/exhibitions? Yes, for an overview check out the fair list on the MSX Resource Center .
...
Assembler with possibility to create pseudo mnemonics
Score: 164.25 %,
Type: Forum topic , Comments: 14 comments
in Carry 0
WRITEVD: SCF accessing this carry=1
ex af,af
SOMEROUTINE
ex af,af ... > IFDEF ADD_N16_ARG1_TEST_de
718 C8BF E5 > push hl
718 C8C0 21 3C 12 > ...
Assembling Philips D6450
Score: 166.8 %,
Type: Forum topic , Comments: 2 comments
I’m putting my Philips D6450 back together after a long time. I’m not sure about the circled piece whether it belongs to the unit or not. Anyone with the same datasette knows if the prt should go somewhere or not?
Took mine a couple of ...
Assembly Library to Navigate into Files and Directories
Score: 166.86 %,
Type: Forum topic , Comments: 2 comments
Your problems as an assembly developer are over.
Now we have this super library to show files and directories in assembly, and it´s super easy to use.
Just load 3 registers with values and call a procedure and you're done. A beautiful and ...
Atari CX40
Score: 139.28 %,
Type: wiki , Comments: 0 comments
Atari CX40 Description
The Atari CX40 was released worldwide as an Atari VCS (aka 2600) joystick.
It is fully MSX compatible, but its functionality is limited as it only has one trigger button.
Joysticks with only one trigger are classified as ...
BASIC - detect the presence of a disk
Score: 164.11 %,
Type: Forum topic , Comments: 25 comments
was to use dskf(0), which should throw an error if the function call or disk isn't available. And this works fine with plain MSX BASIC, both on an emulator (tested BASIC 1.0 with and without Disk BASIC, and BASIC 2.0 with and without a floppy available) and on my SVI738 with BASIC 3.0. However, with my ...
BASIC - how to allocate memory for asm/data?
Score: 164.45 %,
Type: Forum topic , Comments: 5 comments
the parameter passing, and I am using CLEAR to allocate some memory between MEMTOP and 0xf1c9. However, what I ... for data and assembler routines, then I would set MEMTOP to 0xf1c9-0x1400=0xddc9, right? But how do I know if this "eats" into BASIC/XBASIC RAM?
Another thing - on my SVI738 with MSX2+ ROMs MEMTOP is at 58656/0 ...
BASIC 10-Liner Contest 12
Score: 196.15 %,
Type: News post , Comments: 12 comments
2023.
relevant link: Edition 12 of the BASIC 10-Liner Contest
relevant link: Donate ...
BASIC-Kun/XBASIC - wait for VBLANK
Score: 164.39 %,
Type: Forum topic , Comments: 2 comments
What would be the correct way to wait for VBLANK in BASIC-Kun? I'm working on a simple game in BASIC-Kun, and need to update the screen ASAP when VBLANK occurs. Currently I'm doing it like this before updating the screen.
10 TIME=0
20 IF TIME=0 GOTO 20
This works so far, but I'm ...
