johnwayner

Results 6 comments of johnwayner

Am I being dense? Was a version called 920392 created? I don't see a tag for it or any mention of it on Discord. I am seeing the issue when...

Using a local build off the master branch, I can confirm that the `start_timer` routine is getting called. The start bits (LSB on DD0E and DD0F) are set as well.

@lgblgblgb Not that this would cause this issue, but watching the values of the CIA2 timers in the xemu matrix monitor, $DD05 (Timer A, HI) seems to be going the...

Here's what I know so far. Basic's `hard_reset` routine almost immediately calls `init_storage`. That routine uses `rnd_zero` which uses `Get_TI_CIA` which hangs because even though it calls `start_timer`, the initial...

That makes sense as the ROM is waiting for bit 6 or 7 to be set in TALO. I'll have time tomorrow to try to figure out how this is...

Was any progress ever made with regard to the original slow pin value calls issue?