So following through on my promise of shorter delivery schedules the next version of RetroCopy is ready to be downloaded.
Download RetroCopy v0.850 Here
The next thing I will be working on is getting rid of SDL and porting RetroCopy to Linux. The reason I'm getting rid of SDL is because it's too large for what RetroCopy now uses from it, which is just input and windowing, and it's full of bugs! Hopefully my implementation will be a bit less buggy and more optimized. 
Another advantage of doing input entirely on my own is I can run it in it's own thread (which means it can run independent of the video/sound) and have plenty of input updates independent of the video thread. Currently you are somewhat limited with VSYNC enabled in regards to input updates per second (around 60 on most computers).
The Linux port will be interesting. Currently there isn't much at all to port to any operating system or any platform in particular, so I hope it will go smooth. I may even port it to MACOS while I'm at it , but no promises on that one (no MAC locally here to test).
Also while I am mentioning the news, the games page has been updated with the arcade and gamegear databases. Now RetroCopy will log information about those games too. I've also added multi system linking for games released on different platforms. Thanks to Tommy for all his work with this also!