Search results
RGB-out solution for FS-A1GT?
Score: 152.36 %,
Type: Forum topic , Comments: 2 comments
3nc0d%6Fr here:
MRC Troubleshooting FAQ: When I paste a link, it isn't correctly transformed ...
Detailed Memory map of MSX?
Score: 152.43 %,
Type: Forum topic , Comments: 5 comments
http://map.grauw.nl/resources/subrom.php
For the slot maps, they are specific for each MSX.
For MSX:
- In page #0 For MSX:
- In page #0 (address 0000h-3FFFh) you have the Main-ROM's BIOS that contain many routines ...
Cartridge Inlay
Score: 152.28 %,
Type: Forum topic , Comments: 0 comments
Hello,
I would like to know if it exists an alternative to replace the cartridge inlay found into the games box?
It was like a plastic tray termoformed, and I have seen some kind of things exist for SNES in example.
If not, what are the other ...
SDCC global constant initialized array in a fixed position in memory
Score: 152.41 %,
Type: Forum topic , Comments: 5 comments
it outside the main function like
uint8_t __at(0x8200) notesFreq[12] = {
173, 181, 192, 193, 194, ... --data 0x8200 will start your data at address 0x8200 (using 0 for address puts it right behind the code ... placed just after the _CODE area by the crt0) and will also allocate the equivalent space in RAM ...
