Search results
[C] 32K ROM limitations in openMSX
Score: 154.71 %,
Type: Forum topic , Comments: 34 comments
using sdcc with the msxbios and msxromcrt0 rel libraries. I compile and link and pad out with hex2bin ... ROM size, but when I look at the ROM files in a hex editor there are FF's padded from 0x5220 (21,024) for one of the games and 0x4906 (18,694) for the other.
Could this be a limitation of OpenMSX? ...
[FIXED] update disasm window in the debugger when slot changes or code is rewritten
Score: 152.48 %,
Type: Forum topic , Comments: 2 comments
I proposed a fix for a long-standing and confusing bug when debugging and it seems to be OK now according to my tests. It's currently in my fork, but I created a PR . Whoa, this bug is almost 7 years old! *_*
Nice! I encounter the issue ...
[Looking for] 4x FS-A1 keyboard's springs
Score: 157.33 %,
Type: Forum topic , Comments: 4 comments
Hello,
i'm actually fixing a "junk" FS-A1... I need 4 springs for keyboard which are missing...
If anyone can help me.
Thanks
Maybe you can buy them HERE Maybe you can buy them HERE or on another website ...
[Math] Drawing a circle, point-by-point, without floating point support
Score: 153.37 %,
Type: Forum topic , Comments: 7 comments
sqrt which is slow.
https://yurichev.com/news/20220322_circle/
Here is the final non-naïve algorithm (in case the article goes away):
function circle(x0, y0, radius)
{
// starting point:
var x = radius;
var y = 0;
var err = 0;
while (x >= y)
{
// ...
[MSX.pics] Questions, Error Reports and Info topic.
Score: 160.25 %,
Type: Forum topic , Comments: 8 comments
MSX.pics seems to be very unstable, going back and forth from online and offline. I asked some friends to test and they got the same results.
Does anyone here know what's happening?
See this thread .... and use See this thread ...
[Q] Any interest in original Konami plastic trays?
Score: 154.9 %,
Type: Forum topic , Comments: 7 comments
Hi, just registered myself after years of lurking.
I've been offered a bunch of plastic cartridge trays (the black ones inside the boxes 15x11x2.5cm).
Seller ensures that they are new old stock found in a warehouse and there are "a lot ...
[Request] Martos tape2cas version 1.72 software
Score: 155.3 %,
Type: Forum topic , Comments: 8 comments
Anyone would share Martos tape2cas version 1.72 software?
Is there another version than Is there another version than the official one?
https://msxhub.com/TAPE2CAS
I knew it and tried it, but I knew it and tried it, but it ...
[RFI] Yamaha music stuff
Score: 155.47 %,
Type: Forum topic , Comments: 1 comment
Hi! I have a few Yamaha cartridges that I am planning to sell, either here or on eBay. I got these carts in a swap a couple of years ago but Yamaha is not my thing as I focus on Panasonic, Philips, and Spectravideo. I also have a nice boxed Yamaha CX5M ...
[SDCC] Vote on this to fix makebin!
Score: 156.3 %,
Type: Forum topic , Comments: 6 comments
makebin is useless if you want to convert IHX into ROM files that don't start at #0, i.e. all ... be used with MSXhex.
MSXhex 0.1.3 - Convert Intel HEX file to binary ... address (default: 0)
-l length Total data length (default: 0, means autodetect)
-b length Bank ...
[v9990] palette split
Score: 155.58 %,
Type: Forum topic , Comments: 11 comments
over full screen width (using PRY0 & PRY1), if that works it could be interesting after all indeed! ... for myself on my TMTLogic GFX-nine.
I need to set up priority to layer A from y=0 to y=164, ... reset to layer A full priority, i.e. PRY=0 in R#27? Or does de vdp simply ignore the register update ...
