Search results
ubox MSX lib
Score: 150.09 %,
Type: Forum topic , Comments: 31 comments
on that part.
Updated the lib to 1.0.1; I Updated the lib to 1.0.1 ; I won't be announcing here ... --no-std-crt0 --fomit-frame-pointer -c main.c -o ../build/main.rel
main.c:97: error 78: incompatible types
from ... they are more compatible.
I am using:
SDCC 3.9.0 (windows 32 bit)
Win-builds 1.5.0 for GCC compiler ...
Enemy sprite rendering routine call
Score: 149.79 %,
Type: Forum topic , Comments: 5 comments
be to try My advice would be to try both and see which one works better.
Set a flag variable: 0 to Set a flag variable: 0 to render 1 to update sprites
Set a frame variable
Sprites update in the ISR:
If flag=1 do other ISR hooked tasks then ret
If flag=0 execute the whole ISR hooked tasks, set ...
Banner Scroll with Screen Wrap
Score: 149.83 %,
Type: Forum topic , Comments: 9 comments
the position 0, then in the next frame, from the position 1, in the next one from position 2, etc. once you reach copying 32 bytes starting from position 31, then you go back to position 0, and that's it. ... address
db 0,0,0,0,0,0,0,0,0,0,0,0
Execute:
ld a,1 ; Change screen mode
call CHGMOD ...
Trying to "simulate" a reset (or startup) on MSX1
Score: 149.88 %,
Type: Forum topic , Comments: 7 comments
Hello fellow MSX admirers,
Merry Christmas to all !
As a beginning MSX programmer (more of an enthusiast and curious experimenter), I found, here, how to reset my MSX1 :
DEFUSR=&H0:A=USR(0)
It's working, displaying the startup logo and startup message. Great !
Even here ...
How to inject joystick input into code
Score: 149.79 %,
Type: Forum topic , Comments: 7 comments
out ($A0), a ; los estados en las variables.
in a, ($A2)
and 10101111b
out ($A1), a
ld a, 14
out ($A0), a
ei
in a, ($A2) ;read left right up down and button 1 and 2
cpl
and %00111111
ld c,a ...
Loading a ROM with Carnivore 2 and SofaRun
Score: 149.63 %,
Type: Forum topic , Comments: 1 comment
machines.
However, when loaded directly with srom (SofaROM 3.0 from SofaRun) in my SX-1 FPGA, it starts ...
ld (Seg_P8000_SW), a ; 0x8000 - 0x9FFF
inc a
ld (Seg_PA000_SW), a ; 0xA000 - 0 ...
My first steps into MSX dev world ;)
Score: 150.17 %,
Type: Forum topic , Comments: 26 comments
{
__asm
call 0x0041 // screen off
__endasm;
__asm
ld a,#2
call 0x005F // passe en mode ... Hi MSX gurus
Today, I've decided to code on MSX using SDCC 4.0.0
I code on w10 ... the 3 parts displaying after each one (if I switch off the screen (call 0x41) before displaying picture) ...
New Screen 1 drawing program in Assembly (soon to use the full color VDP hack)
Score: 149.86 %,
Type: Forum topic , Comments: 9 comments
like screen 1. I have used this mode in the past with code like this:
10 SCREEN 1,0: WIDTH 32: KEY OFF: COLOR 15,1,1
20 SCREEN 2,0: POKE &HFCAF,1 Awesome!!
Nicely designed and Awesome!! ...
How to disable click sound in DOS (msxbios option in Z88DK)?
Score: 149.62 %,
Type: Forum topic , Comments: 10 comments
CLIKSW 0xF3DB
Poke( CLIKSW, 0 ); // Turn off key click
Sounds strange ... post. I am asking for the equivalent location of 0xF3DB for click sound under MSXDOS.
The keyboard ... it then if I enable the msxbios in Z88DK?
Writing zero into 0xF3DB does not work. I think something ...
Release of msxbuild
Score: 149.51 %,
Type: Forum topic , Comments: 1 comment
Made a video for this christmas release of msxbuild software;
{mod: link removed}
Source is located;
https://code.distributedrebirth.love/arch-msx/msxbuild
(Sorry, will setup external accounts correctly next year)
Is that idea workable ...
