Todo sometime (any takers?):

  * More image type support:
	- .do (easy)  for now you can rename these as .dsk.
	- .bin ??
	- .po Prodos Order, should be code floating around from other
	  Apple2 emulators to do this.

  * More hardware support:
	- B/W Double HiRes graphics (for >=560 pixels width version)
	- smartport slot 5 (included with //e rom?)
	- printer
	- serial port
	- mouse
  	- More disk drives?
	- Mockingboard
	- modem?!

  * If ApplePC source ever opens up, (David, where are you?!), we should
    adopt its code:
  	- hires graphics "fuzz" 
	- dhires artifacts
	- .img format save images
	- hard drive support
	- etc...

  * Joystick is flakey on some games.  For now, just set the range
    from 256 to 128 or vice versa.  Maybe need to emulate the bug?

  * Rewrite entire emulator strictly in C and move assembly version out of the
    way for archival purposes.  As machines keep getting faster, this is the
    way to go, and it would give us portability to other Linux architectures.
    Should also commit to a screen resolution of 640x480 since this will work
    for all versions of the Apple 2, even the //gs.
    
  * Use automake hooks to automatically apply SUID on install.

