Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

18
votes
6answers
1k views

How do I show sprites in the border on C64?

I've seen cool C64 demos showing sprites in the border area of the screen. It shouldn't be possible; I think they managed to fool the graphics chip somehow... How exactly did they do it?
9
votes
6answers
2k views

6502 CPU Emulation

Its the weekend, so I relax from spending all week programming by writing a hobby project. I wrote the framework of a MOS 6502 CPU emulator yesterday, the registers, stack, memory and all the opcodes ...
7
votes
2answers
113 views

What is the “side scrolling hack” from old games?

I have heard that old arcade side scrolling games used a specific programming hack to enable performant side scrolling. I understand that years ago the machines weren't powerful enough to repaint the ...
6
votes
2answers
250 views

Selenium vs old-school POST/GET based tests

We have a considerable code base with relatively high test coverage for pages/forms, all via vanilla POST/GET. Now, we are find ourselves moving more into the 'ajaxy' space, and it's not quite ...