Comment Re:The best I've come across (Score 1) 325
Many of these old games use a "sprite sheet" or "sprite page," basically just a big bitmap with a bunch of little sprites in various stages of animation. Do a Google Image Search for "sprite page" to see what i mean. If this new technique were added to an emulator, could it "prescan" the ROM and run the vector trace while the game is loading up? If performace of all of these vector lines animating at once is an issue (think flash animation), the emulator could just temporarily rasterize the vector trace at a much higher resolution, so you're moving around high-res sprites on the screen.