Search results
MSXmas '21 Simple game for christmas / MSX 2 / SC5 / Unfinished work
Score: 178.09 %,
Type: Forum topic , Comments: 5 comments
Hi guys,
I made a simple game as my learning exercise for MSX 2 programming. Unfortunally I couldn't finish it before the deadline.
But what I already made is playable, and I think is cool enought to share:
...
MSX 2 emulator with debug features
Score: 177.73 %,
Type: Forum topic , Comments: 17 comments
120, 0 * 4, 0
.size: equ $ - TestSpriteAttributes
Works fine.
If I put some dummy data ... Reserved
db 220, 0, 0, 0
db 50, 120, 0 * 4, 0
.size: equ $ - TestSpriteAttributes
Does ... theNestruo is Yes, I think theNestruo is right. You only set sprite colour for sprite plane 0, when you ...
Strategies to convert a bitmap into OR-color sprites for MSX 2
Score: 176.55 %,
Type: Forum topic , Comments: 9 comments
https://youtu.be/0ZePpFKaeks?t=3369
Usas, see those cyan creatures on the floor (any idea what these creatures are called?). At ...
Loading image to Screen 11 using Assembly
Score: 179.52 %,
Type: Forum topic , Comments: 12 comments
the screen mode with CHGMOD;
-use INCBIN to include the image file;
-load it to VRAM address 0 ...
ld b, a
ld c, 9 ; register #
call BIOS_WRTVDP
; set color 0 to transparent
ld a,(REG8SAV)
and 0DFh
ld b, a
ld c, 8 ; register ...
Idea for full motion video - MSX 2 - Screen 4 - NTSC 20fps - 16 shades of gray
Score: 175.39 %,
Type: Forum topic , Comments: 15 comments
was captured by filming a real CRT TV/monitor (even the screen 0 chars before loading the video are blured), ...
Creating a MSX ROM in C with SDCC
Score: 175.03 %,
Type: Forum topic , Comments: 11 comments
Hi guys,
what is a quick and dirty way to create a ROM file (32Kb, start at 0x4000) for a C ... with both with the msxromcrt0.rel of the MSX,ROM.Application and have also substituted in crt0 ... but then they do not work in openMSX or on my real machine. (They go to the MSX BASIC version 1.0 screen, instead ...
Enabling turbo mode in Assembly on Panasonic 2+/Turbo R machines
Score: 175.98 %,
Type: Forum topic , Comments: 22 comments
; &H2D = BIOS_HWVER
; IF PEEK(&H2D)=2 THEN OUT 64,8:IF INP(64)=247 THEN OUT 65,0
; ...
ret nz
; OUT 65,0
xor a
out (65), a
.eternalLoop: ; debug
jp ... bios call 0x0180 for that.
Your code looks almost Your code looks almost identical to the one ...
MRC number of users and stats/demographics
Score: 173.45 %,
Type: Forum topic , Comments: 0 comments
I have been imagining how many MRC users exist. By searching * on the users search tool, I found more than 5,200.
But how many of these are really active (say, at least one login on last 12 months for example).
Is this number increasing or ...
Tiny Sprite editor with support for small animations
Score: 171.68 %,
Type: Forum topic , Comments: 12 comments
Just made a fork of the amazing Tiny Sprite to help me making animations (for now limited to 4 frames):
https://github.com/albs-br/msx-tinysprite
Video:
https://youtu.be/TS2SeXo3i30
Hope it helps someone. I didn't know a good ...
Newbie question: using openMSX to debug
Score: 173.71 %,
Type: Forum topic , Comments: 22 comments
on console to watch an address: "ram_watch add 0x0D00D -type word -desc BGCurrentIndex".
And ... the entry:
BgCurrentIndex: equ 0D00Dh ; last def. pass 3
Apart from this, the Emulicious is great ... I missed your Sorry guys, I missed your messages. I kept an eye on "Latest forums ...
