stella/stella/src/emucore
stephena 714b940ac9 OK, another huge commit. I need to commit this now, because things are
starting to go out of sync on my development machines.  OK, where to
begin ...

Changed state file format, so older state files will no longer work.  The
changes aren't finalized yet, so expect more breakage.

Added getByte() and putByte() methods to serialized data, resulting in
smaller state files (previously, 1-byte values were stored as 4-byte ints).

Totally reworked controller handling code.  Controller state is now
explicitly set with an ::update() method, making it easier to serialize.
Some work is still required on the serialization stuff for more advanced
controllers.

Added a 'Serializable' interface to all carts, device, controllers, etc
that can be (de)serialized.  This fixes a long-standing design issue
which I personally caused many years ago.

Console switches state (SWCHB register) is now saved to state files.

Added beginnings of movie support.  Basically, this saves an initial
state file, and thereafter continuously saves controller and console
switches state.  Support is still somewhat rough and there's no UI for
it, but it does successfully save and later load/play state movies.

Removed specific events for driving controllers, and have them use
joystick events instead.  This has the nice side effect that
joystick direction remapping 'just works' for driving controllers too.

Fixed issues with paddle emulation seen in 'Night Driver' ROM.  Related
to this, removed a hack wrt paddles when grabmouse is enabled.  There's
still some work to do when using the mouse to emulate paddles, but the
Stelladaptor and real paddles work fine.

Added beginnings of TrackBall CX-22 controller emulation.  It doesn't
actually do anything yet, but the class is there :)

Probably some other stuff that I'm forgetting ...


git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1385 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
2007-10-03 21:41:19 +00:00
..
m6502 OK, another huge commit. I need to commit this now, because things are 2007-10-03 21:41:19 +00:00
misc More copyright fixes. 2005-06-16 01:11:29 +00:00
rsynth More pruning of the rsynth codebase. 2006-06-12 14:12:52 +00:00
AtariVox.cxx Updated some files for impending 2.3.1 release. 2007-01-01 18:04:56 +00:00
AtariVox.hxx Added infrastructure for 'smart' controllers, which need access to the 2007-02-22 02:15:46 +00:00
Booster.cxx OK, another huge commit. I need to commit this now, because things are 2007-10-03 21:41:19 +00:00
Booster.hxx OK, another huge commit. I need to commit this now, because things are 2007-10-03 21:41:19 +00:00
Cart.cxx Improvements to E0 autodetection; now Swordquest Waterworld isn't 2007-06-14 13:47:50 +00:00
Cart.hxx OK, another huge commit. I need to commit this now, because things are 2007-10-03 21:41:19 +00:00
Cart2K.cxx OK, another huge commit. I need to commit this now, because things are 2007-10-03 21:41:19 +00:00
Cart2K.hxx OK, another huge commit. I need to commit this now, because things are 2007-10-03 21:41:19 +00:00
Cart3E.cxx OK, another huge commit. I need to commit this now, because things are 2007-10-03 21:41:19 +00:00
Cart3E.hxx OK, another huge commit. I need to commit this now, because things are 2007-10-03 21:41:19 +00:00
Cart3F.cxx OK, another huge commit. I need to commit this now, because things are 2007-10-03 21:41:19 +00:00
Cart3F.hxx OK, another huge commit. I need to commit this now, because things are 2007-10-03 21:41:19 +00:00
Cart4A50.cxx OK, another huge commit. I need to commit this now, because things are 2007-10-03 21:41:19 +00:00
Cart4A50.hxx OK, another huge commit. I need to commit this now, because things are 2007-10-03 21:41:19 +00:00
Cart4K.cxx OK, another huge commit. I need to commit this now, because things are 2007-10-03 21:41:19 +00:00
Cart4K.hxx OK, another huge commit. I need to commit this now, because things are 2007-10-03 21:41:19 +00:00
Cart0840.cxx OK, another huge commit. I need to commit this now, because things are 2007-10-03 21:41:19 +00:00
Cart0840.hxx OK, another huge commit. I need to commit this now, because things are 2007-10-03 21:41:19 +00:00
CartAR.cxx OK, another huge commit. I need to commit this now, because things are 2007-10-03 21:41:19 +00:00
CartAR.hxx OK, another huge commit. I need to commit this now, because things are 2007-10-03 21:41:19 +00:00
CartCV.cxx OK, another huge commit. I need to commit this now, because things are 2007-10-03 21:41:19 +00:00
CartCV.hxx OK, another huge commit. I need to commit this now, because things are 2007-10-03 21:41:19 +00:00
CartDPC.cxx OK, another huge commit. I need to commit this now, because things are 2007-10-03 21:41:19 +00:00
CartDPC.hxx OK, another huge commit. I need to commit this now, because things are 2007-10-03 21:41:19 +00:00
CartE0.cxx OK, another huge commit. I need to commit this now, because things are 2007-10-03 21:41:19 +00:00
CartE0.hxx OK, another huge commit. I need to commit this now, because things are 2007-10-03 21:41:19 +00:00
CartE7.cxx OK, another huge commit. I need to commit this now, because things are 2007-10-03 21:41:19 +00:00
CartE7.hxx OK, another huge commit. I need to commit this now, because things are 2007-10-03 21:41:19 +00:00
CartF4.cxx OK, another huge commit. I need to commit this now, because things are 2007-10-03 21:41:19 +00:00
CartF4.hxx OK, another huge commit. I need to commit this now, because things are 2007-10-03 21:41:19 +00:00
CartF4SC.cxx OK, another huge commit. I need to commit this now, because things are 2007-10-03 21:41:19 +00:00
CartF4SC.hxx OK, another huge commit. I need to commit this now, because things are 2007-10-03 21:41:19 +00:00
CartF6.cxx OK, another huge commit. I need to commit this now, because things are 2007-10-03 21:41:19 +00:00
CartF6.hxx OK, another huge commit. I need to commit this now, because things are 2007-10-03 21:41:19 +00:00
CartF6SC.cxx OK, another huge commit. I need to commit this now, because things are 2007-10-03 21:41:19 +00:00
CartF6SC.hxx OK, another huge commit. I need to commit this now, because things are 2007-10-03 21:41:19 +00:00
CartF8.cxx OK, another huge commit. I need to commit this now, because things are 2007-10-03 21:41:19 +00:00
CartF8.hxx OK, another huge commit. I need to commit this now, because things are 2007-10-03 21:41:19 +00:00
CartF8SC.cxx OK, another huge commit. I need to commit this now, because things are 2007-10-03 21:41:19 +00:00
CartF8SC.hxx OK, another huge commit. I need to commit this now, because things are 2007-10-03 21:41:19 +00:00
CartFASC.cxx OK, another huge commit. I need to commit this now, because things are 2007-10-03 21:41:19 +00:00
CartFASC.hxx OK, another huge commit. I need to commit this now, because things are 2007-10-03 21:41:19 +00:00
CartFE.cxx OK, another huge commit. I need to commit this now, because things are 2007-10-03 21:41:19 +00:00
CartFE.hxx OK, another huge commit. I need to commit this now, because things are 2007-10-03 21:41:19 +00:00
CartMB.cxx OK, another huge commit. I need to commit this now, because things are 2007-10-03 21:41:19 +00:00
CartMB.hxx OK, another huge commit. I need to commit this now, because things are 2007-10-03 21:41:19 +00:00
CartMC.cxx OK, another huge commit. I need to commit this now, because things are 2007-10-03 21:41:19 +00:00
CartMC.hxx OK, another huge commit. I need to commit this now, because things are 2007-10-03 21:41:19 +00:00
CartUA.cxx OK, another huge commit. I need to commit this now, because things are 2007-10-03 21:41:19 +00:00
CartUA.hxx OK, another huge commit. I need to commit this now, because things are 2007-10-03 21:41:19 +00:00
Console.cxx OK, another huge commit. I need to commit this now, because things are 2007-10-03 21:41:19 +00:00
Console.hxx OK, another huge commit. I need to commit this now, because things are 2007-10-03 21:41:19 +00:00
Control.cxx OK, another huge commit. I need to commit this now, because things are 2007-10-03 21:41:19 +00:00
Control.hxx OK, another huge commit. I need to commit this now, because things are 2007-10-03 21:41:19 +00:00
DefProps.hxx Finished off the ROM properties updates for ROM_HUNTER ROMs. Next I have 2007-09-17 22:41:45 +00:00
Deserializer.cxx OK, another huge commit. I need to commit this now, because things are 2007-10-03 21:41:19 +00:00
Deserializer.hxx OK, another huge commit. I need to commit this now, because things are 2007-10-03 21:41:19 +00:00
Driving.cxx OK, another huge commit. I need to commit this now, because things are 2007-10-03 21:41:19 +00:00
Driving.hxx OK, another huge commit. I need to commit this now, because things are 2007-10-03 21:41:19 +00:00
Event.cxx OK, another huge commit. I need to commit this now, because things are 2007-10-03 21:41:19 +00:00
Event.hxx OK, another huge commit. I need to commit this now, because things are 2007-10-03 21:41:19 +00:00
EventHandler.cxx OK, another huge commit. I need to commit this now, because things are 2007-10-03 21:41:19 +00:00
EventHandler.hxx OK, another huge commit. I need to commit this now, because things are 2007-10-03 21:41:19 +00:00
FSNode.cxx Rearranged some code and restructured some classes, cleaning up the 2007-09-03 18:37:24 +00:00
FSNode.hxx A few more tweaks to the new UI stuff. 2007-08-07 14:38:52 +00:00
FrameBuffer.cxx Rearranged some code and restructured some classes, cleaning up the 2007-09-03 18:37:24 +00:00
FrameBuffer.hxx Rearranged some code and restructured some classes, cleaning up the 2007-09-03 18:37:24 +00:00
Joystick.cxx OK, another huge commit. I need to commit this now, because things are 2007-10-03 21:41:19 +00:00
Joystick.hxx OK, another huge commit. I need to commit this now, because things are 2007-10-03 21:41:19 +00:00
Keyboard.cxx OK, another huge commit. I need to commit this now, because things are 2007-10-03 21:41:19 +00:00
Keyboard.hxx OK, another huge commit. I need to commit this now, because things are 2007-10-03 21:41:19 +00:00
M6532.cxx OK, another huge commit. I need to commit this now, because things are 2007-10-03 21:41:19 +00:00
M6532.hxx OK, another huge commit. I need to commit this now, because things are 2007-10-03 21:41:19 +00:00
MD5.cxx Updated some files for impending 2.3.1 release. 2007-01-01 18:04:56 +00:00
MD5.hxx Updated some files for impending 2.3.1 release. 2007-01-01 18:04:56 +00:00
MediaFactory.cxx Updates OSX build scripts with latest class additions. 2007-09-11 19:46:17 +00:00
MediaFactory.hxx Updated some files for impending 2.3.1 release. 2007-01-01 18:04:56 +00:00
MediaSrc.cxx Updated some files for impending 2.3.1 release. 2007-01-01 18:04:56 +00:00
MediaSrc.hxx Updated some files for impending 2.3.1 release. 2007-01-01 18:04:56 +00:00
OSystem.cxx Reworked state load and save, placing it in a new StateManager class, 2007-09-23 17:04:17 +00:00
OSystem.hxx Reworked state load and save, placing it in a new StateManager class, 2007-09-23 17:04:17 +00:00
Paddles.cxx OK, another huge commit. I need to commit this now, because things are 2007-10-03 21:41:19 +00:00
Paddles.hxx OK, another huge commit. I need to commit this now, because things are 2007-10-03 21:41:19 +00:00
Props.cxx Rearranged some code and restructured some classes, cleaning up the 2007-09-03 18:37:24 +00:00
Props.hxx Completely removed 'Display.XStart' and 'Display.Width' functionality, 2007-02-06 23:34:35 +00:00
PropsSet.cxx Added ability to edit ROM properties info directly from the ROM launcher, 2007-09-06 02:15:00 +00:00
PropsSet.hxx Updated some files for impending 2.3.1 release. 2007-01-01 18:04:56 +00:00
Random.cxx Updated some files for impending 2.3.1 release. 2007-01-01 18:04:56 +00:00
Random.hxx Updated some files for impending 2.3.1 release. 2007-01-01 18:04:56 +00:00
Serializable.hxx OK, another huge commit. I need to commit this now, because things are 2007-10-03 21:41:19 +00:00
Serializer.cxx OK, another huge commit. I need to commit this now, because things are 2007-10-03 21:41:19 +00:00
Serializer.hxx OK, another huge commit. I need to commit this now, because things are 2007-10-03 21:41:19 +00:00
Settings.cxx More properties updates. I'm up to 'J' now. 2007-09-13 00:48:13 +00:00
Settings.hxx Added SECAM support internally and to the user-defined palette. 2007-07-27 13:49:16 +00:00
Sound.hxx Updated some files for impending 2.3.1 release. 2007-01-01 18:04:56 +00:00
SpeakJet.cxx Updated some files for impending 2.3.1 release. 2007-01-01 18:04:56 +00:00
SpeakJet.hxx Updated some files for impending 2.3.1 release. 2007-01-01 18:04:56 +00:00
StateManager.cxx OK, another huge commit. I need to commit this now, because things are 2007-10-03 21:41:19 +00:00
StateManager.hxx OK, another huge commit. I need to commit this now, because things are 2007-10-03 21:41:19 +00:00
Switches.cxx OK, another huge commit. I need to commit this now, because things are 2007-10-03 21:41:19 +00:00
Switches.hxx OK, another huge commit. I need to commit this now, because things are 2007-10-03 21:41:19 +00:00
TIA.cxx OK, another huge commit. I need to commit this now, because things are 2007-10-03 21:41:19 +00:00
TIA.hxx OK, another huge commit. I need to commit this now, because things are 2007-10-03 21:41:19 +00:00
TIASnd.cxx Updated some files for impending 2.3.1 release. 2007-01-01 18:04:56 +00:00
TIASnd.hxx Updated some files for impending 2.3.1 release. 2007-01-01 18:04:56 +00:00
TrackBall22.cxx OK, another huge commit. I need to commit this now, because things are 2007-10-03 21:41:19 +00:00
TrackBall22.hxx OK, another huge commit. I need to commit this now, because things are 2007-10-03 21:41:19 +00:00
module.mk OK, another huge commit. I need to commit this now, because things are 2007-10-03 21:41:19 +00:00
stella.pro Finished off the ROM properties updates for ROM_HUNTER ROMs. Next I have 2007-09-17 22:41:45 +00:00
unzip.c Added cheatcode stuff to OSX port. 2006-03-11 19:56:36 +00:00
unzip.h Scratch another most-requested feature of the list. 2005-05-18 16:02:53 +00:00