How difficult would this be?
For me, unfortunatelly, it's almost impossible
yes,I know 0x07F8,but same pcb TNMT J. not using 0x7F8lidnariq wrote:Per the mapper hack's code, $FF04 has to be "acknowledge IRQ, do not stop", because that's how the game implements a variable number of scanlines IRQ (It uses the byte of RAM at $07F8 to count down some number of two-scanlines)
lidnariq wrote:Are we violently agreeing and just having problems due to lack of fluency in a common language?
It looks like $C004 and $C00C both acknowledge the IRQ, and $C00C additionally resets the counter. I don't see anything that looks like it would stop the counter, but I'm not sure about preventing IRQs.lidnariq wrote:Code: Select all
$C004: Acknowledge IRQ $C008: ?start IRQ counter? $C00C: Acknowledge and ?stop counter?
According to the newer dump, this looks like (inverted) writes to $C00C, but it's inconsistent in some places.lidnariq wrote:pin 16: not measured yet
That might be fixed by using a /CE or /OE signal on pin 1, if there happens to be one available, instead of an address line.lidnariq wrote:showing a significant amount of variation is some outputs, hopefully due to violated timing constraints.
It'd be faster for you to just scramble the address lines you're using and dump it again. Lidnariq could probably tell you which combination(s) would be the most useful. It may also help if you could invert the signals on PAL pin 2 and/or pin 3.Fisher wrote:Well, I asked about the MS-DOS program because my dumper is just an old motherboard repurposed.
I won't be writing test ROMs any time soon. Maybe lidnariq will.Fisher wrote:But I sure can socket a PRG ROM on the cartridge board and do any tests needed.
I suspect /OE will be more useful than /CE, but we won't know until you try. Pulling it low or high won't tell us anything useful.Fisher wrote:Joe, I think I can do a fast redump by pulling pin 1 low or high, or even plugging it to /CE or /OE.
What would help more?
That's the easiest thing I can think of that should produce useful results.Let's see if I understand: I need to solder pins 2, 3 and 4 to A9, A10 and A11. Is it correct?