|
From: <ste...@us...> - 2009-05-13 14:08:24
|
Revision: 1724
http://stella.svn.sourceforge.net/stella/?rev=1724&view=rev
Author: stephena
Date: 2009-05-13 13:55:40 +0000 (Wed, 13 May 2009)
Log Message:
-----------
OK, this is going to be a BIG commit. Changed all source files to process
the $Id$ inline variable when doing an svn commit, similar to how CVS
worked.
Removed rsynth code and associated Speakjet emulation functionality.
It hasn't been worked on in quite some time, and we never did fully
decide how to do it correctly. At this point, I don't have the time
(or background) to continue work on it. If someone steps up to
further continue its development, it can always be re-introduced
again.
Modified Paths:
--------------
trunk/stella/configure
trunk/stella/src/cheat/BankRomCheat.cxx
trunk/stella/src/cheat/BankRomCheat.hxx
trunk/stella/src/cheat/Cheat.hxx
trunk/stella/src/cheat/CheatCodeDialog.cxx
trunk/stella/src/cheat/CheatCodeDialog.hxx
trunk/stella/src/cheat/CheatManager.cxx
trunk/stella/src/cheat/CheatManager.hxx
trunk/stella/src/cheat/CheetahCheat.cxx
trunk/stella/src/cheat/CheetahCheat.hxx
trunk/stella/src/cheat/RamCheat.cxx
trunk/stella/src/cheat/RamCheat.hxx
trunk/stella/src/common/Array.hxx
trunk/stella/src/common/FrameBufferGL.cxx
trunk/stella/src/common/FrameBufferGL.hxx
trunk/stella/src/common/FrameBufferSoft.cxx
trunk/stella/src/common/FrameBufferSoft.hxx
trunk/stella/src/common/RectList.cxx
trunk/stella/src/common/RectList.hxx
trunk/stella/src/common/SharedPtr.hxx
trunk/stella/src/common/Snapshot.cxx
trunk/stella/src/common/Snapshot.hxx
trunk/stella/src/common/SoundNull.cxx
trunk/stella/src/common/SoundNull.hxx
trunk/stella/src/common/SoundSDL.cxx
trunk/stella/src/common/SoundSDL.hxx
trunk/stella/src/common/mainSDL.cxx
trunk/stella/src/debugger/CpuDebug.cxx
trunk/stella/src/debugger/CpuDebug.hxx
trunk/stella/src/debugger/Debugger.cxx
trunk/stella/src/debugger/Debugger.hxx
trunk/stella/src/debugger/DebuggerExpressions.hxx
trunk/stella/src/debugger/DebuggerParser.cxx
trunk/stella/src/debugger/DebuggerParser.hxx
trunk/stella/src/debugger/DebuggerSystem.hxx
trunk/stella/src/debugger/EquateList.cxx
trunk/stella/src/debugger/EquateList.hxx
trunk/stella/src/debugger/Expression.cxx
trunk/stella/src/debugger/Expression.hxx
trunk/stella/src/debugger/PackedBitArray.cxx
trunk/stella/src/debugger/PackedBitArray.hxx
trunk/stella/src/debugger/RamDebug.cxx
trunk/stella/src/debugger/RamDebug.hxx
trunk/stella/src/debugger/RiotDebug.cxx
trunk/stella/src/debugger/RiotDebug.hxx
trunk/stella/src/debugger/TIADebug.cxx
trunk/stella/src/debugger/TIADebug.hxx
trunk/stella/src/debugger/gui/AudioWidget.cxx
trunk/stella/src/debugger/gui/AudioWidget.hxx
trunk/stella/src/debugger/gui/ColorWidget.cxx
trunk/stella/src/debugger/gui/ColorWidget.hxx
trunk/stella/src/debugger/gui/CpuWidget.cxx
trunk/stella/src/debugger/gui/CpuWidget.hxx
trunk/stella/src/debugger/gui/DataGridOpsWidget.cxx
trunk/stella/src/debugger/gui/DataGridOpsWidget.hxx
trunk/stella/src/debugger/gui/DataGridWidget.cxx
trunk/stella/src/debugger/gui/DataGridWidget.hxx
trunk/stella/src/debugger/gui/DebuggerDialog.cxx
trunk/stella/src/debugger/gui/DebuggerDialog.hxx
trunk/stella/src/debugger/gui/PromptWidget.cxx
trunk/stella/src/debugger/gui/PromptWidget.hxx
trunk/stella/src/debugger/gui/RamWidget.cxx
trunk/stella/src/debugger/gui/RamWidget.hxx
trunk/stella/src/debugger/gui/RiotWidget.cxx
trunk/stella/src/debugger/gui/RiotWidget.hxx
trunk/stella/src/debugger/gui/RomListWidget.cxx
trunk/stella/src/debugger/gui/RomListWidget.hxx
trunk/stella/src/debugger/gui/RomWidget.cxx
trunk/stella/src/debugger/gui/RomWidget.hxx
trunk/stella/src/debugger/gui/TiaInfoWidget.cxx
trunk/stella/src/debugger/gui/TiaInfoWidget.hxx
trunk/stella/src/debugger/gui/TiaOutputWidget.cxx
trunk/stella/src/debugger/gui/TiaOutputWidget.hxx
trunk/stella/src/debugger/gui/TiaWidget.cxx
trunk/stella/src/debugger/gui/TiaWidget.hxx
trunk/stella/src/debugger/gui/TiaZoomWidget.cxx
trunk/stella/src/debugger/gui/TiaZoomWidget.hxx
trunk/stella/src/debugger/gui/ToggleBitWidget.cxx
trunk/stella/src/debugger/gui/ToggleBitWidget.hxx
trunk/stella/src/debugger/gui/TogglePixelWidget.cxx
trunk/stella/src/debugger/gui/TogglePixelWidget.hxx
trunk/stella/src/debugger/gui/ToggleWidget.cxx
trunk/stella/src/debugger/gui/ToggleWidget.hxx
trunk/stella/src/emucore/AtariVox.cxx
trunk/stella/src/emucore/AtariVox.hxx
trunk/stella/src/emucore/Booster.cxx
trunk/stella/src/emucore/Booster.hxx
trunk/stella/src/emucore/Cart.cxx
trunk/stella/src/emucore/Cart.hxx
trunk/stella/src/emucore/Cart2K.cxx
trunk/stella/src/emucore/Cart2K.hxx
trunk/stella/src/emucore/Cart3E.cxx
trunk/stella/src/emucore/Cart3E.hxx
trunk/stella/src/emucore/Cart3F.cxx
trunk/stella/src/emucore/Cart3F.hxx
trunk/stella/src/emucore/Cart4A50.cxx
trunk/stella/src/emucore/Cart4A50.hxx
trunk/stella/src/emucore/Cart4K.cxx
trunk/stella/src/emucore/Cart4K.hxx
trunk/stella/src/emucore/CartAR.cxx
trunk/stella/src/emucore/CartAR.hxx
trunk/stella/src/emucore/CartCV.cxx
trunk/stella/src/emucore/CartCV.hxx
trunk/stella/src/emucore/CartDPC.cxx
trunk/stella/src/emucore/CartDPC.hxx
trunk/stella/src/emucore/CartE0.cxx
trunk/stella/src/emucore/CartE0.hxx
trunk/stella/src/emucore/CartE7.cxx
trunk/stella/src/emucore/CartE7.hxx
trunk/stella/src/emucore/CartEF.cxx
trunk/stella/src/emucore/CartEF.hxx
trunk/stella/src/emucore/CartEFSC.cxx
trunk/stella/src/emucore/CartEFSC.hxx
trunk/stella/src/emucore/CartF4.cxx
trunk/stella/src/emucore/CartF4.hxx
trunk/stella/src/emucore/CartF4SC.cxx
trunk/stella/src/emucore/CartF4SC.hxx
trunk/stella/src/emucore/CartF6.cxx
trunk/stella/src/emucore/CartF6.hxx
trunk/stella/src/emucore/CartF6SC.cxx
trunk/stella/src/emucore/CartF6SC.hxx
trunk/stella/src/emucore/CartF8.cxx
trunk/stella/src/emucore/CartF8.hxx
trunk/stella/src/emucore/CartF8SC.cxx
trunk/stella/src/emucore/CartF8SC.hxx
trunk/stella/src/emucore/CartFASC.cxx
trunk/stella/src/emucore/CartFASC.hxx
trunk/stella/src/emucore/CartFE.cxx
trunk/stella/src/emucore/CartFE.hxx
trunk/stella/src/emucore/CartMB.cxx
trunk/stella/src/emucore/CartMB.hxx
trunk/stella/src/emucore/CartMC.cxx
trunk/stella/src/emucore/CartMC.hxx
trunk/stella/src/emucore/CartUA.cxx
trunk/stella/src/emucore/CartUA.hxx
trunk/stella/src/emucore/Console.cxx
trunk/stella/src/emucore/Console.hxx
trunk/stella/src/emucore/Control.cxx
trunk/stella/src/emucore/Control.hxx
trunk/stella/src/emucore/Deserializer.cxx
trunk/stella/src/emucore/Deserializer.hxx
trunk/stella/src/emucore/Driving.cxx
trunk/stella/src/emucore/Driving.hxx
trunk/stella/src/emucore/Event.cxx
trunk/stella/src/emucore/Event.hxx
trunk/stella/src/emucore/EventHandler.cxx
trunk/stella/src/emucore/EventHandler.hxx
trunk/stella/src/emucore/FSNode.cxx
trunk/stella/src/emucore/FSNode.hxx
trunk/stella/src/emucore/FrameBuffer.cxx
trunk/stella/src/emucore/FrameBuffer.hxx
trunk/stella/src/emucore/Joystick.cxx
trunk/stella/src/emucore/Joystick.hxx
trunk/stella/src/emucore/Keyboard.cxx
trunk/stella/src/emucore/Keyboard.hxx
trunk/stella/src/emucore/KidVid.cxx
trunk/stella/src/emucore/KidVid.hxx
trunk/stella/src/emucore/M6532.cxx
trunk/stella/src/emucore/M6532.hxx
trunk/stella/src/emucore/MD5.cxx
trunk/stella/src/emucore/MD5.hxx
trunk/stella/src/emucore/MT24LC256.cxx
trunk/stella/src/emucore/MT24LC256.hxx
trunk/stella/src/emucore/MediaFactory.cxx
trunk/stella/src/emucore/MediaFactory.hxx
trunk/stella/src/emucore/OSystem.cxx
trunk/stella/src/emucore/OSystem.hxx
trunk/stella/src/emucore/Paddles.cxx
trunk/stella/src/emucore/Paddles.hxx
trunk/stella/src/emucore/Props.cxx
trunk/stella/src/emucore/Props.hxx
trunk/stella/src/emucore/PropsSet.cxx
trunk/stella/src/emucore/PropsSet.hxx
trunk/stella/src/emucore/Random.cxx
trunk/stella/src/emucore/Random.hxx
trunk/stella/src/emucore/SaveKey.cxx
trunk/stella/src/emucore/SaveKey.hxx
trunk/stella/src/emucore/SerialPort.hxx
trunk/stella/src/emucore/Serializable.hxx
trunk/stella/src/emucore/Serializer.cxx
trunk/stella/src/emucore/Serializer.hxx
trunk/stella/src/emucore/Settings.cxx
trunk/stella/src/emucore/Settings.hxx
trunk/stella/src/emucore/Sound.hxx
trunk/stella/src/emucore/SpeakJet.cxx
trunk/stella/src/emucore/SpeakJet.hxx
trunk/stella/src/emucore/StateManager.cxx
trunk/stella/src/emucore/StateManager.hxx
trunk/stella/src/emucore/Switches.cxx
trunk/stella/src/emucore/Switches.hxx
trunk/stella/src/emucore/TIA.cxx
trunk/stella/src/emucore/TIA.hxx
trunk/stella/src/emucore/TIASnd.cxx
trunk/stella/src/emucore/TIASnd.hxx
trunk/stella/src/emucore/TIATables.cxx
trunk/stella/src/emucore/TIATables.hxx
trunk/stella/src/emucore/TrackBall.cxx
trunk/stella/src/emucore/TrackBall.hxx
trunk/stella/src/emucore/m6502/src/Device.cxx
trunk/stella/src/emucore/m6502/src/Device.hxx
trunk/stella/src/emucore/m6502/src/M6502.cxx
trunk/stella/src/emucore/m6502/src/M6502.hxx
trunk/stella/src/emucore/m6502/src/M6502.m4
trunk/stella/src/emucore/m6502/src/M6502Hi.cxx
trunk/stella/src/emucore/m6502/src/M6502Hi.hxx
trunk/stella/src/emucore/m6502/src/M6502Hi.ins
trunk/stella/src/emucore/m6502/src/M6502Hi.m4
trunk/stella/src/emucore/m6502/src/M6502Low.cxx
trunk/stella/src/emucore/m6502/src/M6502Low.hxx
trunk/stella/src/emucore/m6502/src/M6502Low.ins
trunk/stella/src/emucore/m6502/src/M6502Low.m4
trunk/stella/src/emucore/m6502/src/NullDev.cxx
trunk/stella/src/emucore/m6502/src/NullDev.hxx
trunk/stella/src/emucore/m6502/src/System.cxx
trunk/stella/src/emucore/m6502/src/System.hxx
trunk/stella/src/emucore/m6502/src/bspf/src/bspf.hxx
trunk/stella/src/emucore/misc/romtohex.cxx
trunk/stella/src/gp2x/FSNodeGP2X.cxx
trunk/stella/src/gp2x/FrameBufferGP2X.cxx
trunk/stella/src/gp2x/FrameBufferGP2X.hxx
trunk/stella/src/gp2x/OSystemGP2X.cxx
trunk/stella/src/gp2x/OSystemGP2X.hxx
trunk/stella/src/gp2x/SettingsGP2X.cxx
trunk/stella/src/gp2x/SettingsGP2X.hxx
trunk/stella/src/gui/AboutDialog.cxx
trunk/stella/src/gui/AboutDialog.hxx
trunk/stella/src/gui/AudioDialog.cxx
trunk/stella/src/gui/AudioDialog.hxx
trunk/stella/src/gui/BrowserDialog.cxx
trunk/stella/src/gui/BrowserDialog.hxx
trunk/stella/src/gui/CheckListWidget.cxx
trunk/stella/src/gui/CheckListWidget.hxx
trunk/stella/src/gui/Command.hxx
trunk/stella/src/gui/CommandDialog.cxx
trunk/stella/src/gui/CommandDialog.hxx
trunk/stella/src/gui/CommandMenu.cxx
trunk/stella/src/gui/CommandMenu.hxx
trunk/stella/src/gui/ConsoleFont.hxx
trunk/stella/src/gui/ContextMenu.cxx
trunk/stella/src/gui/ContextMenu.hxx
trunk/stella/src/gui/Dialog.cxx
trunk/stella/src/gui/Dialog.hxx
trunk/stella/src/gui/DialogContainer.cxx
trunk/stella/src/gui/DialogContainer.hxx
trunk/stella/src/gui/EditTextWidget.cxx
trunk/stella/src/gui/EditTextWidget.hxx
trunk/stella/src/gui/EditableWidget.cxx
trunk/stella/src/gui/EditableWidget.hxx
trunk/stella/src/gui/EventMappingWidget.cxx
trunk/stella/src/gui/EventMappingWidget.hxx
trunk/stella/src/gui/FileSnapDialog.cxx
trunk/stella/src/gui/FileSnapDialog.hxx
trunk/stella/src/gui/Font.cxx
trunk/stella/src/gui/Font.hxx
trunk/stella/src/gui/GameInfoDialog.cxx
trunk/stella/src/gui/GameInfoDialog.hxx
trunk/stella/src/gui/GameList.cxx
trunk/stella/src/gui/GameList.hxx
trunk/stella/src/gui/GlobalPropsDialog.cxx
trunk/stella/src/gui/GlobalPropsDialog.hxx
trunk/stella/src/gui/GuiObject.hxx
trunk/stella/src/gui/HelpDialog.cxx
trunk/stella/src/gui/HelpDialog.hxx
trunk/stella/src/gui/InputDialog.cxx
trunk/stella/src/gui/InputDialog.hxx
trunk/stella/src/gui/InputTextDialog.cxx
trunk/stella/src/gui/InputTextDialog.hxx
trunk/stella/src/gui/Launcher.cxx
trunk/stella/src/gui/Launcher.hxx
trunk/stella/src/gui/LauncherDialog.cxx
trunk/stella/src/gui/LauncherDialog.hxx
trunk/stella/src/gui/LauncherFilterDialog.cxx
trunk/stella/src/gui/LauncherFilterDialog.hxx
trunk/stella/src/gui/ListWidget.cxx
trunk/stella/src/gui/ListWidget.hxx
trunk/stella/src/gui/Menu.cxx
trunk/stella/src/gui/Menu.hxx
trunk/stella/src/gui/OptionsDialog.cxx
trunk/stella/src/gui/OptionsDialog.hxx
trunk/stella/src/gui/PopUpWidget.cxx
trunk/stella/src/gui/PopUpWidget.hxx
trunk/stella/src/gui/ProgressDialog.cxx
trunk/stella/src/gui/ProgressDialog.hxx
trunk/stella/src/gui/Rect.hxx
trunk/stella/src/gui/RomAuditDialog.cxx
trunk/stella/src/gui/RomAuditDialog.hxx
trunk/stella/src/gui/RomInfoWidget.cxx
trunk/stella/src/gui/RomInfoWidget.hxx
trunk/stella/src/gui/ScrollBarWidget.cxx
trunk/stella/src/gui/ScrollBarWidget.hxx
trunk/stella/src/gui/Stack.hxx
trunk/stella/src/gui/StellaFont.hxx
trunk/stella/src/gui/StellaLargeFont.hxx
trunk/stella/src/gui/StellaMediumFont.hxx
trunk/stella/src/gui/StringList.hxx
trunk/stella/src/gui/StringListWidget.cxx
trunk/stella/src/gui/StringListWidget.hxx
trunk/stella/src/gui/Surface.cxx
trunk/stella/src/gui/Surface.hxx
trunk/stella/src/gui/TabWidget.cxx
trunk/stella/src/gui/TabWidget.hxx
trunk/stella/src/gui/UIDialog.cxx
trunk/stella/src/gui/UIDialog.hxx
trunk/stella/src/gui/VideoDialog.cxx
trunk/stella/src/gui/VideoDialog.hxx
trunk/stella/src/gui/Widget.cxx
trunk/stella/src/gui/Widget.hxx
trunk/stella/src/macosx/AboutBox.h
trunk/stella/src/macosx/AboutBoxTextView.h
trunk/stella/src/macosx/Menus.h
trunk/stella/src/macosx/MenusEvents.h
trunk/stella/src/macosx/OSystemMACOSX.cxx
trunk/stella/src/macosx/OSystemMACOSX.hxx
trunk/stella/src/macosx/Preferences.h
trunk/stella/src/macosx/SDLMain.h
trunk/stella/src/macosx/SerialPortMACOSX.cxx
trunk/stella/src/macosx/SerialPortMACOSX.hxx
trunk/stella/src/macosx/SettingsMACOSX.cxx
trunk/stella/src/macosx/SettingsMACOSX.hxx
trunk/stella/src/unix/FSNodePOSIX.cxx
trunk/stella/src/unix/OSystemUNIX.cxx
trunk/stella/src/unix/OSystemUNIX.hxx
trunk/stella/src/unix/SerialPortUNIX.cxx
trunk/stella/src/unix/SerialPortUNIX.hxx
trunk/stella/src/unix/SettingsUNIX.cxx
trunk/stella/src/unix/SettingsUNIX.hxx
trunk/stella/src/win32/FSNodeWin32.cxx
trunk/stella/src/win32/OSystemWin32.cxx
trunk/stella/src/win32/OSystemWin32.hxx
trunk/stella/src/win32/SerialPortWin32.cxx
trunk/stella/src/win32/SerialPortWin32.hxx
trunk/stella/src/win32/SettingsWin32.cxx
trunk/stella/src/win32/SettingsWin32.hxx
trunk/stella/src/wince/FrameBufferWinCE.cpp
trunk/stella/src/wince/FrameBufferWinCE.hxx
trunk/stella/src/wince/OSystemWinCE.cxx
trunk/stella/src/wince/OSystemWinCE.hxx
trunk/stella/src/wince/PocketStella.cpp
trunk/stella/src/wince/SettingsWinCE.cpp
trunk/stella/src/wince/SoundWinCE.cxx
trunk/stella/src/wince/missing.cpp
trunk/stella/src/wince/missing.h
trunk/stella/src/yacc/YaccParser.cxx
trunk/stella/src/yacc/YaccParser.hxx
Removed Paths:
-------------
trunk/stella/src/emucore/rsynth/
Property Changed:
----------------
trunk/stella/src/cheat/BankRomCheat.cxx
trunk/stella/src/cheat/BankRomCheat.hxx
trunk/stella/src/cheat/Cheat.hxx
trunk/stella/src/cheat/CheatCodeDialog.cxx
trunk/stella/src/cheat/CheatCodeDialog.hxx
trunk/stella/src/cheat/CheatManager.cxx
trunk/stella/src/cheat/CheatManager.hxx
trunk/stella/src/cheat/CheetahCheat.cxx
trunk/stella/src/cheat/CheetahCheat.hxx
trunk/stella/src/cheat/RamCheat.cxx
trunk/stella/src/cheat/RamCheat.hxx
trunk/stella/src/common/Array.hxx
trunk/stella/src/common/FrameBufferGL.cxx
trunk/stella/src/common/FrameBufferGL.hxx
trunk/stella/src/common/FrameBufferSoft.cxx
trunk/stella/src/common/FrameBufferSoft.hxx
trunk/stella/src/common/RectList.cxx
trunk/stella/src/common/RectList.hxx
trunk/stella/src/common/SharedPtr.hxx
trunk/stella/src/common/Snapshot.cxx
trunk/stella/src/common/Snapshot.hxx
trunk/stella/src/common/SoundNull.cxx
trunk/stella/src/common/SoundNull.hxx
trunk/stella/src/common/SoundSDL.cxx
trunk/stella/src/common/SoundSDL.hxx
trunk/stella/src/common/mainSDL.cxx
trunk/stella/src/debugger/CpuDebug.cxx
trunk/stella/src/debugger/CpuDebug.hxx
trunk/stella/src/debugger/Debugger.cxx
trunk/stella/src/debugger/Debugger.hxx
trunk/stella/src/debugger/DebuggerExpressions.hxx
trunk/stella/src/debugger/DebuggerParser.cxx
trunk/stella/src/debugger/DebuggerParser.hxx
trunk/stella/src/debugger/DebuggerSystem.hxx
trunk/stella/src/debugger/EquateList.cxx
trunk/stella/src/debugger/EquateList.hxx
trunk/stella/src/debugger/Expression.cxx
trunk/stella/src/debugger/Expression.hxx
trunk/stella/src/debugger/PackedBitArray.cxx
trunk/stella/src/debugger/PackedBitArray.hxx
trunk/stella/src/debugger/RamDebug.cxx
trunk/stella/src/debugger/RamDebug.hxx
trunk/stella/src/debugger/RiotDebug.cxx
trunk/stella/src/debugger/RiotDebug.hxx
trunk/stella/src/debugger/TIADebug.cxx
trunk/stella/src/debugger/TIADebug.hxx
trunk/stella/src/debugger/gui/AudioWidget.cxx
trunk/stella/src/debugger/gui/AudioWidget.hxx
trunk/stella/src/debugger/gui/ColorWidget.cxx
trunk/stella/src/debugger/gui/ColorWidget.hxx
trunk/stella/src/debugger/gui/CpuWidget.cxx
trunk/stella/src/debugger/gui/CpuWidget.hxx
trunk/stella/src/debugger/gui/DataGridOpsWidget.cxx
trunk/stella/src/debugger/gui/DataGridOpsWidget.hxx
trunk/stella/src/debugger/gui/DataGridWidget.cxx
trunk/stella/src/debugger/gui/DataGridWidget.hxx
trunk/stella/src/debugger/gui/DebuggerDialog.cxx
trunk/stella/src/debugger/gui/DebuggerDialog.hxx
trunk/stella/src/debugger/gui/PromptWidget.cxx
trunk/stella/src/debugger/gui/PromptWidget.hxx
trunk/stella/src/debugger/gui/RamWidget.cxx
trunk/stella/src/debugger/gui/RamWidget.hxx
trunk/stella/src/debugger/gui/RiotWidget.cxx
trunk/stella/src/debugger/gui/RiotWidget.hxx
trunk/stella/src/debugger/gui/RomListWidget.cxx
trunk/stella/src/debugger/gui/RomListWidget.hxx
trunk/stella/src/debugger/gui/RomWidget.cxx
trunk/stella/src/debugger/gui/RomWidget.hxx
trunk/stella/src/debugger/gui/TiaInfoWidget.cxx
trunk/stella/src/debugger/gui/TiaInfoWidget.hxx
trunk/stella/src/debugger/gui/TiaOutputWidget.cxx
trunk/stella/src/debugger/gui/TiaOutputWidget.hxx
trunk/stella/src/debugger/gui/TiaWidget.cxx
trunk/stella/src/debugger/gui/TiaWidget.hxx
trunk/stella/src/debugger/gui/TiaZoomWidget.cxx
trunk/stella/src/debugger/gui/TiaZoomWidget.hxx
trunk/stella/src/debugger/gui/ToggleBitWidget.cxx
trunk/stella/src/debugger/gui/ToggleBitWidget.hxx
trunk/stella/src/debugger/gui/TogglePixelWidget.cxx
trunk/stella/src/debugger/gui/TogglePixelWidget.hxx
trunk/stella/src/debugger/gui/ToggleWidget.cxx
trunk/stella/src/debugger/gui/ToggleWidget.hxx
trunk/stella/src/emucore/AtariVox.cxx
trunk/stella/src/emucore/AtariVox.hxx
trunk/stella/src/emucore/Booster.cxx
trunk/stella/src/emucore/Booster.hxx
trunk/stella/src/emucore/Cart.cxx
trunk/stella/src/emucore/Cart.hxx
trunk/stella/src/emucore/Cart0840.cxx
trunk/stella/src/emucore/Cart0840.hxx
trunk/stella/src/emucore/Cart2K.cxx
trunk/stella/src/emucore/Cart2K.hxx
trunk/stella/src/emucore/Cart3E.cxx
trunk/stella/src/emucore/Cart3E.hxx
trunk/stella/src/emucore/Cart3F.cxx
trunk/stella/src/emucore/Cart3F.hxx
trunk/stella/src/emucore/Cart4A50.cxx
trunk/stella/src/emucore/Cart4A50.hxx
trunk/stella/src/emucore/Cart4K.cxx
trunk/stella/src/emucore/Cart4K.hxx
trunk/stella/src/emucore/CartAR.cxx
trunk/stella/src/emucore/CartAR.hxx
trunk/stella/src/emucore/CartCV.cxx
trunk/stella/src/emucore/CartCV.hxx
trunk/stella/src/emucore/CartDPC.cxx
trunk/stella/src/emucore/CartDPC.hxx
trunk/stella/src/emucore/CartE0.cxx
trunk/stella/src/emucore/CartE0.hxx
trunk/stella/src/emucore/CartE7.cxx
trunk/stella/src/emucore/CartE7.hxx
trunk/stella/src/emucore/CartEF.cxx
trunk/stella/src/emucore/CartEF.hxx
trunk/stella/src/emucore/CartEFSC.cxx
trunk/stella/src/emucore/CartEFSC.hxx
trunk/stella/src/emucore/CartF4.cxx
trunk/stella/src/emucore/CartF4.hxx
trunk/stella/src/emucore/CartF4SC.cxx
trunk/stella/src/emucore/CartF4SC.hxx
trunk/stella/src/emucore/CartF6.cxx
trunk/stella/src/emucore/CartF6.hxx
trunk/stella/src/emucore/CartF6SC.cxx
trunk/stella/src/emucore/CartF6SC.hxx
trunk/stella/src/emucore/CartF8.cxx
trunk/stella/src/emucore/CartF8.hxx
trunk/stella/src/emucore/CartF8SC.cxx
trunk/stella/src/emucore/CartF8SC.hxx
trunk/stella/src/emucore/CartFASC.cxx
trunk/stella/src/emucore/CartFASC.hxx
trunk/stella/src/emucore/CartFE.cxx
trunk/stella/src/emucore/CartFE.hxx
trunk/stella/src/emucore/CartMB.cxx
trunk/stella/src/emucore/CartMB.hxx
trunk/stella/src/emucore/CartMC.cxx
trunk/stella/src/emucore/CartMC.hxx
trunk/stella/src/emucore/CartSB.cxx
trunk/stella/src/emucore/CartSB.hxx
trunk/stella/src/emucore/CartUA.cxx
trunk/stella/src/emucore/CartUA.hxx
trunk/stella/src/emucore/CartX07.cxx
trunk/stella/src/emucore/CartX07.hxx
trunk/stella/src/emucore/Console.cxx
trunk/stella/src/emucore/Console.hxx
trunk/stella/src/emucore/Control.cxx
trunk/stella/src/emucore/Control.hxx
trunk/stella/src/emucore/DefProps.hxx
trunk/stella/src/emucore/Deserializer.cxx
trunk/stella/src/emucore/Deserializer.hxx
trunk/stella/src/emucore/Driving.cxx
trunk/stella/src/emucore/Driving.hxx
trunk/stella/src/emucore/Event.cxx
trunk/stella/src/emucore/Event.hxx
trunk/stella/src/emucore/EventHandler.cxx
trunk/stella/src/emucore/EventHandler.hxx
trunk/stella/src/emucore/FSNode.cxx
trunk/stella/src/emucore/FSNode.hxx
trunk/stella/src/emucore/FrameBuffer.cxx
trunk/stella/src/emucore/FrameBuffer.hxx
trunk/stella/src/emucore/Joystick.cxx
trunk/stella/src/emucore/Joystick.hxx
trunk/stella/src/emucore/Keyboard.cxx
trunk/stella/src/emucore/Keyboard.hxx
trunk/stella/src/emucore/KidVid.cxx
trunk/stella/src/emucore/KidVid.hxx
trunk/stella/src/emucore/M6532.cxx
trunk/stella/src/emucore/M6532.hxx
trunk/stella/src/emucore/MD5.cxx
trunk/stella/src/emucore/MD5.hxx
trunk/stella/src/emucore/MT24LC256.cxx
trunk/stella/src/emucore/MT24LC256.hxx
trunk/stella/src/emucore/MediaFactory.cxx
trunk/stella/src/emucore/MediaFactory.hxx
trunk/stella/src/emucore/OSystem.cxx
trunk/stella/src/emucore/OSystem.hxx
trunk/stella/src/emucore/Paddles.cxx
trunk/stella/src/emucore/Paddles.hxx
trunk/stella/src/emucore/Props.cxx
trunk/stella/src/emucore/Props.hxx
trunk/stella/src/emucore/PropsSet.cxx
trunk/stella/src/emucore/PropsSet.hxx
trunk/stella/src/emucore/Random.cxx
trunk/stella/src/emucore/Random.hxx
trunk/stella/src/emucore/SaveKey.cxx
trunk/stella/src/emucore/SaveKey.hxx
trunk/stella/src/emucore/SerialPort.hxx
trunk/stella/src/emucore/Serializable.hxx
trunk/stella/src/emucore/Serializer.cxx
trunk/stella/src/emucore/Serializer.hxx
trunk/stella/src/emucore/Settings.cxx
trunk/stella/src/emucore/Settings.hxx
trunk/stella/src/emucore/Sound.hxx
trunk/stella/src/emucore/SpeakJet.cxx
trunk/stella/src/emucore/SpeakJet.hxx
trunk/stella/src/emucore/StateManager.cxx
trunk/stella/src/emucore/StateManager.hxx
trunk/stella/src/emucore/Switches.cxx
trunk/stella/src/emucore/Switches.hxx
trunk/stella/src/emucore/TIA.cxx
trunk/stella/src/emucore/TIA.hxx
trunk/stella/src/emucore/TIASnd.cxx
trunk/stella/src/emucore/TIASnd.hxx
trunk/stella/src/emucore/TIATables.cxx
trunk/stella/src/emucore/TIATables.hxx
trunk/stella/src/emucore/TrackBall.cxx
trunk/stella/src/emucore/TrackBall.hxx
trunk/stella/src/emucore/m6502/src/Device.cxx
trunk/stella/src/emucore/m6502/src/Device.hxx
trunk/stella/src/emucore/m6502/src/M6502.cxx
trunk/stella/src/emucore/m6502/src/M6502.hxx
trunk/stella/src/emucore/m6502/src/M6502.m4
trunk/stella/src/emucore/m6502/src/M6502Hi.cxx
trunk/stella/src/emucore/m6502/src/M6502Hi.hxx
trunk/stella/src/emucore/m6502/src/M6502Hi.ins
trunk/stella/src/emucore/m6502/src/M6502Hi.m4
trunk/stella/src/emucore/m6502/src/M6502Low.cxx
trunk/stella/src/emucore/m6502/src/M6502Low.hxx
trunk/stella/src/emucore/m6502/src/M6502Low.ins
trunk/stella/src/emucore/m6502/src/M6502Low.m4
trunk/stella/src/emucore/m6502/src/NullDev.cxx
trunk/stella/src/emucore/m6502/src/NullDev.hxx
trunk/stella/src/emucore/m6502/src/System.cxx
trunk/stella/src/emucore/m6502/src/System.hxx
trunk/stella/src/emucore/m6502/src/bspf/src/bspf.hxx
trunk/stella/src/emucore/misc/romtohex.cxx
trunk/stella/src/emucore/unzip.h
trunk/stella/src/gp2x/FSNodeGP2X.cxx
trunk/stella/src/gp2x/FrameBufferGP2X.cxx
trunk/stella/src/gp2x/FrameBufferGP2X.hxx
trunk/stella/src/gp2x/OSystemGP2X.cxx
trunk/stella/src/gp2x/OSystemGP2X.hxx
trunk/stella/src/gp2x/SettingsGP2X.cxx
trunk/stella/src/gp2x/SettingsGP2X.hxx
trunk/stella/src/gui/AboutDialog.cxx
trunk/stella/src/gui/AboutDialog.hxx
trunk/stella/src/gui/AudioDialog.cxx
trunk/stella/src/gui/AudioDialog.hxx
trunk/stella/src/gui/BrowserDialog.cxx
trunk/stella/src/gui/BrowserDialog.hxx
trunk/stella/src/gui/CheckListWidget.cxx
trunk/stella/src/gui/CheckListWidget.hxx
trunk/stella/src/gui/Command.hxx
trunk/stella/src/gui/CommandDialog.cxx
trunk/stella/src/gui/CommandDialog.hxx
trunk/stella/src/gui/CommandMenu.cxx
trunk/stella/src/gui/CommandMenu.hxx
trunk/stella/src/gui/ConsoleFont.hxx
trunk/stella/src/gui/ContextMenu.cxx
trunk/stella/src/gui/ContextMenu.hxx
trunk/stella/src/gui/Dialog.cxx
trunk/stella/src/gui/Dialog.hxx
trunk/stella/src/gui/DialogContainer.cxx
trunk/stella/src/gui/DialogContainer.hxx
trunk/stella/src/gui/EditTextWidget.cxx
trunk/stella/src/gui/EditTextWidget.hxx
trunk/stella/src/gui/EditableWidget.cxx
trunk/stella/src/gui/EditableWidget.hxx
trunk/stella/src/gui/EventMappingWidget.cxx
trunk/stella/src/gui/EventMappingWidget.hxx
trunk/stella/src/gui/FileSnapDialog.cxx
trunk/stella/src/gui/FileSnapDialog.hxx
trunk/stella/src/gui/Font.cxx
trunk/stella/src/gui/Font.hxx
trunk/stella/src/gui/GameInfoDialog.cxx
trunk/stella/src/gui/GameInfoDialog.hxx
trunk/stella/src/gui/GameList.cxx
trunk/stella/src/gui/GameList.hxx
trunk/stella/src/gui/GlobalPropsDialog.cxx
trunk/stella/src/gui/GlobalPropsDialog.hxx
trunk/stella/src/gui/GuiObject.hxx
trunk/stella/src/gui/HelpDialog.cxx
trunk/stella/src/gui/HelpDialog.hxx
trunk/stella/src/gui/InputDialog.cxx
trunk/stella/src/gui/InputDialog.hxx
trunk/stella/src/gui/InputTextDialog.cxx
trunk/stella/src/gui/InputTextDialog.hxx
trunk/stella/src/gui/Launcher.cxx
trunk/stella/src/gui/Launcher.hxx
trunk/stella/src/gui/LauncherDialog.cxx
trunk/stella/src/gui/LauncherDialog.hxx
trunk/stella/src/gui/LauncherFilterDialog.cxx
trunk/stella/src/gui/LauncherFilterDialog.hxx
trunk/stella/src/gui/ListWidget.cxx
trunk/stella/src/gui/ListWidget.hxx
trunk/stella/src/gui/Menu.cxx
trunk/stella/src/gui/Menu.hxx
trunk/stella/src/gui/OptionsDialog.cxx
trunk/stella/src/gui/OptionsDialog.hxx
trunk/stella/src/gui/PopUpWidget.cxx
trunk/stella/src/gui/PopUpWidget.hxx
trunk/stella/src/gui/ProgressDialog.cxx
trunk/stella/src/gui/ProgressDialog.hxx
trunk/stella/src/gui/Rect.hxx
trunk/stella/src/gui/RomAuditDialog.cxx
trunk/stella/src/gui/RomAuditDialog.hxx
trunk/stella/src/gui/RomInfoWidget.cxx
trunk/stella/src/gui/RomInfoWidget.hxx
trunk/stella/src/gui/ScrollBarWidget.cxx
trunk/stella/src/gui/ScrollBarWidget.hxx
trunk/stella/src/gui/Stack.hxx
trunk/stella/src/gui/StellaFont.hxx
trunk/stella/src/gui/StellaLargeFont.hxx
trunk/stella/src/gui/StellaMediumFont.hxx
trunk/stella/src/gui/StringList.hxx
trunk/stella/src/gui/StringListWidget.cxx
trunk/stella/src/gui/StringListWidget.hxx
trunk/stella/src/gui/Surface.cxx
trunk/stella/src/gui/Surface.hxx
trunk/stella/src/gui/TabWidget.cxx
trunk/stella/src/gui/TabWidget.hxx
trunk/stella/src/gui/UIDialog.cxx
trunk/stella/src/gui/UIDialog.hxx
trunk/stella/src/gui/VideoDialog.cxx
trunk/stella/src/gui/VideoDialog.hxx
trunk/stella/src/gui/Widget.cxx
trunk/stella/src/gui/Widget.hxx
trunk/stella/src/macosx/AboutBox.h
trunk/stella/src/macosx/AboutBoxTextView.h
trunk/stella/src/macosx/Menus.h
trunk/stella/src/macosx/MenusEvents.h
trunk/stella/src/macosx/OSystemMACOSX.cxx
trunk/stella/src/macosx/OSystemMACOSX.hxx
trunk/stella/src/macosx/Preferences.h
trunk/stella/src/macosx/SDLMain.h
trunk/stella/src/macosx/SerialPortMACOSX.cxx
trunk/stella/src/macosx/SerialPortMACOSX.hxx
trunk/stella/src/macosx/SettingsMACOSX.cxx
trunk/stella/src/macosx/SettingsMACOSX.hxx
trunk/stella/src/tools/check-sig.cxx
trunk/stella/src/unix/FSNodePOSIX.cxx
trunk/stella/src/unix/OSystemUNIX.cxx
trunk/stella/src/unix/OSystemUNIX.hxx
trunk/stella/src/unix/SerialPortUNIX.cxx
trunk/stella/src/unix/SerialPortUNIX.hxx
trunk/stella/src/unix/SettingsUNIX.cxx
trunk/stella/src/unix/SettingsUNIX.hxx
trunk/stella/src/win32/FSNodeWin32.cxx
trunk/stella/src/win32/OSystemWin32.cxx
trunk/stella/src/win32/OSystemWin32.hxx
trunk/stella/src/win32/SerialPortWin32.cxx
trunk/stella/src/win32/SerialPortWin32.hxx
trunk/stella/src/win32/SettingsWin32.cxx
trunk/stella/src/win32/SettingsWin32.hxx
trunk/stella/src/win32/resource.h
trunk/stella/src/wince/FSNodeWinCE.cxx
trunk/stella/src/wince/FrameBufferWinCE.cpp
trunk/stella/src/wince/FrameBufferWinCE.hxx
trunk/stella/src/wince/OSystemWinCE.cxx
trunk/stella/src/wince/OSystemWinCE.hxx
trunk/stella/src/wince/PocketStella.cpp
trunk/stella/src/wince/SettingsWinCE.cpp
trunk/stella/src/wince/SettingsWinCE.hxx
trunk/stella/src/wince/SoundWinCE.cxx
trunk/stella/src/wince/SoundWinCE.hxx
trunk/stella/src/wince/missing.cpp
trunk/stella/src/wince/missing.h
trunk/stella/src/wince/resource.h
trunk/stella/src/yacc/YaccParser.cxx
trunk/stella/src/yacc/YaccParser.hxx
Modified: trunk/stella/configure
===================================================================
--- trunk/stella/configure 2009-05-13 10:58:13 UTC (rev 1723)
+++ trunk/stella/configure 2009-05-13 13:55:40 UTC (rev 1724)
@@ -27,7 +27,6 @@
_build_cheats=yes
_build_static=no
_build_profile=no
-_build_speakjet=no
# more defaults
_ranlib=ranlib
@@ -192,8 +191,6 @@
--disable-joystick
--enable-cheats enable/disable cheatcode support [enabled]
--disable-cheats
- --enable-speakjet enable/disable SpeakJet emulation [disabled]
- --disable-speakjet
--enable-shared build shared binary [enabled]
--enable-static build static binary (if possible) [disabled]
--disable-static
@@ -232,8 +229,6 @@
--disable-joystick) _build_joystick=no ;;
--enable-cheats) _build_cheats=yes ;;
--disable-cheats) _build_cheats=no ;;
- --enable-speakjet) _build_speakjet=yes ;;
- --disable-speakjet) _build_speakjet=no ;;
--enable-shared) _build_static=no ;;
--enable-static) _build_static=yes ;;
--disable-static) _build_static=no ;;
@@ -612,14 +607,6 @@
echo
fi
-if test "$_build_speakjet" = yes ; then
- echo_n " SpeakJet emulation enabled (not yet working)"
- echo
-else
- echo_n " SpeakJet emulation disabled (not yet working)"
- echo
-fi
-
if test "$_build_static" = yes ; then
echo_n " Static binary enabled"
echo
@@ -651,7 +638,6 @@
DBGGUI="$SRC/debugger/gui"
YACC="$SRC/yacc"
CHEAT="$SRC/cheat"
-SPEAKJET="$SRC/emucore/rsynth"
INCLUDES="-I$CORE -I$CORE/m6502/src -I$CORE/m6502/src/bspf/src -I$COMMON -I$GUI"
@@ -725,12 +711,6 @@
INCLUDES="$INCLUDES -I$CHEAT"
fi
-if test "$_build_speakjet" = yes ; then
- DEFINES="$DEFINES -DSPEAKJET_EMULATION"
- MODULES="$MODULES $SPEAKJET"
- INCLUDES="$INCLUDES -I$SPEAKJET"
-fi
-
if test "$_build_profile" = no ; then
_build_profile=
fi
Modified: trunk/stella/src/cheat/BankRomCheat.cxx
===================================================================
--- trunk/stella/src/cheat/BankRomCheat.cxx 2009-05-13 10:58:13 UTC (rev 1723)
+++ trunk/stella/src/cheat/BankRomCheat.cxx 2009-05-13 13:55:40 UTC (rev 1724)
@@ -13,7 +13,7 @@
// See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES.
//
-// $Id: BankRomCheat.cxx,v 1.6 2009-01-01 18:13:34 stephena Exp $
+// $Id$
//============================================================================
#include "Console.hxx"
Property changes on: trunk/stella/src/cheat/BankRomCheat.cxx
___________________________________________________________________
Added: svn:keywords
+ Id
Modified: trunk/stella/src/cheat/BankRomCheat.hxx
===================================================================
--- trunk/stella/src/cheat/BankRomCheat.hxx 2009-05-13 10:58:13 UTC (rev 1723)
+++ trunk/stella/src/cheat/BankRomCheat.hxx 2009-05-13 13:55:40 UTC (rev 1724)
@@ -13,7 +13,7 @@
// See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES.
//
-// $Id: BankRomCheat.hxx,v 1.5 2009-01-01 18:13:34 stephena Exp $
+// $Id$
//============================================================================
#ifndef BANK_ROM_CHEAT_HXX
Property changes on: trunk/stella/src/cheat/BankRomCheat.hxx
___________________________________________________________________
Added: svn:keywords
+ Id
Modified: trunk/stella/src/cheat/Cheat.hxx
===================================================================
--- trunk/stella/src/cheat/Cheat.hxx 2009-05-13 10:58:13 UTC (rev 1723)
+++ trunk/stella/src/cheat/Cheat.hxx 2009-05-13 13:55:40 UTC (rev 1724)
@@ -13,7 +13,7 @@
// See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES.
//
-// $Id: Cheat.hxx,v 1.8 2009-01-01 18:13:34 stephena Exp $
+// $Id$
//============================================================================
#ifndef CHEAT_HXX
Property changes on: trunk/stella/src/cheat/Cheat.hxx
___________________________________________________________________
Added: svn:keywords
+ Id
Modified: trunk/stella/src/cheat/CheatCodeDialog.cxx
===================================================================
--- trunk/stella/src/cheat/CheatCodeDialog.cxx 2009-05-13 10:58:13 UTC (rev 1723)
+++ trunk/stella/src/cheat/CheatCodeDialog.cxx 2009-05-13 13:55:40 UTC (rev 1724)
@@ -13,7 +13,7 @@
// See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES.
//
-// $Id: CheatCodeDialog.cxx,v 1.26 2009-01-11 15:01:36 stephena Exp $
+// $Id$
//
// Based on code from ScummVM - Scumm Interpreter
// Copyright (C) 2002-2004 The ScummVM project
Property changes on: trunk/stella/src/cheat/CheatCodeDialog.cxx
___________________________________________________________________
Added: svn:keywords
+ Id
Modified: trunk/stella/src/cheat/CheatCodeDialog.hxx
===================================================================
--- trunk/stella/src/cheat/CheatCodeDialog.hxx 2009-05-13 10:58:13 UTC (rev 1723)
+++ trunk/stella/src/cheat/CheatCodeDialog.hxx 2009-05-13 13:55:40 UTC (rev 1724)
@@ -13,7 +13,7 @@
// See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES.
//
-// $Id: CheatCodeDialog.hxx,v 1.12 2009-01-04 22:27:43 stephena Exp $
+// $Id$
//
// Based on code from ScummVM - Scumm Interpreter
// Copyright (C) 2002-2004 The ScummVM project
Property changes on: trunk/stella/src/cheat/CheatCodeDialog.hxx
___________________________________________________________________
Added: svn:keywords
+ Id
Modified: trunk/stella/src/cheat/CheatManager.cxx
===================================================================
--- trunk/stella/src/cheat/CheatManager.cxx 2009-05-13 10:58:13 UTC (rev 1723)
+++ trunk/stella/src/cheat/CheatManager.cxx 2009-05-13 13:55:40 UTC (rev 1724)
@@ -13,7 +13,7 @@
// See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES.
//
-// $Id: CheatManager.cxx,v 1.17 2009-01-01 18:13:34 stephena Exp $
+// $Id$
//============================================================================
#include <sstream>
Property changes on: trunk/stella/src/cheat/CheatManager.cxx
___________________________________________________________________
Added: svn:keywords
+ Id
Modified: trunk/stella/src/cheat/CheatManager.hxx
===================================================================
--- trunk/stella/src/cheat/CheatManager.hxx 2009-05-13 10:58:13 UTC (rev 1723)
+++ trunk/stella/src/cheat/CheatManager.hxx 2009-05-13 13:55:40 UTC (rev 1724)
@@ -13,7 +13,7 @@
// See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES.
//
-// $Id: CheatManager.hxx,v 1.11 2009-01-01 18:13:34 stephena Exp $
+// $Id$
//============================================================================
#ifndef CHEAT_MANAGER_HXX
@@ -36,7 +36,7 @@
the list of all cheats currently in use.
@author Stephen Anthony
- @version $Id: CheatManager.hxx,v 1.11 2009-01-01 18:13:34 stephena Exp $
+ @version $Id$
*/
class CheatManager
{
Property changes on: trunk/stella/src/cheat/CheatManager.hxx
___________________________________________________________________
Added: svn:keywords
+ Id
Modified: trunk/stella/src/cheat/CheetahCheat.cxx
===================================================================
--- trunk/stella/src/cheat/CheetahCheat.cxx 2009-05-13 10:58:13 UTC (rev 1723)
+++ trunk/stella/src/cheat/CheetahCheat.cxx 2009-05-13 13:55:40 UTC (rev 1724)
@@ -13,7 +13,7 @@
// See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES.
//
-// $Id: CheetahCheat.cxx,v 1.6 2009-01-01 18:13:34 stephena Exp $
+// $Id$
//============================================================================
#include "Console.hxx"
Property changes on: trunk/stella/src/cheat/CheetahCheat.cxx
___________________________________________________________________
Added: svn:keywords
+ Id
Modified: trunk/stella/src/cheat/CheetahCheat.hxx
===================================================================
--- trunk/stella/src/cheat/CheetahCheat.hxx 2009-05-13 10:58:13 UTC (rev 1723)
+++ trunk/stella/src/cheat/CheetahCheat.hxx 2009-05-13 13:55:40 UTC (rev 1724)
@@ -13,7 +13,7 @@
// See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES.
//
-// $Id: CheetahCheat.hxx,v 1.5 2009-01-01 18:13:34 stephena Exp $
+// $Id$
//============================================================================
#ifndef CHEETAH_CHEAT_HXX
Property changes on: trunk/stella/src/cheat/CheetahCheat.hxx
___________________________________________________________________
Added: svn:keywords
+ Id
Modified: trunk/stella/src/cheat/RamCheat.cxx
===================================================================
--- trunk/stella/src/cheat/RamCheat.cxx 2009-05-13 10:58:13 UTC (rev 1723)
+++ trunk/stella/src/cheat/RamCheat.cxx 2009-05-13 13:55:40 UTC (rev 1724)
@@ -13,7 +13,7 @@
// See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES.
//
-// $Id: RamCheat.cxx,v 1.7 2009-01-01 18:13:34 stephena Exp $
+// $Id$
//============================================================================
#include "Console.hxx"
Property changes on: trunk/stella/src/cheat/RamCheat.cxx
___________________________________________________________________
Added: svn:keywords
+ Id
Modified: trunk/stella/src/cheat/RamCheat.hxx
===================================================================
--- trunk/stella/src/cheat/RamCheat.hxx 2009-05-13 10:58:13 UTC (rev 1723)
+++ trunk/stella/src/cheat/RamCheat.hxx 2009-05-13 13:55:40 UTC (rev 1724)
@@ -13,7 +13,7 @@
// See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES.
//
-// $Id: RamCheat.hxx,v 1.6 2009-01-01 18:13:34 stephena Exp $
+// $Id$
//============================================================================
#ifndef RAM_CHEAT_HXX
Property changes on: trunk/stella/src/cheat/RamCheat.hxx
___________________________________________________________________
Added: svn:keywords
+ Id
Modified: trunk/stella/src/common/Array.hxx
===================================================================
--- trunk/stella/src/common/Array.hxx 2009-05-13 10:58:13 UTC (rev 1723)
+++ trunk/stella/src/common/Array.hxx 2009-05-13 13:55:40 UTC (rev 1724)
@@ -13,7 +13,7 @@
// See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES.
//
-// $Id: Array.hxx,v 1.7 2009-01-01 18:13:35 stephena Exp $
+// $Id$
//
// Based on code from ScummVM - Scumm Interpreter
// Copyright (C) 2002-2004 The ScummVM project
Property changes on: trunk/stella/src/common/Array.hxx
___________________________________________________________________
Added: svn:keywords
+ Id
Modified: trunk/stella/src/common/FrameBufferGL.cxx
===================================================================
--- trunk/stella/src/common/FrameBufferGL.cxx 2009-05-13 10:58:13 UTC (rev 1723)
+++ trunk/stella/src/common/FrameBufferGL.cxx 2009-05-13 13:55:40 UTC (rev 1724)
@@ -13,7 +13,7 @@
// See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES.
//
-// $Id: FrameBufferGL.cxx,v 1.141 2009-03-12 16:04:08 stephena Exp $
+// $Id$
//============================================================================
#ifdef DISPLAY_OPENGL
Property changes on: trunk/stella/src/common/FrameBufferGL.cxx
___________________________________________________________________
Added: svn:keywords
+ Id
Modified: trunk/stella/src/common/FrameBufferGL.hxx
===================================================================
--- trunk/stella/src/common/FrameBufferGL.hxx 2009-05-13 10:58:13 UTC (rev 1723)
+++ trunk/stella/src/common/FrameBufferGL.hxx 2009-05-13 13:55:40 UTC (rev 1724)
@@ -13,7 +13,7 @@
// See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES.
//
-// $Id: FrameBufferGL.hxx,v 1.72 2009-01-19 16:52:32 stephena Exp $
+// $Id$
//============================================================================
#ifndef FRAMEBUFFER_GL_HXX
@@ -35,7 +35,7 @@
This class implements an SDL OpenGL framebuffer.
@author Stephen Anthony
- @version $Id: FrameBufferGL.hxx,v 1.72 2009-01-19 16:52:32 stephena Exp $
+ @version $Id$
*/
class FrameBufferGL : public FrameBuffer
{
@@ -187,7 +187,7 @@
A surface suitable for OpenGL rendering mode.
@author Stephen Anthony
- @version $Id: FrameBufferGL.hxx,v 1.72 2009-01-19 16:52:32 stephena Exp $
+ @version $Id$
*/
class FBSurfaceGL : public FBSurface
{
Property changes on: trunk/stella/src/common/FrameBufferGL.hxx
___________________________________________________________________
Added: svn:keywords
+ Id
Modified: trunk/stella/src/common/FrameBufferSoft.cxx
===================================================================
--- trunk/stella/src/common/FrameBufferSoft.cxx 2009-05-13 10:58:13 UTC (rev 1723)
+++ trunk/stella/src/common/FrameBufferSoft.cxx 2009-05-13 13:55:40 UTC (rev 1724)
@@ -13,7 +13,7 @@
// See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES.
//
-// $Id: FrameBufferSoft.cxx,v 1.96 2009-02-06 23:53:34 stephena Exp $
+// $Id$
//============================================================================
#include <sstream>
Property changes on: trunk/stella/src/common/FrameBufferSoft.cxx
___________________________________________________________________
Added: svn:keywords
+ Id
Modified: trunk/stella/src/common/FrameBufferSoft.hxx
===================================================================
--- trunk/stella/src/common/FrameBufferSoft.hxx 2009-05-13 10:58:13 UTC (rev 1723)
+++ trunk/stella/src/common/FrameBufferSoft.hxx 2009-05-13 13:55:40 UTC (rev 1724)
@@ -13,7 +13,7 @@
// See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES.
//
-// $Id: FrameBufferSoft.hxx,v 1.66 2009-02-05 23:22:54 stephena Exp $
+// $Id$
//============================================================================
#ifndef FRAMEBUFFER_SOFT_HXX
@@ -32,7 +32,7 @@
This class implements an SDL software framebuffer.
@author Stephen Anthony
- @version $Id: FrameBufferSoft.hxx,v 1.66 2009-02-05 23:22:54 stephena Exp $
+ @version $Id$
*/
class FrameBufferSoft : public FrameBuffer
{
@@ -172,7 +172,7 @@
A surface suitable for software rendering mode.
@author Stephen Anthony
- @version $Id: FrameBufferSoft.hxx,v 1.66 2009-02-05 23:22:54 stephena Exp $
+ @version $Id$
*/
class FBSurfaceSoft : public FBSurface
{
Property changes on: trunk/stella/src/common/FrameBufferSoft.hxx
___________________________________________________________________
Added: svn:keywords
+ Id
Modified: trunk/stella/src/common/RectList.cxx
===================================================================
--- trunk/stella/src/common/RectList.cxx 2009-05-13 10:58:13 UTC (rev 1723)
+++ trunk/stella/src/common/RectList.cxx 2009-05-13 13:55:40 UTC (rev 1724)
@@ -13,7 +13,7 @@
// See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES.
//
-// $Id: RectList.cxx,v 1.6 2009-01-01 18:13:35 stephena Exp $
+// $Id$
//============================================================================
#include <SDL.h>
Property changes on: trunk/stella/src/common/RectList.cxx
___________________________________________________________________
Added: svn:keywords
+ Id
Modified: trunk/stella/src/common/RectList.hxx
===================================================================
--- trunk/stella/src/common/RectList.hxx 2009-05-13 10:58:13 UTC (rev 1723)
+++ trunk/stella/src/common/RectList.hxx 2009-05-13 13:55:40 UTC (rev 1724)
@@ -13,7 +13,7 @@
// See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES.
//
-// $Id: RectList.hxx,v 1.6 2009-01-01 18:13:35 stephena Exp $
+// $Id$
//============================================================================
#ifndef RECTLIST_HXX
Property changes on: trunk/stella/src/common/RectList.hxx
___________________________________________________________________
Added: svn:keywords
+ Id
Modified: trunk/stella/src/common/SharedPtr.hxx
===================================================================
--- trunk/stella/src/common/SharedPtr.hxx 2009-05-13 10:58:13 UTC (rev 1723)
+++ trunk/stella/src/common/SharedPtr.hxx 2009-05-13 13:55:40 UTC (rev 1724)
@@ -13,7 +13,7 @@
// See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES.
//
-// $Id: SharedPtr.hxx,v 1.1 2009-01-11 19:10:40 stephena Exp $
+// $Id$
//
// Based on code from ScummVM - Scumm Interpreter
// Copyright (C) 2002-2004 The ScummVM project
Property changes on: trunk/stella/src/common/SharedPtr.hxx
___________________________________________________________________
Added: svn:keywords
+ Id
Modified: trunk/stella/src/common/Snapshot.cxx
===================================================================
--- trunk/stella/src/common/Snapshot.cxx 2009-05-13 10:58:13 UTC (rev 1723)
+++ trunk/stella/src/common/Snapshot.cxx 2009-05-13 13:55:40 UTC (rev 1724)
@@ -13,7 +13,7 @@
// See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES.
//
-// $Id: Snapshot.cxx,v 1.27 2009-01-19 16:52:32 stephena Exp $
+// $Id$
//============================================================================
#include <zlib.h>
Property changes on: trunk/stella/src/common/Snapshot.cxx
___________________________________________________________________
Added: svn:keywords
+ Id
Modified: trunk/stella/src/common/Snapshot.hxx
===================================================================
--- trunk/stella/src/common/Snapshot.hxx 2009-05-13 10:58:13 UTC (rev 1723)
+++ trunk/stella/src/common/Snapshot.hxx 2009-05-13 13:55:40 UTC (rev 1724)
@@ -13,7 +13,7 @@
// See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES.
//
-// $Id: Snapshot.hxx,v 1.16 2009-01-19 16:52:32 stephena Exp $
+// $Id$
//============================================================================
#ifndef SNAPSHOT_HXX
Property changes on: trunk/stella/src/common/Snapshot.hxx
___________________________________________________________________
Added: svn:keywords
+ Id
Modified: trunk/stella/src/common/SoundNull.cxx
===================================================================
--- trunk/stella/src/common/SoundNull.cxx 2009-05-13 10:58:13 UTC (rev 1723)
+++ trunk/stella/src/common/SoundNull.cxx 2009-05-13 13:55:40 UTC (rev 1724)
@@ -13,7 +13,7 @@
// See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES.
//
-// $Id: SoundNull.cxx,v 1.10 2009-01-26 15:05:25 stephena Exp $
+// $Id$
//============================================================================
#include "Serializer.hxx"
Property changes on: trunk/stella/src/common/SoundNull.cxx
___________________________________________________________________
Added: svn:keywords
+ Id
Modified: trunk/stella/src/common/SoundNull.hxx
===================================================================
--- trunk/stella/src/common/SoundNull.hxx 2009-05-13 10:58:13 UTC (rev 1723)
+++ trunk/stella/src/common/SoundNull.hxx 2009-05-13 13:55:40 UTC (rev 1724)
@@ -13,7 +13,7 @@
// See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES.
//
-// $Id: SoundNull.hxx,v 1.10 2009-01-26 15:05:25 stephena Exp $
+// $Id$
//============================================================================
#ifndef SOUND_NULL_HXX
@@ -31,7 +31,7 @@
is completely disabled.
@author Stephen Anthony
- @version $Id: SoundNull.hxx,v 1.10 2009-01-26 15:05:25 stephena Exp $
+ @version $Id$
*/
class SoundNull : public Sound
{
Property changes on: trunk/stella/src/common/SoundNull.hxx
___________________________________________________________________
Added: svn:keywords
+ Id
Modified: trunk/stella/src/common/SoundSDL.cxx
===================================================================
--- trunk/stella/src/common/SoundSDL.cxx 2009-05-13 10:58:13 UTC (rev 1723)
+++ trunk/stella/src/common/SoundSDL.cxx 2009-05-13 13:55:40 UTC (rev 1724)
@@ -13,7 +13,7 @@
// See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES.
//
-// $Id: SoundSDL.cxx,v 1.48 2009-01-22 00:49:32 stephena Exp $
+// $Id$
//============================================================================
#ifdef SOUND_SUPPORT
Property changes on: trunk/stella/src/common/SoundSDL.cxx
___________________________________________________________________
Added: svn:keywords
+ Id
Modified: trunk/stella/src/common/SoundSDL.hxx
===================================================================
--- trunk/stella/src/common/SoundSDL.hxx 2009-05-13 10:58:13 UTC (rev 1723)
+++ trunk/stella/src/common/SoundSDL.hxx 2009-05-13 13:55:40 UTC (rev 1724)
@@ -13,7 +13,7 @@
// See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES.
//
-// $Id: SoundSDL.hxx,v 1.23 2009-01-22 00:49:32 stephena Exp $
+// $Id$
//============================================================================
#ifndef SOUND_SDL_HXX
@@ -33,7 +33,7 @@
This class implements the sound API for SDL.
@author Stephen Anthony and Bradford W. Mott
- @version $Id: SoundSDL.hxx,v 1.23 2009-01-22 00:49:32 stephena Exp $
+ @version $Id$
*/
class SoundSDL : public Sound
{
Property changes on: trunk/stella/src/common/SoundSDL.hxx
___________________________________________________________________
Added: svn:keywords
+ Id
Modified: trunk/stella/src/common/mainSDL.cxx
===================================================================
--- trunk/stella/src/common/mainSDL.cxx 2009-05-13 10:58:13 UTC (rev 1723)
+++ trunk/stella/src/common/mainSDL.cxx 2009-05-13 13:55:40 UTC (rev 1724)
@@ -13,7 +13,7 @@
// See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES.
//
-// $Id: mainSDL.cxx,v 1.87 2009-01-24 17:32:29 stephena Exp $
+// $Id$
//============================================================================
#include <SDL.h>
Property changes on: trunk/stella/src/common/mainSDL.cxx
___________________________________________________________________
Added: svn:keywords
+ Id
Modified: trunk/stella/src/debugger/CpuDebug.cxx
===================================================================
--- trunk/stella/src/debugger/CpuDebug.cxx 2009-05-13 10:58:13 UTC (rev 1723)
+++ trunk/stella/src/debugger/CpuDebug.cxx 2009-05-13 13:55:40 UTC (rev 1724)
@@ -13,7 +13,7 @@
// See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES.
//
-// $Id: CpuDebug.cxx,v 1.14 2009-01-01 18:13:35 stephena Exp $
+// $Id$
//============================================================================
#include <sstream>
Property changes on: trunk/stella/src/debugger/CpuDebug.cxx
___________________________________________________________________
Added: svn:keywords
+ Id
Modified: trunk/stella/src/debugger/CpuDebug.hxx
===================================================================
--- trunk/stella/src/debugger/CpuDebug.hxx 2009-05-13 10:58:13 UTC (rev 1723)
+++ trunk/stella/src/debugger/CpuDebug.hxx 2009-05-13 13:55:40 UTC (rev 1724)
@@ -13,7 +13,7 @@
// See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES.
//
-// $Id: CpuDebug.hxx,v 1.15 2009-01-01 18:13:35 stephena Exp $
+// $Id$
//============================================================================
#ifndef CPU_DEBUG_HXX
Property changes on: trunk/stella/src/debugger/CpuDebug.hxx
___________________________________________________________________
Added: svn:keywords
+ Id
Modified: trunk/stella/src/debugger/Debugger.cxx
===================================================================
--- trunk/stella/src/debugger/Debugger.cxx 2009-05-13 10:58:13 UTC (rev 1723)
+++ trunk/stella/src/debugger/Debugger.cxx 2009-05-13 13:55:40 UTC (rev 1724)
@@ -13,7 +13,7 @@
// See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES.
//
-// $Id: Debugger.cxx,v 1.136 2009-04-13 15:17:06 stephena Exp $
+// $Id$
//============================================================================
#include "bspf.hxx"
Property changes on: trunk/stella/src/debugger/Debugger.cxx
___________________________________________________________________
Added: svn:keywords
+ Id
Modified: trunk/stella/src/debugger/Debugger.hxx
===================================================================
--- trunk/stella/src/debugger/Debugger.hxx 2009-05-13 10:58:13 UTC (rev 1723)
+++ trunk/stella/src/debugger/Debugger.hxx 2009-05-13 13:55:40 UTC (rev 1724)
@@ -13,7 +13,7 @@
// See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES.
//
-// $Id: Debugger.hxx,v 1.98 2009-01-01 18:13:35 stephena Exp $
+// $Id$
//============================================================================
#ifndef DEBUGGER_HXX
@@ -70,7 +70,7 @@
for all debugging operations in Stella (parser, 6502 debugger, etc).
@author Stephen Anthony
- @version $Id: Debugger.hxx,v 1.98 2009-01-01 18:13:35 stephena Exp $
+ @version $Id$
*/
class Debugger : public DialogContainer
{
Property changes on: trunk/stella/src/debugger/Debugger.hxx
___________________________________________________________________
Added: svn:keywords
+ Id
Modified: trunk/stella/src/debugger/DebuggerExpressions.hxx
===================================================================
--- trunk/stella/src/debugger/DebuggerExpressions.hxx 2009-05-13 10:58:13 UTC (rev 1723)
+++ trunk/stella/src/debugger/DebuggerExpressions.hxx 2009-05-13 13:55:40 UTC (rev 1724)
@@ -13,7 +13,7 @@
// See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES.
//
-// $Id: DebuggerExpressions.hxx,v 1.5 2009-01-01 18:13:35 stephena Exp $
+// $Id$
//============================================================================
#ifndef DEBUGGER_EXPRESSIONS_HXX
Property changes on: trunk/stella/src/debugger/DebuggerExpressions.hxx
___________________________________________________________________
Added: svn:keywords
+ Id
Modified: trunk/stella/src/debugger/DebuggerParser.cxx
===================================================================
--- trunk/stella/src/debugger/DebuggerParser.cxx 2009-05-13 10:58:13 UTC (rev 1723)
+++ trunk/stella/src/debugger/DebuggerParser.cxx 2009-05-13 13:55:40 UTC (rev 1724)
@@ -13,7 +13,7 @@
// See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES.
//
-// $Id: DebuggerParser.cxx,v 1.111 2009-04-13 15:17:06 stephena Exp $
+// $Id$
//============================================================================
#include <fstream>
Property changes on: trunk/stella/src/debugger/DebuggerParser.cxx
___________________________________________________________________
Added: svn:keywords
+ Id
Modified: trunk/stella/src/debugger/DebuggerParser.hxx
===================================================================
--- trunk/stella/src/debugger/DebuggerParser.hxx 2009-05-13 10:58:13 UTC (rev 1723)
+++ trunk/stella/src/debugger/DebuggerParser.hxx 2009-05-13 13:55:40 UTC (rev 1724)
@@ -13,7 +13,7 @@
// See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES.
//
-// $Id: DebuggerParser.hxx,v 1.53 2009-01-01 18:13:35 stephena Exp $
+// $Id$
//============================================================================
#ifndef DEBUGGER_PARSER_HXX
Property changes on: trunk/stella/src/debugger/DebuggerParser.hxx
___________________________________________________________________
Added: svn:keywords
+ Id
Modified: trunk/stella/src/debugger/DebuggerSystem.hxx
===================================================================
--- trunk/stella/src/debugger/DebuggerSystem.hxx 2009-05-13 10:58:13 UTC (rev 1723)
+++ trunk/stella/src/debugger/DebuggerSystem.hxx...
[truncated message content] |