Search results
Creating a MSX ROM in C with SDCC
Score: 139.52 %,
Type: Forum topic , Comments: 11 comments
can also take a look at https://github.com/retrodeluxe/rlengine-msx
I have followed the same ... (from https://github.com/mvac7/SDCC_startup_MSX32kROM4000 ) and hex2bin duly makes 32k ROMs, ...
I've zipped it up here.
https://www.dropbox.com/s/6qk4hq874lypcs2/Blastoid.MSX_ROM_A...
There ...
Strategies to convert a bitmap into OR-color sprites for MSX 2
Score: 140.86 %,
Type: Forum topic , Comments: 9 comments
https://www.msx.org/wiki/The_OR_Color
Actually I managed to solve Actually I managed to solve it by brute force (using random ...
https://youtu.be/0ZePpFKaeks?t=3369
Usas, see those cyan creatures on the floor (any idea what these creatures are called?). At ...
MSXmas '21 Simple game for christmas / MSX 2 / SC5 / Unfinished work
Score: 146.77 %,
Type: Forum topic , Comments: 5 comments
enought to share:
https://youtu.be/yVih21HFTtI
I made it in Assembly, and the sprites in Tinysprite.
Source, as always, public:
https://github.com/albs-br/msxmas21
Hope you like. ...
https://webmsx.org/?ROM=https://github.com/albs-br/msxmas21/...
Nice! Nice!
Very cute graphics! Nice Very cute graphics! Nice
Really nice ...
MSX 2 emulator with debug features
Score: 141.58 %,
Type: Forum topic , Comments: 17 comments
Example code Example code here:
https ...
Emulicious:
Meisei:
http://msxvillage.fr/upload/meisei.jpg
OMG. That's it, the colors ...
http://msxvillage.fr/upload/meisei.jpg
I second this. It would be a dream to have proper screen-2 to screen-4 support ...
Strange behaviour (bug?) on SPRATR base addr register on V9938/58
Score: 142.44 %,
Type: Forum topic , Comments: 6 comments
https://github.com/albs-br/msx-tests/blob/master/test-sprite...
On a try and error base I discovered that if bits 7 and 8 are set it works fine (both ...
Newbie question: using openMSX to debug
Score: 138.73 %,
Type: Forum topic , Comments: 22 comments
to test yourself, the code is at https://github.com/albs-br/penguin-platformer .
Calindro wrote: ... is at https://github.com/albs-br/penguin-platformer.
tniASM isn't supported very well, yet. I was told that Glass and sjasm would ... https://github.com/theNestruo/msx-pyramidwarpex
- https://github.com/nanochess/Zombie-Near
- https ...
Enabling turbo mode in Assembly on Panasonic 2+/Turbo R machines
Score: 140.67 %,
Type: Forum topic , Comments: 22 comments
source: <a href="https://www.msx.org/wiki/Panasonic_FS-A1FX" title="https://www.msx.org/wiki/Panasonic_FS-A1FX">https://www.msx.org/wiki/Panasonic_FS-A1FX</a>
; IF PEEK(&H2D)=2
ld a, (BIOS_HWVER)
cp 2
ret nz
; OUT ... https://github.com/santiontanon/talesofpopolon/blob/master/s...
No, not switching to R800, No, not switching to R800, it's enabling the Z80 turbo ...
Doubt about SCREEN 7 image files (.s70 and .s71)
Score: 148.63 %,
Type: Forum topic , Comments: 13 comments
is here:
https://github.com/albs-br/msx-tests/blob/master/show-image-...
Specifically the part ...
MSX history in Japan compiled in one graph
Score: 151.23 %,
Type: Forum topic , Comments: 7 comments
Sorry if someone posted it earlier, I didn't find it here:
https://twitter.com/hellotocky/status/1565705496329596929?t=...
Have been searching for this kind of info since forever. Congratulations to the author. ... https://hellotocky-msx.hatenablog.com/entry/2022/07/30/104031
It's in Japanese, but can be easily translated using Google Translator integrated ...
Create a 32 kb ROM in Assembly
Score: 152.29 %,
Type: Forum topic , Comments: 4 comments
at the "SETPAGES32K " function here: https://github.com/santiontanon/westen/blob/main/src/auxilia...
- And ... https://github.com/santiontanon/westen/blob/main/src/main.asm
Happy to help if that does not work :)
Your code didn't work at Your code ...
