Search results
vdp corruption
Score: 152.84 %,
Type: Forum topic , Comments: 43 comments
could be to do with VRAM initial contents (which the emulator always cleanly resets to 0).
For ... the emulator all these patterns are 0 because that’s what VRAM is initialised to, however on the real MSX ... occasions, it is definitely possible:
1. Writing to VRAM with back-to-back outi in screen 0 width 80. ...
How to detect sound chips without Bios
Score: 157.7 %,
Type: Forum topic , Comments: 61 comments
not using Bios at all ingame, and at boot-up I'm overwriting page 0 completely with the game engine, ... of the box.
If by the "easy MSX-AUDIO detection" you are referring to in a,(0C0H) , cp ... can be either 0 or 1 depending entirely on whether the MSX computer’s bus has pull-up resistors (1), ...
can't get AYFX to work
Score: 155.24 %,
Type: Forum topic , Comments: 38 comments
AND 7 OF MIXER ---
ld hl,AYREGS+Mixer
set 7,(hl)
res 6,(hl)
ld c,$a0
ld ... c,$A1
ld hl,AYREGS
.sfxloop:
out ($A0),A
inc a
outi
cp 13
jr ... suggested by AR)
; --- v1.0f Bug fixed (error when using noise)
; --- v1.0 Initial release
; --- ...
Extending screen width by 16 pixels
Score: 151.85 %,
Type: Forum topic , Comments: 5 comments
into 2 parts.
part 1 (in page 1) starting at (0,0) of the total picture
part 2 (in page 2) starting at (16,0) of the total picture
Then every line that the screen builds up:
1) polling for left border, setting r#18 to 0,page 1
2) wait 16 pixels (a few nops)
3) setting r#18 to 16, page 2
doing ...
Picked up an old Project again - Deva
Score: 152.77 %,
Type: Forum topic , Comments: 42 comments
https://drive.google.com/open?id=1CR9a4l0OEd_ZayhvZmucquAzQM...
Or here, from Z80ST: Or here, from Z80ST: http://www.z80st.es/downloads/code/ ...
https://drive.google.com/open?id=1CR9a4l0OEd_ZayhvZmucquAzQM...
Thanks !!!
I love small Thanks !!!
I love small compact code. Looks very ... good!
I need this game!
Angelic Warrior DEVA
04/04/2020, 15:11: 491 replayrs
(Graphics ...
