dinkc64

Results 249 comments of dinkc64

got that layer patch in, thanks :)

Barbudreadmon, yes, of course. This topic is a great idea! Let's go: On patching the rom, let's take for example these: ROM_FILL(0x701af4,1,0x4e) ROM_FILL(0x701af5,1,0x71) ROM_FILL(0x701b18,1,0x60) ROM_FILL(0x701ca2,1,0x60) ROM_FILL(a,b,c) is basically memset(rom+a,c,b); But,...

Looks like we'll need a kludge in neo_run for this set to have it allocate the required memory for the main roms. try this: edit neo_run.cpp, search for burnmalloc(ncodesize add...

Nice job figuring it out :) So basically, the rom search & replace code is not needed then, right?

Oh, ok, I must have looked at the wrong code in hbmame then when I came up with that alternate init. oops :) BurnLoadRom shouldn't return bad if you load...

I've worked on this for what seems like weeks, and can't figure it out. When it gets to the wonkey screen (c169 roz chip), the cpu writes a bad value...

@dangonzilla Hi, I've added the experimental bezel support, put your bezel images in support/bezel :) Unfortunately I'm not crafty enough with UI stuff to improve it any more than how...

Hi @dangonzilla That's great news, glad it works nicely on your side! I will have a fix for the clones later today :) best regards, - dink

Hi @taoenwen, interesting - I'm curious what you come up with! :)

Hi, With the experimental blitter it's tricky, I don't know if I can come up with a good work-around for that, at least it will take some deeper thoughts. Added...