Search results
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-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 ...
Getting an interrupt in openMSX18 when I'm not expecting it
Score: 164.36 %,
Type: Forum topic , Comments: 1 comment
But no I understand why. I wish I had a delete post button
Nothing to see here. Nothing to see here.
(openMSX) ...
Replacing graphics in Car Jamboree
Score: 164.27 %,
Type: Forum topic , Comments: 36 comments
- Y position of the sprite #0 \
- X position of the sprite #0 | Sprite #0 attribute
- Shape of the sprite #0 |
- Color (and option) of the sprite #0 /
- Y position ... (looking up, two halves) seems to be at offset 0x087b: 0c 0f 1f 38 30 33 3f 1f 1f 3f 33 30 30 38 3f 3f 30 ...
Canon V-20 FR - strange colors on the screen
Score: 164.5 %,
Type: Forum topic , Comments: 6 comments
Hello everyone. I am the owner of a Canon V-20 (french version). I made a scart cable but the colors on my TV are incorrect. The blue color in BASIC is very very bright. In games, instead of black, it's green. Red is a bright pink. I feel that all ...
Can we trust BIOS routine registers usage?
Score: 164.51 %,
Type: Forum topic , Comments: 6 comments
Hi everyone,
The documentations that describe the BIOS functions often list the registers that each function modifies (and that the calling code must save if it doesn't want to lose the values).
C compilers like SDCC assume that all assembler ...
Carnivore2 problem bootmenu.
Score: 164.4 %,
Type: Forum topic , Comments: 0 comments
Hi!
When I start up my 8220, the C2 will not go automaticaly go to the bootmenu anymore.. I can go to Nextor with esc/f5.
From there I type 'sr'(Sofarun) and choose the games to play but it is not the right way. ALSO I can not play ...
Game Master 2 using Sofarun with Carnivore2
Score: 164.12 %,
Type: Forum topic , Comments: 0 comments
Hi!
I'm trying to run Game Master 2 with Salamander (the rom with weapon patch). To do it, I'm choosing the option of Game Master 2 in SofaRun, but when it starts to run it says that I've run out of segments.
Is it using the ...
Dungeon Master
Score: 164.39 %,
Type: Forum topic , Comments: 7 comments
Hi Folks!
Is there a nice Dungeon Crawler Adventure like DM for us?
Greetings!
Probably not exhaustive, but Probably not exhaustive, but you can start your journey here: https://dungeoncrawlers.org/platforms/msx/year/
Awesome ...
ZX0 compressor using non-standard decompressors
Score: 164.53 %,
Type: Forum topic , Comments: 6 comments
https://www.msx.org/forum/msx-talk/development/pletter-or-ot... ).
The issue here is that the ZX0 standard decoder works just fine, but the other 3 ...
https://github.com/albs-br/msx-tests/blob/master/zx0_compres...
It makes sense, as the original code uses some JP and calls which relies on absolute ... it possible to INCLUDE code on RAM, so the assembler calculates the address on RAM (above 0 ...
