davidgiven / cpm65

CP/M for the 6502
BSD 2-Clause "Simplified" License
264 stars 24 forks source link

Atari SCREEN fix #98

Closed ivop closed 8 months ago

ivop commented 8 months ago

I had the logic the wrong way around while waiting with a timeout.

When that was fixed, the cursor was mostly invisible, so fixed that, too.

davidgiven commented 8 months ago

I can't tell, BTW, but are you getting automatic builds on every push?

ivop commented 8 months ago

You mean on my fork? No, no automatic builds.

Yesterday I didn't notice the failure of objdump because running make didn't see that dependency on lib6502.

Right now I see your master branch fails to build the BBC port (link error), but I suppose you have already seen that, too.

I guess actions don't migrate over when one forks a repo.