From 85c4b3d88277113702a79afdae43ce277ff42dbc Mon Sep 17 00:00:00 2001 From: stephena Date: Wed, 13 May 2009 13:55:40 +0000 Subject: [PATCH] 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. git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1724 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba --- stella/configure | 20 - stella/src/cheat/BankRomCheat.cxx | 2 +- stella/src/cheat/BankRomCheat.hxx | 2 +- stella/src/cheat/Cheat.hxx | 2 +- stella/src/cheat/CheatCodeDialog.cxx | 2 +- stella/src/cheat/CheatCodeDialog.hxx | 2 +- stella/src/cheat/CheatManager.cxx | 2 +- stella/src/cheat/CheatManager.hxx | 4 +- stella/src/cheat/CheetahCheat.cxx | 2 +- stella/src/cheat/CheetahCheat.hxx | 2 +- stella/src/cheat/RamCheat.cxx | 2 +- stella/src/cheat/RamCheat.hxx | 2 +- stella/src/common/Array.hxx | 2 +- stella/src/common/FrameBufferGL.cxx | 2 +- stella/src/common/FrameBufferGL.hxx | 6 +- stella/src/common/FrameBufferSoft.cxx | 2 +- stella/src/common/FrameBufferSoft.hxx | 6 +- stella/src/common/RectList.cxx | 2 +- stella/src/common/RectList.hxx | 2 +- stella/src/common/SharedPtr.hxx | 2 +- stella/src/common/Snapshot.cxx | 2 +- stella/src/common/Snapshot.hxx | 2 +- stella/src/common/SoundNull.cxx | 2 +- stella/src/common/SoundNull.hxx | 4 +- stella/src/common/SoundSDL.cxx | 2 +- stella/src/common/SoundSDL.hxx | 4 +- stella/src/common/mainSDL.cxx | 2 +- stella/src/debugger/CpuDebug.cxx | 2 +- stella/src/debugger/CpuDebug.hxx | 2 +- stella/src/debugger/Debugger.cxx | 2 +- stella/src/debugger/Debugger.hxx | 4 +- stella/src/debugger/DebuggerExpressions.hxx | 2 +- stella/src/debugger/DebuggerParser.cxx | 2 +- stella/src/debugger/DebuggerParser.hxx | 2 +- stella/src/debugger/DebuggerSystem.hxx | 2 +- stella/src/debugger/EquateList.cxx | 2 +- stella/src/debugger/EquateList.hxx | 2 +- stella/src/debugger/Expression.cxx | 2 +- stella/src/debugger/Expression.hxx | 4 +- stella/src/debugger/PackedBitArray.cxx | 2 +- stella/src/debugger/PackedBitArray.hxx | 2 +- stella/src/debugger/RamDebug.cxx | 2 +- stella/src/debugger/RamDebug.hxx | 2 +- stella/src/debugger/RiotDebug.cxx | 2 +- stella/src/debugger/RiotDebug.hxx | 2 +- stella/src/debugger/TIADebug.cxx | 2 +- stella/src/debugger/TIADebug.hxx | 2 +- stella/src/debugger/gui/AudioWidget.cxx | 2 +- stella/src/debugger/gui/AudioWidget.hxx | 2 +- stella/src/debugger/gui/ColorWidget.cxx | 2 +- stella/src/debugger/gui/ColorWidget.hxx | 4 +- stella/src/debugger/gui/CpuWidget.cxx | 2 +- stella/src/debugger/gui/CpuWidget.hxx | 2 +- stella/src/debugger/gui/DataGridOpsWidget.cxx | 2 +- stella/src/debugger/gui/DataGridOpsWidget.hxx | 2 +- stella/src/debugger/gui/DataGridWidget.cxx | 2 +- stella/src/debugger/gui/DataGridWidget.hxx | 2 +- stella/src/debugger/gui/DebuggerDialog.cxx | 2 +- stella/src/debugger/gui/DebuggerDialog.hxx | 2 +- stella/src/debugger/gui/PromptWidget.cxx | 2 +- stella/src/debugger/gui/PromptWidget.hxx | 2 +- stella/src/debugger/gui/RamWidget.cxx | 2 +- stella/src/debugger/gui/RamWidget.hxx | 2 +- stella/src/debugger/gui/RiotWidget.cxx | 2 +- stella/src/debugger/gui/RiotWidget.hxx | 2 +- stella/src/debugger/gui/RomListWidget.cxx | 2 +- stella/src/debugger/gui/RomListWidget.hxx | 2 +- stella/src/debugger/gui/RomWidget.cxx | 2 +- stella/src/debugger/gui/RomWidget.hxx | 2 +- stella/src/debugger/gui/TiaInfoWidget.cxx | 2 +- stella/src/debugger/gui/TiaInfoWidget.hxx | 2 +- stella/src/debugger/gui/TiaOutputWidget.cxx | 2 +- stella/src/debugger/gui/TiaOutputWidget.hxx | 2 +- stella/src/debugger/gui/TiaWidget.cxx | 2 +- stella/src/debugger/gui/TiaWidget.hxx | 2 +- stella/src/debugger/gui/TiaZoomWidget.cxx | 2 +- stella/src/debugger/gui/TiaZoomWidget.hxx | 2 +- stella/src/debugger/gui/ToggleBitWidget.cxx | 2 +- stella/src/debugger/gui/ToggleBitWidget.hxx | 2 +- stella/src/debugger/gui/TogglePixelWidget.cxx | 2 +- stella/src/debugger/gui/TogglePixelWidget.hxx | 2 +- stella/src/debugger/gui/ToggleWidget.cxx | 2 +- stella/src/debugger/gui/ToggleWidget.hxx | 2 +- stella/src/emucore/AtariVox.cxx | 2 +- stella/src/emucore/AtariVox.hxx | 4 +- stella/src/emucore/Booster.cxx | 2 +- stella/src/emucore/Booster.hxx | 4 +- stella/src/emucore/Cart.cxx | 2 +- stella/src/emucore/Cart.hxx | 4 +- stella/src/emucore/Cart2K.cxx | 2 +- stella/src/emucore/Cart2K.hxx | 4 +- stella/src/emucore/Cart3E.cxx | 2 +- stella/src/emucore/Cart3E.hxx | 4 +- stella/src/emucore/Cart3F.cxx | 2 +- stella/src/emucore/Cart3F.hxx | 4 +- stella/src/emucore/Cart4A50.cxx | 2 +- stella/src/emucore/Cart4A50.hxx | 4 +- stella/src/emucore/Cart4K.cxx | 2 +- stella/src/emucore/Cart4K.hxx | 4 +- stella/src/emucore/CartAR.cxx | 2 +- stella/src/emucore/CartAR.hxx | 4 +- stella/src/emucore/CartCV.cxx | 2 +- stella/src/emucore/CartCV.hxx | 4 +- stella/src/emucore/CartDPC.cxx | 2 +- stella/src/emucore/CartDPC.hxx | 4 +- stella/src/emucore/CartE0.cxx | 2 +- stella/src/emucore/CartE0.hxx | 4 +- stella/src/emucore/CartE7.cxx | 2 +- stella/src/emucore/CartE7.hxx | 4 +- stella/src/emucore/CartEF.cxx | 2 +- stella/src/emucore/CartEF.hxx | 4 +- stella/src/emucore/CartEFSC.cxx | 2 +- stella/src/emucore/CartEFSC.hxx | 4 +- stella/src/emucore/CartF4.cxx | 2 +- stella/src/emucore/CartF4.hxx | 4 +- stella/src/emucore/CartF4SC.cxx | 2 +- stella/src/emucore/CartF4SC.hxx | 4 +- stella/src/emucore/CartF6.cxx | 2 +- stella/src/emucore/CartF6.hxx | 4 +- stella/src/emucore/CartF6SC.cxx | 2 +- stella/src/emucore/CartF6SC.hxx | 4 +- stella/src/emucore/CartF8.cxx | 2 +- stella/src/emucore/CartF8.hxx | 4 +- stella/src/emucore/CartF8SC.cxx | 2 +- stella/src/emucore/CartF8SC.hxx | 4 +- stella/src/emucore/CartFASC.cxx | 2 +- stella/src/emucore/CartFASC.hxx | 4 +- stella/src/emucore/CartFE.cxx | 2 +- stella/src/emucore/CartFE.hxx | 4 +- stella/src/emucore/CartMB.cxx | 2 +- stella/src/emucore/CartMB.hxx | 4 +- stella/src/emucore/CartMC.cxx | 2 +- stella/src/emucore/CartMC.hxx | 4 +- stella/src/emucore/CartUA.cxx | 2 +- stella/src/emucore/CartUA.hxx | 4 +- stella/src/emucore/Console.cxx | 2 +- stella/src/emucore/Console.hxx | 4 +- stella/src/emucore/Control.cxx | 2 +- stella/src/emucore/Control.hxx | 4 +- stella/src/emucore/Deserializer.cxx | 2 +- stella/src/emucore/Deserializer.hxx | 4 +- stella/src/emucore/Driving.cxx | 2 +- stella/src/emucore/Driving.hxx | 4 +- stella/src/emucore/Event.cxx | 2 +- stella/src/emucore/Event.hxx | 4 +- stella/src/emucore/EventHandler.cxx | 2 +- stella/src/emucore/EventHandler.hxx | 4 +- stella/src/emucore/FSNode.cxx | 2 +- stella/src/emucore/FSNode.hxx | 2 +- stella/src/emucore/FrameBuffer.cxx | 2 +- stella/src/emucore/FrameBuffer.hxx | 6 +- stella/src/emucore/Joystick.cxx | 2 +- stella/src/emucore/Joystick.hxx | 4 +- stella/src/emucore/Keyboard.cxx | 2 +- stella/src/emucore/Keyboard.hxx | 4 +- stella/src/emucore/KidVid.cxx | 2 +- stella/src/emucore/KidVid.hxx | 4 +- stella/src/emucore/M6532.cxx | 2 +- stella/src/emucore/M6532.hxx | 4 +- stella/src/emucore/MD5.cxx | 2 +- stella/src/emucore/MD5.hxx | 2 +- stella/src/emucore/MT24LC256.cxx | 2 +- stella/src/emucore/MT24LC256.hxx | 4 +- stella/src/emucore/MediaFactory.cxx | 2 +- stella/src/emucore/MediaFactory.hxx | 4 +- stella/src/emucore/OSystem.cxx | 2 +- stella/src/emucore/OSystem.hxx | 4 +- stella/src/emucore/Paddles.cxx | 2 +- stella/src/emucore/Paddles.hxx | 4 +- stella/src/emucore/Props.cxx | 2 +- stella/src/emucore/Props.hxx | 4 +- stella/src/emucore/PropsSet.cxx | 2 +- stella/src/emucore/PropsSet.hxx | 2 +- stella/src/emucore/Random.cxx | 2 +- stella/src/emucore/Random.hxx | 4 +- stella/src/emucore/SaveKey.cxx | 2 +- stella/src/emucore/SaveKey.hxx | 4 +- stella/src/emucore/SerialPort.hxx | 4 +- stella/src/emucore/Serializable.hxx | 4 +- stella/src/emucore/Serializer.cxx | 2 +- stella/src/emucore/Serializer.hxx | 4 +- stella/src/emucore/Settings.cxx | 2 +- stella/src/emucore/Settings.hxx | 4 +- stella/src/emucore/Sound.hxx | 4 +- stella/src/emucore/SpeakJet.cxx | 2 +- stella/src/emucore/SpeakJet.hxx | 4 +- stella/src/emucore/StateManager.cxx | 2 +- stella/src/emucore/StateManager.hxx | 4 +- stella/src/emucore/Switches.cxx | 2 +- stella/src/emucore/Switches.hxx | 4 +- stella/src/emucore/TIA.cxx | 2 +- stella/src/emucore/TIA.hxx | 4 +- stella/src/emucore/TIASnd.cxx | 2 +- stella/src/emucore/TIASnd.hxx | 4 +- stella/src/emucore/TIATables.cxx | 2 +- stella/src/emucore/TIATables.hxx | 4 +- stella/src/emucore/TrackBall.cxx | 2 +- stella/src/emucore/TrackBall.hxx | 4 +- stella/src/emucore/m6502/src/Device.cxx | 2 +- stella/src/emucore/m6502/src/Device.hxx | 4 +- stella/src/emucore/m6502/src/M6502.cxx | 2 +- stella/src/emucore/m6502/src/M6502.hxx | 4 +- stella/src/emucore/m6502/src/M6502.m4 | 4 +- stella/src/emucore/m6502/src/M6502Hi.cxx | 2 +- stella/src/emucore/m6502/src/M6502Hi.hxx | 4 +- stella/src/emucore/m6502/src/M6502Hi.ins | 8 +- stella/src/emucore/m6502/src/M6502Hi.m4 | 4 +- stella/src/emucore/m6502/src/M6502Low.cxx | 2 +- stella/src/emucore/m6502/src/M6502Low.hxx | 4 +- stella/src/emucore/m6502/src/M6502Low.ins | 8 +- stella/src/emucore/m6502/src/M6502Low.m4 | 4 +- stella/src/emucore/m6502/src/NullDev.cxx | 2 +- stella/src/emucore/m6502/src/NullDev.hxx | 4 +- stella/src/emucore/m6502/src/System.cxx | 2 +- stella/src/emucore/m6502/src/System.hxx | 4 +- .../src/emucore/m6502/src/bspf/src/bspf.hxx | 4 +- stella/src/emucore/misc/romtohex.cxx | 2 +- stella/src/emucore/rsynth/COPYING | 340 --- stella/src/emucore/rsynth/Elements.def | 1950 ----------------- stella/src/emucore/rsynth/PORTING | 61 - stella/src/emucore/rsynth/config.h | 170 -- stella/src/emucore/rsynth/darray.c | 138 -- stella/src/emucore/rsynth/darray.h | 99 - stella/src/emucore/rsynth/elements.c | 73 - stella/src/emucore/rsynth/holmes.c | 332 --- stella/src/emucore/rsynth/kmap | 71 - stella/src/emucore/rsynth/module.mk | 16 - stella/src/emucore/rsynth/opsynth.c | 601 ----- stella/src/emucore/rsynth/phfeat.h | 38 - stella/src/emucore/rsynth/phones.c | 52 - stella/src/emucore/rsynth/phones.def | 83 - stella/src/emucore/rsynth/phones.h | 21 - stella/src/emucore/rsynth/phtoelm.c | 408 ---- stella/src/emucore/rsynth/phtoelm.def | 111 - stella/src/emucore/rsynth/phtoelm.h | 18 - stella/src/emucore/rsynth/rsynth.h | 161 -- stella/src/emucore/rsynth/trie.c | 100 - stella/src/emucore/rsynth/trie.h | 40 - stella/src/emucore/rsynth/useconfig.h | 31 - stella/src/gp2x/FSNodeGP2X.cxx | 2 +- stella/src/gp2x/FrameBufferGP2X.cxx | 2 +- stella/src/gp2x/FrameBufferGP2X.hxx | 4 +- stella/src/gp2x/OSystemGP2X.cxx | 2 +- stella/src/gp2x/OSystemGP2X.hxx | 2 +- stella/src/gp2x/SettingsGP2X.cxx | 2 +- stella/src/gp2x/SettingsGP2X.hxx | 2 +- stella/src/gui/AboutDialog.cxx | 2 +- stella/src/gui/AboutDialog.hxx | 2 +- stella/src/gui/AudioDialog.cxx | 2 +- stella/src/gui/AudioDialog.hxx | 2 +- stella/src/gui/BrowserDialog.cxx | 2 +- stella/src/gui/BrowserDialog.hxx | 2 +- stella/src/gui/CheckListWidget.cxx | 2 +- stella/src/gui/CheckListWidget.hxx | 2 +- stella/src/gui/Command.hxx | 4 +- stella/src/gui/CommandDialog.cxx | 2 +- stella/src/gui/CommandDialog.hxx | 2 +- stella/src/gui/CommandMenu.cxx | 2 +- stella/src/gui/CommandMenu.hxx | 4 +- stella/src/gui/ConsoleFont.hxx | 2 +- stella/src/gui/ContextMenu.cxx | 2 +- stella/src/gui/ContextMenu.hxx | 2 +- stella/src/gui/Dialog.cxx | 2 +- stella/src/gui/Dialog.hxx | 4 +- stella/src/gui/DialogContainer.cxx | 2 +- stella/src/gui/DialogContainer.hxx | 4 +- stella/src/gui/EditTextWidget.cxx | 2 +- stella/src/gui/EditTextWidget.hxx | 2 +- stella/src/gui/EditableWidget.cxx | 2 +- stella/src/gui/EditableWidget.hxx | 2 +- stella/src/gui/EventMappingWidget.cxx | 2 +- stella/src/gui/EventMappingWidget.hxx | 2 +- stella/src/gui/FileSnapDialog.cxx | 2 +- stella/src/gui/FileSnapDialog.hxx | 2 +- stella/src/gui/Font.cxx | 2 +- stella/src/gui/Font.hxx | 2 +- stella/src/gui/GameInfoDialog.cxx | 2 +- stella/src/gui/GameInfoDialog.hxx | 2 +- stella/src/gui/GameList.cxx | 2 +- stella/src/gui/GameList.hxx | 2 +- stella/src/gui/GlobalPropsDialog.cxx | 2 +- stella/src/gui/GlobalPropsDialog.hxx | 2 +- stella/src/gui/GuiObject.hxx | 4 +- stella/src/gui/HelpDialog.cxx | 2 +- stella/src/gui/HelpDialog.hxx | 2 +- stella/src/gui/InputDialog.cxx | 2 +- stella/src/gui/InputDialog.hxx | 2 +- stella/src/gui/InputTextDialog.cxx | 2 +- stella/src/gui/InputTextDialog.hxx | 2 +- stella/src/gui/Launcher.cxx | 2 +- stella/src/gui/Launcher.hxx | 4 +- stella/src/gui/LauncherDialog.cxx | 2 +- stella/src/gui/LauncherDialog.hxx | 2 +- stella/src/gui/LauncherFilterDialog.cxx | 2 +- stella/src/gui/LauncherFilterDialog.hxx | 2 +- stella/src/gui/ListWidget.cxx | 2 +- stella/src/gui/ListWidget.hxx | 2 +- stella/src/gui/Menu.cxx | 2 +- stella/src/gui/Menu.hxx | 4 +- stella/src/gui/OptionsDialog.cxx | 2 +- stella/src/gui/OptionsDialog.hxx | 2 +- stella/src/gui/PopUpWidget.cxx | 2 +- stella/src/gui/PopUpWidget.hxx | 2 +- stella/src/gui/ProgressDialog.cxx | 2 +- stella/src/gui/ProgressDialog.hxx | 2 +- stella/src/gui/Rect.hxx | 2 +- stella/src/gui/RomAuditDialog.cxx | 2 +- stella/src/gui/RomAuditDialog.hxx | 2 +- stella/src/gui/RomInfoWidget.cxx | 2 +- stella/src/gui/RomInfoWidget.hxx | 2 +- stella/src/gui/ScrollBarWidget.cxx | 2 +- stella/src/gui/ScrollBarWidget.hxx | 2 +- stella/src/gui/Stack.hxx | 2 +- stella/src/gui/StellaFont.hxx | 2 +- stella/src/gui/StellaLargeFont.hxx | 2 +- stella/src/gui/StellaMediumFont.hxx | 2 +- stella/src/gui/StringList.hxx | 2 +- stella/src/gui/StringListWidget.cxx | 2 +- stella/src/gui/StringListWidget.hxx | 2 +- stella/src/gui/Surface.cxx | 2 +- stella/src/gui/Surface.hxx | 4 +- stella/src/gui/TabWidget.cxx | 2 +- stella/src/gui/TabWidget.hxx | 2 +- stella/src/gui/UIDialog.cxx | 2 +- stella/src/gui/UIDialog.hxx | 2 +- stella/src/gui/VideoDialog.cxx | 2 +- stella/src/gui/VideoDialog.hxx | 2 +- stella/src/gui/Widget.cxx | 2 +- stella/src/gui/Widget.hxx | 4 +- stella/src/macosx/AboutBox.h | 2 +- stella/src/macosx/AboutBoxTextView.h | 2 +- stella/src/macosx/Menus.h | 2 +- stella/src/macosx/MenusEvents.h | 2 +- stella/src/macosx/OSystemMACOSX.cxx | 2 +- stella/src/macosx/OSystemMACOSX.hxx | 4 +- stella/src/macosx/Preferences.h | 2 +- stella/src/macosx/SDLMain.h | 2 +- stella/src/macosx/SerialPortMACOSX.cxx | 2 +- stella/src/macosx/SerialPortMACOSX.hxx | 4 +- stella/src/macosx/SettingsMACOSX.cxx | 2 +- stella/src/macosx/SettingsMACOSX.hxx | 4 +- stella/src/unix/FSNodePOSIX.cxx | 2 +- stella/src/unix/OSystemUNIX.cxx | 2 +- stella/src/unix/OSystemUNIX.hxx | 4 +- stella/src/unix/SerialPortUNIX.cxx | 2 +- stella/src/unix/SerialPortUNIX.hxx | 4 +- stella/src/unix/SettingsUNIX.cxx | 2 +- stella/src/unix/SettingsUNIX.hxx | 4 +- stella/src/win32/FSNodeWin32.cxx | 2 +- stella/src/win32/OSystemWin32.cxx | 2 +- stella/src/win32/OSystemWin32.hxx | 4 +- stella/src/win32/SerialPortWin32.cxx | 2 +- stella/src/win32/SerialPortWin32.hxx | 4 +- stella/src/win32/SettingsWin32.cxx | 2 +- stella/src/win32/SettingsWin32.hxx | 2 +- stella/src/wince/FrameBufferWinCE.cpp | 2 +- stella/src/wince/FrameBufferWinCE.hxx | 2 +- stella/src/wince/OSystemWinCE.cxx | 2 +- stella/src/wince/OSystemWinCE.hxx | 2 +- stella/src/wince/PocketStella.cpp | 2 +- stella/src/wince/SettingsWinCE.cpp | 2 +- stella/src/wince/SoundWinCE.cxx | 2 +- stella/src/wince/missing.cpp | 2 +- stella/src/wince/missing.h | 2 +- stella/src/yacc/YaccParser.cxx | 2 +- stella/src/yacc/YaccParser.hxx | 2 +- 366 files changed, 444 insertions(+), 5378 deletions(-) delete mode 100644 stella/src/emucore/rsynth/COPYING delete mode 100644 stella/src/emucore/rsynth/Elements.def delete mode 100644 stella/src/emucore/rsynth/PORTING delete mode 100644 stella/src/emucore/rsynth/config.h delete mode 100644 stella/src/emucore/rsynth/darray.c delete mode 100644 stella/src/emucore/rsynth/darray.h delete mode 100644 stella/src/emucore/rsynth/elements.c delete mode 100644 stella/src/emucore/rsynth/holmes.c delete mode 100644 stella/src/emucore/rsynth/kmap delete mode 100644 stella/src/emucore/rsynth/module.mk delete mode 100644 stella/src/emucore/rsynth/opsynth.c delete mode 100644 stella/src/emucore/rsynth/phfeat.h delete mode 100644 stella/src/emucore/rsynth/phones.c delete mode 100644 stella/src/emucore/rsynth/phones.def delete mode 100644 stella/src/emucore/rsynth/phones.h delete mode 100644 stella/src/emucore/rsynth/phtoelm.c delete mode 100644 stella/src/emucore/rsynth/phtoelm.def delete mode 100644 stella/src/emucore/rsynth/phtoelm.h delete mode 100644 stella/src/emucore/rsynth/rsynth.h delete mode 100644 stella/src/emucore/rsynth/trie.c delete mode 100644 stella/src/emucore/rsynth/trie.h delete mode 100644 stella/src/emucore/rsynth/useconfig.h diff --git a/stella/configure b/stella/configure index 4ca5698f8..d75ec1ae5 100755 --- a/stella/configure +++ b/stella/configure @@ -27,7 +27,6 @@ _build_joystick=yes _build_cheats=yes _build_static=no _build_profile=no -_build_speakjet=no # more defaults _ranlib=ranlib @@ -192,8 +191,6 @@ Optional Features: --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 @@ for ac_option in $@; do --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 @@ else 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 @@ DBG="$SRC/debugger" 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 @@ if test "$_build_cheats" = yes ; then 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 diff --git a/stella/src/cheat/BankRomCheat.cxx b/stella/src/cheat/BankRomCheat.cxx index 018b5ed7a..a16cb1abe 100644 --- a/stella/src/cheat/BankRomCheat.cxx +++ b/stella/src/cheat/BankRomCheat.cxx @@ -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" diff --git a/stella/src/cheat/BankRomCheat.hxx b/stella/src/cheat/BankRomCheat.hxx index 5a88edb54..42c150880 100644 --- a/stella/src/cheat/BankRomCheat.hxx +++ b/stella/src/cheat/BankRomCheat.hxx @@ -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 diff --git a/stella/src/cheat/Cheat.hxx b/stella/src/cheat/Cheat.hxx index 44dc69ad2..6fe2894c1 100644 --- a/stella/src/cheat/Cheat.hxx +++ b/stella/src/cheat/Cheat.hxx @@ -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 diff --git a/stella/src/cheat/CheatCodeDialog.cxx b/stella/src/cheat/CheatCodeDialog.cxx index 35f292a3b..ada0f1065 100644 --- a/stella/src/cheat/CheatCodeDialog.cxx +++ b/stella/src/cheat/CheatCodeDialog.cxx @@ -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 diff --git a/stella/src/cheat/CheatCodeDialog.hxx b/stella/src/cheat/CheatCodeDialog.hxx index 089180710..6d08c9e40 100644 --- a/stella/src/cheat/CheatCodeDialog.hxx +++ b/stella/src/cheat/CheatCodeDialog.hxx @@ -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 diff --git a/stella/src/cheat/CheatManager.cxx b/stella/src/cheat/CheatManager.cxx index 12a0fb903..c34c8bf06 100644 --- a/stella/src/cheat/CheatManager.cxx +++ b/stella/src/cheat/CheatManager.cxx @@ -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 diff --git a/stella/src/cheat/CheatManager.hxx b/stella/src/cheat/CheatManager.hxx index 75a573a7b..f3acefec4 100644 --- a/stella/src/cheat/CheatManager.hxx +++ b/stella/src/cheat/CheatManager.hxx @@ -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 @@ typedef map CheatCodeMap; 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 { diff --git a/stella/src/cheat/CheetahCheat.cxx b/stella/src/cheat/CheetahCheat.cxx index 946575649..16787fbc5 100644 --- a/stella/src/cheat/CheetahCheat.cxx +++ b/stella/src/cheat/CheetahCheat.cxx @@ -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" diff --git a/stella/src/cheat/CheetahCheat.hxx b/stella/src/cheat/CheetahCheat.hxx index de741ffb9..310b0bb1c 100644 --- a/stella/src/cheat/CheetahCheat.hxx +++ b/stella/src/cheat/CheetahCheat.hxx @@ -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 diff --git a/stella/src/cheat/RamCheat.cxx b/stella/src/cheat/RamCheat.cxx index 954a93450..4bf1090c1 100644 --- a/stella/src/cheat/RamCheat.cxx +++ b/stella/src/cheat/RamCheat.cxx @@ -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" diff --git a/stella/src/cheat/RamCheat.hxx b/stella/src/cheat/RamCheat.hxx index b067ed6be..30c88f6b0 100644 --- a/stella/src/cheat/RamCheat.hxx +++ b/stella/src/cheat/RamCheat.hxx @@ -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 diff --git a/stella/src/common/Array.hxx b/stella/src/common/Array.hxx index 420233dcc..9f3839194 100644 --- a/stella/src/common/Array.hxx +++ b/stella/src/common/Array.hxx @@ -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 diff --git a/stella/src/common/FrameBufferGL.cxx b/stella/src/common/FrameBufferGL.cxx index 50d6ba2f3..b2dd5d901 100644 --- a/stella/src/common/FrameBufferGL.cxx +++ b/stella/src/common/FrameBufferGL.cxx @@ -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 diff --git a/stella/src/common/FrameBufferGL.hxx b/stella/src/common/FrameBufferGL.hxx index 9714384f7..d5b4093a3 100644 --- a/stella/src/common/FrameBufferGL.hxx +++ b/stella/src/common/FrameBufferGL.hxx @@ -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 @@ class FBSurfaceGL; 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 @@ class FrameBufferGL : public FrameBuffer 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 { diff --git a/stella/src/common/FrameBufferSoft.cxx b/stella/src/common/FrameBufferSoft.cxx index f0fc11600..f118d90aa 100644 --- a/stella/src/common/FrameBufferSoft.cxx +++ b/stella/src/common/FrameBufferSoft.cxx @@ -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 diff --git a/stella/src/common/FrameBufferSoft.hxx b/stella/src/common/FrameBufferSoft.hxx index 62d89deb7..32354649d 100644 --- a/stella/src/common/FrameBufferSoft.hxx +++ b/stella/src/common/FrameBufferSoft.hxx @@ -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 @@ class RectList; 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 @@ class FrameBufferSoft : public FrameBuffer 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 { diff --git a/stella/src/common/RectList.cxx b/stella/src/common/RectList.cxx index 5e5199960..9f4f1fca3 100644 --- a/stella/src/common/RectList.cxx +++ b/stella/src/common/RectList.cxx @@ -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 diff --git a/stella/src/common/RectList.hxx b/stella/src/common/RectList.hxx index 4a1cb57fa..b90e0e86f 100644 --- a/stella/src/common/RectList.hxx +++ b/stella/src/common/RectList.hxx @@ -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 diff --git a/stella/src/common/SharedPtr.hxx b/stella/src/common/SharedPtr.hxx index edc6a7cf2..88b140ce5 100644 --- a/stella/src/common/SharedPtr.hxx +++ b/stella/src/common/SharedPtr.hxx @@ -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 diff --git a/stella/src/common/Snapshot.cxx b/stella/src/common/Snapshot.cxx index 054df8457..d564650ab 100644 --- a/stella/src/common/Snapshot.cxx +++ b/stella/src/common/Snapshot.cxx @@ -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 diff --git a/stella/src/common/Snapshot.hxx b/stella/src/common/Snapshot.hxx index 9cc63c81f..6310d5127 100644 --- a/stella/src/common/Snapshot.hxx +++ b/stella/src/common/Snapshot.hxx @@ -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 diff --git a/stella/src/common/SoundNull.cxx b/stella/src/common/SoundNull.cxx index dcfa3d95a..419c015a8 100644 --- a/stella/src/common/SoundNull.cxx +++ b/stella/src/common/SoundNull.cxx @@ -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" diff --git a/stella/src/common/SoundNull.hxx b/stella/src/common/SoundNull.hxx index 195e1f7e0..5b96206a9 100644 --- a/stella/src/common/SoundNull.hxx +++ b/stella/src/common/SoundNull.hxx @@ -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 @@ class Deserializer; 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 { diff --git a/stella/src/common/SoundSDL.cxx b/stella/src/common/SoundSDL.cxx index b6be49851..6685a686a 100644 --- a/stella/src/common/SoundSDL.cxx +++ b/stella/src/common/SoundSDL.cxx @@ -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 diff --git a/stella/src/common/SoundSDL.hxx b/stella/src/common/SoundSDL.hxx index deb071ad2..d7e4689ac 100644 --- a/stella/src/common/SoundSDL.hxx +++ b/stella/src/common/SoundSDL.hxx @@ -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 @@ class OSystem; 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 { diff --git a/stella/src/common/mainSDL.cxx b/stella/src/common/mainSDL.cxx index 244c95421..08f5526d3 100644 --- a/stella/src/common/mainSDL.cxx +++ b/stella/src/common/mainSDL.cxx @@ -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 diff --git a/stella/src/debugger/CpuDebug.cxx b/stella/src/debugger/CpuDebug.cxx index 0dd462487..78fa148d1 100644 --- a/stella/src/debugger/CpuDebug.cxx +++ b/stella/src/debugger/CpuDebug.cxx @@ -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 diff --git a/stella/src/debugger/CpuDebug.hxx b/stella/src/debugger/CpuDebug.hxx index 11a5e98a2..405170206 100644 --- a/stella/src/debugger/CpuDebug.hxx +++ b/stella/src/debugger/CpuDebug.hxx @@ -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 diff --git a/stella/src/debugger/Debugger.cxx b/stella/src/debugger/Debugger.cxx index ecff4f410..725db6138 100644 --- a/stella/src/debugger/Debugger.cxx +++ b/stella/src/debugger/Debugger.cxx @@ -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" diff --git a/stella/src/debugger/Debugger.hxx b/stella/src/debugger/Debugger.hxx index 4e1014ac1..1a9f52323 100644 --- a/stella/src/debugger/Debugger.hxx +++ b/stella/src/debugger/Debugger.hxx @@ -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 @@ typedef uInt16 (Debugger::*DEBUGGER_WORD_METHOD)(); 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 { diff --git a/stella/src/debugger/DebuggerExpressions.hxx b/stella/src/debugger/DebuggerExpressions.hxx index bba6fcc43..500d241ae 100644 --- a/stella/src/debugger/DebuggerExpressions.hxx +++ b/stella/src/debugger/DebuggerExpressions.hxx @@ -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 diff --git a/stella/src/debugger/DebuggerParser.cxx b/stella/src/debugger/DebuggerParser.cxx index 1810acf9c..a67bc0462 100644 --- a/stella/src/debugger/DebuggerParser.cxx +++ b/stella/src/debugger/DebuggerParser.cxx @@ -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 diff --git a/stella/src/debugger/DebuggerParser.hxx b/stella/src/debugger/DebuggerParser.hxx index 585f2024f..f1dee708b 100644 --- a/stella/src/debugger/DebuggerParser.hxx +++ b/stella/src/debugger/DebuggerParser.hxx @@ -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 diff --git a/stella/src/debugger/DebuggerSystem.hxx b/stella/src/debugger/DebuggerSystem.hxx index efe2df1e0..f8679d4a0 100644 --- a/stella/src/debugger/DebuggerSystem.hxx +++ b/stella/src/debugger/DebuggerSystem.hxx @@ -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: DebuggerSystem.hxx,v 1.8 2009-01-01 18:13:35 stephena Exp $ +// $Id$ //============================================================================ #ifndef DEBUGGER_SYSTEM_HXX diff --git a/stella/src/debugger/EquateList.cxx b/stella/src/debugger/EquateList.cxx index 300c1a934..c1fe3fba1 100644 --- a/stella/src/debugger/EquateList.cxx +++ b/stella/src/debugger/EquateList.cxx @@ -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: EquateList.cxx,v 1.35 2009-01-01 18:13:35 stephena Exp $ +// $Id$ //============================================================================ #include diff --git a/stella/src/debugger/EquateList.hxx b/stella/src/debugger/EquateList.hxx index 3dee6f5ec..21ed71ad8 100644 --- a/stella/src/debugger/EquateList.hxx +++ b/stella/src/debugger/EquateList.hxx @@ -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: EquateList.hxx,v 1.23 2009-01-01 18:13:35 stephena Exp $ +// $Id$ //============================================================================ #ifndef EQUATELIST_HXX diff --git a/stella/src/debugger/Expression.cxx b/stella/src/debugger/Expression.cxx index ffea6183c..b442708fc 100644 --- a/stella/src/debugger/Expression.cxx +++ b/stella/src/debugger/Expression.cxx @@ -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: Expression.cxx,v 1.6 2009-01-01 18:13:35 stephena Exp $ +// $Id$ //============================================================================ #include "Expression.hxx" diff --git a/stella/src/debugger/Expression.hxx b/stella/src/debugger/Expression.hxx index 653b90841..830da7c76 100644 --- a/stella/src/debugger/Expression.hxx +++ b/stella/src/debugger/Expression.hxx @@ -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: Expression.hxx,v 1.7 2009-01-01 18:13:35 stephena Exp $ +// $Id$ //============================================================================ #ifndef EXPRESSION_HXX @@ -32,7 +32,7 @@ can represent complex expression statements. @author Stephen Anthony - @version $Id: Expression.hxx,v 1.7 2009-01-01 18:13:35 stephena Exp $ + @version $Id$ */ class Expression { diff --git a/stella/src/debugger/PackedBitArray.cxx b/stella/src/debugger/PackedBitArray.cxx index 18b141382..81aef9d9b 100644 --- a/stella/src/debugger/PackedBitArray.cxx +++ b/stella/src/debugger/PackedBitArray.cxx @@ -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: PackedBitArray.cxx,v 1.9 2009-01-01 18:13:35 stephena Exp $ +// $Id$ //============================================================================ #include "bspf.hxx" diff --git a/stella/src/debugger/PackedBitArray.hxx b/stella/src/debugger/PackedBitArray.hxx index 1b0ed4964..71f553766 100644 --- a/stella/src/debugger/PackedBitArray.hxx +++ b/stella/src/debugger/PackedBitArray.hxx @@ -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: PackedBitArray.hxx,v 1.6 2009-01-01 18:13:35 stephena Exp $ +// $Id$ //============================================================================ #ifndef PACKEDBITARRAY_HXX diff --git a/stella/src/debugger/RamDebug.cxx b/stella/src/debugger/RamDebug.cxx index 956d38dfa..9b6dbb07b 100644 --- a/stella/src/debugger/RamDebug.cxx +++ b/stella/src/debugger/RamDebug.cxx @@ -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: RamDebug.cxx,v 1.9 2009-01-01 18:13:35 stephena Exp $ +// $Id$ //============================================================================ #include "Array.hxx" diff --git a/stella/src/debugger/RamDebug.hxx b/stella/src/debugger/RamDebug.hxx index 1fb6c25ce..b48f87266 100644 --- a/stella/src/debugger/RamDebug.hxx +++ b/stella/src/debugger/RamDebug.hxx @@ -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: RamDebug.hxx,v 1.8 2009-01-01 18:13:35 stephena Exp $ +// $Id$ //============================================================================ #ifndef RAM_DEBUG_HXX diff --git a/stella/src/debugger/RiotDebug.cxx b/stella/src/debugger/RiotDebug.cxx index cfe974b32..0dfeccfbe 100644 --- a/stella/src/debugger/RiotDebug.cxx +++ b/stella/src/debugger/RiotDebug.cxx @@ -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: RiotDebug.cxx,v 1.9 2009-01-01 18:13:35 stephena Exp $ +// $Id$ //============================================================================ #include diff --git a/stella/src/debugger/RiotDebug.hxx b/stella/src/debugger/RiotDebug.hxx index 8ae24170e..c8155d34f 100644 --- a/stella/src/debugger/RiotDebug.hxx +++ b/stella/src/debugger/RiotDebug.hxx @@ -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: RiotDebug.hxx,v 1.5 2009-01-01 18:13:35 stephena Exp $ +// $Id$ //============================================================================ #ifndef RIOT_DEBUG_HXX diff --git a/stella/src/debugger/TIADebug.cxx b/stella/src/debugger/TIADebug.cxx index 4882ba2c3..443f1e30c 100644 --- a/stella/src/debugger/TIADebug.cxx +++ b/stella/src/debugger/TIADebug.cxx @@ -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: TIADebug.cxx,v 1.31 2009-03-16 00:23:42 stephena Exp $ +// $Id$ //============================================================================ //#define NEWTIA diff --git a/stella/src/debugger/TIADebug.hxx b/stella/src/debugger/TIADebug.hxx index f3cb71de0..158282de4 100644 --- a/stella/src/debugger/TIADebug.hxx +++ b/stella/src/debugger/TIADebug.hxx @@ -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: TIADebug.hxx,v 1.26 2009-01-19 16:52:32 stephena Exp $ +// $Id$ //============================================================================ #ifndef TIA_DEBUG_HXX diff --git a/stella/src/debugger/gui/AudioWidget.cxx b/stella/src/debugger/gui/AudioWidget.cxx index 6cff1ee6a..f3c24e2f3 100644 --- a/stella/src/debugger/gui/AudioWidget.cxx +++ b/stella/src/debugger/gui/AudioWidget.cxx @@ -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: AudioWidget.cxx,v 1.9 2009-01-01 18:13:35 stephena Exp $ +// $Id$ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/debugger/gui/AudioWidget.hxx b/stella/src/debugger/gui/AudioWidget.hxx index 3e3677791..a12fe2aec 100644 --- a/stella/src/debugger/gui/AudioWidget.hxx +++ b/stella/src/debugger/gui/AudioWidget.hxx @@ -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: AudioWidget.hxx,v 1.6 2009-01-01 18:13:35 stephena Exp $ +// $Id$ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/debugger/gui/ColorWidget.cxx b/stella/src/debugger/gui/ColorWidget.cxx index 370a38c48..df1314034 100644 --- a/stella/src/debugger/gui/ColorWidget.cxx +++ b/stella/src/debugger/gui/ColorWidget.cxx @@ -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: ColorWidget.cxx,v 1.12 2009-01-03 22:57:12 stephena Exp $ +// $Id$ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/debugger/gui/ColorWidget.hxx b/stella/src/debugger/gui/ColorWidget.hxx index a61b327fe..ffde9bf31 100644 --- a/stella/src/debugger/gui/ColorWidget.hxx +++ b/stella/src/debugger/gui/ColorWidget.hxx @@ -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: ColorWidget.hxx,v 1.6 2009-01-01 18:13:35 stephena Exp $ +// $Id$ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project @@ -35,7 +35,7 @@ class GuiObject; be expanded with a TIA palette table, to set the color visually. @author Stephen Anthony - @version $Id: ColorWidget.hxx,v 1.6 2009-01-01 18:13:35 stephena Exp $ + @version $Id$ */ class ColorWidget : public Widget, public CommandSender { diff --git a/stella/src/debugger/gui/CpuWidget.cxx b/stella/src/debugger/gui/CpuWidget.cxx index 0b02f497c..a9cf16768 100644 --- a/stella/src/debugger/gui/CpuWidget.cxx +++ b/stella/src/debugger/gui/CpuWidget.cxx @@ -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: CpuWidget.cxx,v 1.16 2009-04-13 15:17:07 stephena Exp $ +// $Id$ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/debugger/gui/CpuWidget.hxx b/stella/src/debugger/gui/CpuWidget.hxx index 9899ac161..fa56e1c01 100644 --- a/stella/src/debugger/gui/CpuWidget.hxx +++ b/stella/src/debugger/gui/CpuWidget.hxx @@ -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: CpuWidget.hxx,v 1.6 2009-04-13 15:17:07 stephena Exp $ +// $Id$ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/debugger/gui/DataGridOpsWidget.cxx b/stella/src/debugger/gui/DataGridOpsWidget.cxx index a482ebe5d..91e6b8830 100644 --- a/stella/src/debugger/gui/DataGridOpsWidget.cxx +++ b/stella/src/debugger/gui/DataGridOpsWidget.cxx @@ -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: DataGridOpsWidget.cxx,v 1.9 2009-01-01 18:13:35 stephena Exp $ +// $Id$ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/debugger/gui/DataGridOpsWidget.hxx b/stella/src/debugger/gui/DataGridOpsWidget.hxx index 3c3e8c9fa..5d85284d5 100644 --- a/stella/src/debugger/gui/DataGridOpsWidget.hxx +++ b/stella/src/debugger/gui/DataGridOpsWidget.hxx @@ -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: DataGridOpsWidget.hxx,v 1.6 2009-01-01 18:13:35 stephena Exp $ +// $Id$ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/debugger/gui/DataGridWidget.cxx b/stella/src/debugger/gui/DataGridWidget.cxx index 032751941..ba1203256 100644 --- a/stella/src/debugger/gui/DataGridWidget.cxx +++ b/stella/src/debugger/gui/DataGridWidget.cxx @@ -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: DataGridWidget.cxx,v 1.17 2009-01-03 22:57:12 stephena Exp $ +// $Id$ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/debugger/gui/DataGridWidget.hxx b/stella/src/debugger/gui/DataGridWidget.hxx index e4af7739a..7b0f30a51 100644 --- a/stella/src/debugger/gui/DataGridWidget.hxx +++ b/stella/src/debugger/gui/DataGridWidget.hxx @@ -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: DataGridWidget.hxx,v 1.6 2009-01-01 18:13:35 stephena Exp $ +// $Id$ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/debugger/gui/DebuggerDialog.cxx b/stella/src/debugger/gui/DebuggerDialog.cxx index 45526daf5..7ffacb134 100644 --- a/stella/src/debugger/gui/DebuggerDialog.cxx +++ b/stella/src/debugger/gui/DebuggerDialog.cxx @@ -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: DebuggerDialog.cxx,v 1.27 2009-01-01 18:13:35 stephena Exp $ +// $Id$ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/debugger/gui/DebuggerDialog.hxx b/stella/src/debugger/gui/DebuggerDialog.hxx index 4bba7cb97..1a6c59c4b 100644 --- a/stella/src/debugger/gui/DebuggerDialog.hxx +++ b/stella/src/debugger/gui/DebuggerDialog.hxx @@ -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: DebuggerDialog.hxx,v 1.8 2009-01-01 18:13:35 stephena Exp $ +// $Id$ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/debugger/gui/PromptWidget.cxx b/stella/src/debugger/gui/PromptWidget.cxx index 8f26ab0da..532cbeee2 100644 --- a/stella/src/debugger/gui/PromptWidget.cxx +++ b/stella/src/debugger/gui/PromptWidget.cxx @@ -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: PromptWidget.cxx,v 1.29 2009-01-04 02:28:12 stephena Exp $ +// $Id$ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/debugger/gui/PromptWidget.hxx b/stella/src/debugger/gui/PromptWidget.hxx index b86dccb29..447072e75 100644 --- a/stella/src/debugger/gui/PromptWidget.hxx +++ b/stella/src/debugger/gui/PromptWidget.hxx @@ -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: PromptWidget.hxx,v 1.17 2009-01-15 01:31:26 stephena Exp $ +// $Id$ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/debugger/gui/RamWidget.cxx b/stella/src/debugger/gui/RamWidget.cxx index eeb14d763..b3aa108ea 100644 --- a/stella/src/debugger/gui/RamWidget.cxx +++ b/stella/src/debugger/gui/RamWidget.cxx @@ -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: RamWidget.cxx,v 1.22 2009-01-11 15:01:36 stephena Exp $ +// $Id$ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/debugger/gui/RamWidget.hxx b/stella/src/debugger/gui/RamWidget.hxx index 25be4fee5..73ebe59b0 100644 --- a/stella/src/debugger/gui/RamWidget.hxx +++ b/stella/src/debugger/gui/RamWidget.hxx @@ -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: RamWidget.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 diff --git a/stella/src/debugger/gui/RiotWidget.cxx b/stella/src/debugger/gui/RiotWidget.cxx index bb22744f5..cb02aa89a 100644 --- a/stella/src/debugger/gui/RiotWidget.cxx +++ b/stella/src/debugger/gui/RiotWidget.cxx @@ -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: RiotWidget.cxx,v 1.8 2009-01-01 18:13:35 stephena Exp $ +// $Id$ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/debugger/gui/RiotWidget.hxx b/stella/src/debugger/gui/RiotWidget.hxx index 2dacc7951..850ce7391 100644 --- a/stella/src/debugger/gui/RiotWidget.hxx +++ b/stella/src/debugger/gui/RiotWidget.hxx @@ -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: RiotWidget.hxx,v 1.6 2009-01-01 18:13:35 stephena Exp $ +// $Id$ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/debugger/gui/RomListWidget.cxx b/stella/src/debugger/gui/RomListWidget.cxx index 91699c024..dcb34ddf8 100644 --- a/stella/src/debugger/gui/RomListWidget.cxx +++ b/stella/src/debugger/gui/RomListWidget.cxx @@ -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: RomListWidget.cxx,v 1.18 2009-01-15 18:45:23 stephena Exp $ +// $Id$ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/debugger/gui/RomListWidget.hxx b/stella/src/debugger/gui/RomListWidget.hxx index c51f91e74..8fabf85a7 100644 --- a/stella/src/debugger/gui/RomListWidget.hxx +++ b/stella/src/debugger/gui/RomListWidget.hxx @@ -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: RomListWidget.hxx,v 1.10 2009-01-15 18:45:23 stephena Exp $ +// $Id$ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/debugger/gui/RomWidget.cxx b/stella/src/debugger/gui/RomWidget.cxx index 475967280..9fe606792 100644 --- a/stella/src/debugger/gui/RomWidget.cxx +++ b/stella/src/debugger/gui/RomWidget.cxx @@ -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: RomWidget.cxx,v 1.29 2009-01-11 15:01:36 stephena Exp $ +// $Id$ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/debugger/gui/RomWidget.hxx b/stella/src/debugger/gui/RomWidget.hxx index e12f25ef4..a7a078129 100644 --- a/stella/src/debugger/gui/RomWidget.hxx +++ b/stella/src/debugger/gui/RomWidget.hxx @@ -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: RomWidget.hxx,v 1.11 2009-01-01 18:13:35 stephena Exp $ +// $Id$ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/debugger/gui/TiaInfoWidget.cxx b/stella/src/debugger/gui/TiaInfoWidget.cxx index 8a06f10ed..c8c757d40 100644 --- a/stella/src/debugger/gui/TiaInfoWidget.cxx +++ b/stella/src/debugger/gui/TiaInfoWidget.cxx @@ -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: TiaInfoWidget.cxx,v 1.11 2009-01-01 18:13:35 stephena Exp $ +// $Id$ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/debugger/gui/TiaInfoWidget.hxx b/stella/src/debugger/gui/TiaInfoWidget.hxx index 63927256f..e8b5cce16 100644 --- a/stella/src/debugger/gui/TiaInfoWidget.hxx +++ b/stella/src/debugger/gui/TiaInfoWidget.hxx @@ -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: TiaInfoWidget.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 diff --git a/stella/src/debugger/gui/TiaOutputWidget.cxx b/stella/src/debugger/gui/TiaOutputWidget.cxx index 9718046ef..dff89ea17 100644 --- a/stella/src/debugger/gui/TiaOutputWidget.cxx +++ b/stella/src/debugger/gui/TiaOutputWidget.cxx @@ -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: TiaOutputWidget.cxx,v 1.26 2009-01-19 16:52:32 stephena Exp $ +// $Id$ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/debugger/gui/TiaOutputWidget.hxx b/stella/src/debugger/gui/TiaOutputWidget.hxx index 7e7d46038..88690def1 100644 --- a/stella/src/debugger/gui/TiaOutputWidget.hxx +++ b/stella/src/debugger/gui/TiaOutputWidget.hxx @@ -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: TiaOutputWidget.hxx,v 1.8 2009-01-11 02:23:45 stephena Exp $ +// $Id$ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/debugger/gui/TiaWidget.cxx b/stella/src/debugger/gui/TiaWidget.cxx index 91741b262..87dfa6a39 100644 --- a/stella/src/debugger/gui/TiaWidget.cxx +++ b/stella/src/debugger/gui/TiaWidget.cxx @@ -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: TiaWidget.cxx,v 1.16 2009-03-26 19:46:05 stephena Exp $ +// $Id$ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/debugger/gui/TiaWidget.hxx b/stella/src/debugger/gui/TiaWidget.hxx index 39b0cff72..0e6ebf9cd 100644 --- a/stella/src/debugger/gui/TiaWidget.hxx +++ b/stella/src/debugger/gui/TiaWidget.hxx @@ -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: TiaWidget.hxx,v 1.8 2009-01-01 18:13:35 stephena Exp $ +// $Id$ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/debugger/gui/TiaZoomWidget.cxx b/stella/src/debugger/gui/TiaZoomWidget.cxx index 0d0d02acd..559ab0d53 100644 --- a/stella/src/debugger/gui/TiaZoomWidget.cxx +++ b/stella/src/debugger/gui/TiaZoomWidget.cxx @@ -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: TiaZoomWidget.cxx,v 1.23 2009-01-19 16:52:32 stephena Exp $ +// $Id$ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/debugger/gui/TiaZoomWidget.hxx b/stella/src/debugger/gui/TiaZoomWidget.hxx index d2b7cbc86..949f10fa5 100644 --- a/stella/src/debugger/gui/TiaZoomWidget.hxx +++ b/stella/src/debugger/gui/TiaZoomWidget.hxx @@ -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: TiaZoomWidget.hxx,v 1.10 2009-01-01 18:13:35 stephena Exp $ +// $Id$ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/debugger/gui/ToggleBitWidget.cxx b/stella/src/debugger/gui/ToggleBitWidget.cxx index b9bedb908..025acc679 100644 --- a/stella/src/debugger/gui/ToggleBitWidget.cxx +++ b/stella/src/debugger/gui/ToggleBitWidget.cxx @@ -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: ToggleBitWidget.cxx,v 1.10 2009-01-01 18:13:35 stephena Exp $ +// $Id$ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/debugger/gui/ToggleBitWidget.hxx b/stella/src/debugger/gui/ToggleBitWidget.hxx index 12cf3cfe2..b333d5681 100644 --- a/stella/src/debugger/gui/ToggleBitWidget.hxx +++ b/stella/src/debugger/gui/ToggleBitWidget.hxx @@ -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: ToggleBitWidget.hxx,v 1.5 2009-01-01 18:13:35 stephena Exp $ +// $Id$ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/debugger/gui/TogglePixelWidget.cxx b/stella/src/debugger/gui/TogglePixelWidget.cxx index d95ac14d2..fdee88bc6 100644 --- a/stella/src/debugger/gui/TogglePixelWidget.cxx +++ b/stella/src/debugger/gui/TogglePixelWidget.cxx @@ -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: TogglePixelWidget.cxx,v 1.11 2009-01-03 22:57:12 stephena Exp $ +// $Id$ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/debugger/gui/TogglePixelWidget.hxx b/stella/src/debugger/gui/TogglePixelWidget.hxx index abb1cbecc..61c8f65ad 100644 --- a/stella/src/debugger/gui/TogglePixelWidget.hxx +++ b/stella/src/debugger/gui/TogglePixelWidget.hxx @@ -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: TogglePixelWidget.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 diff --git a/stella/src/debugger/gui/ToggleWidget.cxx b/stella/src/debugger/gui/ToggleWidget.cxx index 0a20bbc88..3487b5b14 100644 --- a/stella/src/debugger/gui/ToggleWidget.cxx +++ b/stella/src/debugger/gui/ToggleWidget.cxx @@ -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: ToggleWidget.cxx,v 1.10 2009-01-01 18:13:35 stephena Exp $ +// $Id$ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/debugger/gui/ToggleWidget.hxx b/stella/src/debugger/gui/ToggleWidget.hxx index 7939c2a5c..694e6dad5 100644 --- a/stella/src/debugger/gui/ToggleWidget.hxx +++ b/stella/src/debugger/gui/ToggleWidget.hxx @@ -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: ToggleWidget.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 diff --git a/stella/src/emucore/AtariVox.cxx b/stella/src/emucore/AtariVox.cxx index 758a1bf18..bfbd43964 100644 --- a/stella/src/emucore/AtariVox.cxx +++ b/stella/src/emucore/AtariVox.cxx @@ -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: AtariVox.cxx,v 1.22 2009-01-26 21:08:05 stephena Exp $ +// $Id$ //============================================================================ #ifdef SPEAKJET_EMULATION diff --git a/stella/src/emucore/AtariVox.hxx b/stella/src/emucore/AtariVox.hxx index 096a59d42..10ea8b462 100644 --- a/stella/src/emucore/AtariVox.hxx +++ b/stella/src/emucore/AtariVox.hxx @@ -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: AtariVox.hxx,v 1.16 2009-01-26 21:08:05 stephena Exp $ +// $Id$ //============================================================================ #ifndef ATARIVOX_HXX @@ -33,7 +33,7 @@ class MT24LC256; driver code. @author B. Watson - @version $Id: AtariVox.hxx,v 1.16 2009-01-26 21:08:05 stephena Exp $ + @version $Id$ */ class AtariVox : public Controller { diff --git a/stella/src/emucore/Booster.cxx b/stella/src/emucore/Booster.cxx index fe9ddde74..6392297db 100644 --- a/stella/src/emucore/Booster.cxx +++ b/stella/src/emucore/Booster.cxx @@ -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: Booster.cxx,v 1.14 2009-01-01 18:13:35 stephena Exp $ +// $Id$ //============================================================================ #include "Event.hxx" diff --git a/stella/src/emucore/Booster.hxx b/stella/src/emucore/Booster.hxx index 39ce7d82b..b31a991ec 100644 --- a/stella/src/emucore/Booster.hxx +++ b/stella/src/emucore/Booster.hxx @@ -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: Booster.hxx,v 1.12 2009-01-01 18:13:35 stephena Exp $ +// $Id$ //============================================================================ #ifndef BOOSTERGRIP_HXX @@ -29,7 +29,7 @@ on it (a booster and a trigger). @author Bradford W. Mott - @version $Id: Booster.hxx,v 1.12 2009-01-01 18:13:35 stephena Exp $ + @version $Id$ */ class BoosterGrip : public Controller { diff --git a/stella/src/emucore/Cart.cxx b/stella/src/emucore/Cart.cxx index e1a0c45cd..e3a2c024e 100644 --- a/stella/src/emucore/Cart.cxx +++ b/stella/src/emucore/Cart.cxx @@ -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: Cart.cxx,v 1.54 2009-05-04 13:59:49 stephena Exp $ +// $Id$ //============================================================================ #include diff --git a/stella/src/emucore/Cart.hxx b/stella/src/emucore/Cart.hxx index 980373f96..8f56bbd55 100644 --- a/stella/src/emucore/Cart.hxx +++ b/stella/src/emucore/Cart.hxx @@ -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: Cart.hxx,v 1.26 2009-04-05 18:59:56 stephena Exp $ +// $Id$ //============================================================================ #ifndef CARTRIDGE_HXX @@ -34,7 +34,7 @@ class Settings; game and handles any bankswitching performed by the cartridge. @author Bradford W. Mott - @version $Id: Cart.hxx,v 1.26 2009-04-05 18:59:56 stephena Exp $ + @version $Id$ */ class Cartridge : public Device { diff --git a/stella/src/emucore/Cart2K.cxx b/stella/src/emucore/Cart2K.cxx index fb739cac9..46ac8ae94 100644 --- a/stella/src/emucore/Cart2K.cxx +++ b/stella/src/emucore/Cart2K.cxx @@ -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: Cart2K.cxx,v 1.13 2009-01-01 18:13:35 stephena Exp $ +// $Id$ //============================================================================ #include diff --git a/stella/src/emucore/Cart2K.hxx b/stella/src/emucore/Cart2K.hxx index 75d9b70dd..4ab3346cc 100644 --- a/stella/src/emucore/Cart2K.hxx +++ b/stella/src/emucore/Cart2K.hxx @@ -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: Cart2K.hxx,v 1.12 2009-01-01 18:13:35 stephena Exp $ +// $Id$ //============================================================================ #ifndef CARTRIDGE2K_HXX @@ -32,7 +32,7 @@ class Deserializer; 2600's 4K cartridge addressing space. @author Bradford W. Mott - @version $Id: Cart2K.hxx,v 1.12 2009-01-01 18:13:35 stephena Exp $ + @version $Id$ */ class Cartridge2K : public Cartridge { diff --git a/stella/src/emucore/Cart3E.cxx b/stella/src/emucore/Cart3E.cxx index 357d3c9de..15a0e11d6 100644 --- a/stella/src/emucore/Cart3E.cxx +++ b/stella/src/emucore/Cart3E.cxx @@ -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: Cart3E.cxx,v 1.20 2009-05-10 20:57:18 stephena Exp $ +// $Id$ //============================================================================ #include diff --git a/stella/src/emucore/Cart3E.hxx b/stella/src/emucore/Cart3E.hxx index 0d26dd4aa..8f6101360 100644 --- a/stella/src/emucore/Cart3E.hxx +++ b/stella/src/emucore/Cart3E.hxx @@ -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: Cart3E.hxx,v 1.8 2009-01-01 18:13:35 stephena Exp $ +// $Id$ //============================================================================ #ifndef CARTRIDGE3E_HXX @@ -57,7 +57,7 @@ class System; any problems. (Famous last words...) @author B. Watson - @version $Id: Cart3E.hxx,v 1.8 2009-01-01 18:13:35 stephena Exp $ + @version $Id$ */ class Cartridge3E : public Cartridge diff --git a/stella/src/emucore/Cart3F.cxx b/stella/src/emucore/Cart3F.cxx index e4dcb4548..a32ef1d78 100644 --- a/stella/src/emucore/Cart3F.cxx +++ b/stella/src/emucore/Cart3F.cxx @@ -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: Cart3F.cxx,v 1.21 2009-05-10 20:57:18 stephena Exp $ +// $Id$ //============================================================================ #include diff --git a/stella/src/emucore/Cart3F.hxx b/stella/src/emucore/Cart3F.hxx index 949eafd75..ef326b943 100644 --- a/stella/src/emucore/Cart3F.hxx +++ b/stella/src/emucore/Cart3F.hxx @@ -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: Cart3F.hxx,v 1.14 2009-01-01 18:13:35 stephena Exp $ +// $Id$ //============================================================================ #ifndef CARTRIDGE3F_HXX @@ -35,7 +35,7 @@ class System; only used 8K this bankswitching scheme supports up to 512K. @author Bradford W. Mott - @version $Id: Cart3F.hxx,v 1.14 2009-01-01 18:13:35 stephena Exp $ + @version $Id$ */ class Cartridge3F : public Cartridge { diff --git a/stella/src/emucore/Cart4A50.cxx b/stella/src/emucore/Cart4A50.cxx index abebfeefd..360ef25b1 100644 --- a/stella/src/emucore/Cart4A50.cxx +++ b/stella/src/emucore/Cart4A50.cxx @@ -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: Cart4A50.cxx,v 1.16 2009-01-01 18:13:35 stephena Exp $ +// $Id$ //============================================================================ #include diff --git a/stella/src/emucore/Cart4A50.hxx b/stella/src/emucore/Cart4A50.hxx index 3bf9de7af..4720c9469 100644 --- a/stella/src/emucore/Cart4A50.hxx +++ b/stella/src/emucore/Cart4A50.hxx @@ -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: Cart4A50.hxx,v 1.13 2009-01-01 18:13:35 stephena Exp $ +// $Id$ //============================================================================ #ifndef CARTRIDGE4A50_HXX @@ -37,7 +37,7 @@ class System; bytes of ROM. @author Stephen Anthony & Eckhard Stolberg - @version $Id: Cart4A50.hxx,v 1.13 2009-01-01 18:13:35 stephena Exp $ + @version $Id$ */ class Cartridge4A50 : public Cartridge { diff --git a/stella/src/emucore/Cart4K.cxx b/stella/src/emucore/Cart4K.cxx index 9a6c70eb1..7fb516f4b 100644 --- a/stella/src/emucore/Cart4K.cxx +++ b/stella/src/emucore/Cart4K.cxx @@ -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: Cart4K.cxx,v 1.14 2009-01-01 18:13:35 stephena Exp $ +// $Id$ //============================================================================ #include diff --git a/stella/src/emucore/Cart4K.hxx b/stella/src/emucore/Cart4K.hxx index 6de8b23e9..25fb0372d 100644 --- a/stella/src/emucore/Cart4K.hxx +++ b/stella/src/emucore/Cart4K.hxx @@ -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: Cart4K.hxx,v 1.12 2009-01-01 18:13:35 stephena Exp $ +// $Id$ //============================================================================ #ifndef CARTRIDGE4K_HXX @@ -29,7 +29,7 @@ class System; not bankswitched. @author Bradford W. Mott - @version $Id: Cart4K.hxx,v 1.12 2009-01-01 18:13:35 stephena Exp $ + @version $Id$ */ class Cartridge4K : public Cartridge { diff --git a/stella/src/emucore/CartAR.cxx b/stella/src/emucore/CartAR.cxx index e3ae6ee91..862900f36 100644 --- a/stella/src/emucore/CartAR.cxx +++ b/stella/src/emucore/CartAR.cxx @@ -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: CartAR.cxx,v 1.24 2009-01-01 18:13:35 stephena Exp $ +// $Id$ //============================================================================ #include diff --git a/stella/src/emucore/CartAR.hxx b/stella/src/emucore/CartAR.hxx index 0f96e717a..6a8d00cf5 100644 --- a/stella/src/emucore/CartAR.hxx +++ b/stella/src/emucore/CartAR.hxx @@ -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: CartAR.hxx,v 1.15 2009-01-01 18:13:35 stephena Exp $ +// $Id$ //============================================================================ #ifndef CARTRIDGEAR_HXX @@ -35,7 +35,7 @@ class System; and one bank of ROM. All 6K of the RAM can be read and written. @author Bradford W. Mott - @version $Id: CartAR.hxx,v 1.15 2009-01-01 18:13:35 stephena Exp $ + @version $Id$ */ class CartridgeAR : public Cartridge { diff --git a/stella/src/emucore/CartCV.cxx b/stella/src/emucore/CartCV.cxx index feab24ffc..f8209f799 100644 --- a/stella/src/emucore/CartCV.cxx +++ b/stella/src/emucore/CartCV.cxx @@ -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: CartCV.cxx,v 1.19 2009-01-01 18:13:35 stephena Exp $ +// $Id$ //============================================================================ #include diff --git a/stella/src/emucore/CartCV.hxx b/stella/src/emucore/CartCV.hxx index 3274247d8..4749d0e26 100644 --- a/stella/src/emucore/CartCV.hxx +++ b/stella/src/emucore/CartCV.hxx @@ -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: CartCV.hxx,v 1.13 2009-01-01 18:13:35 stephena Exp $ +// $Id$ //============================================================================ #ifndef CARTRIDGECV_HXX @@ -32,7 +32,7 @@ class System; $F800-$FFFF ROM @author Eckhard Stolberg - @version $Id: CartCV.hxx,v 1.13 2009-01-01 18:13:35 stephena Exp $ + @version $Id$ */ class CartridgeCV : public Cartridge { diff --git a/stella/src/emucore/CartDPC.cxx b/stella/src/emucore/CartDPC.cxx index 523a9fccb..a99390f48 100644 --- a/stella/src/emucore/CartDPC.cxx +++ b/stella/src/emucore/CartDPC.cxx @@ -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: CartDPC.cxx,v 1.23 2009-05-01 11:25:07 stephena Exp $ +// $Id$ //============================================================================ #include diff --git a/stella/src/emucore/CartDPC.hxx b/stella/src/emucore/CartDPC.hxx index ce22c0673..f6cf9b253 100644 --- a/stella/src/emucore/CartDPC.hxx +++ b/stella/src/emucore/CartDPC.hxx @@ -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: CartDPC.hxx,v 1.13 2009-01-01 18:13:35 stephena Exp $ +// $Id$ //============================================================================ #ifndef CARTRIDGEDCP_HXX @@ -30,7 +30,7 @@ class System; see David P. Crane's United States Patent Number 4,644,495. @author Bradford W. Mott - @version $Id: CartDPC.hxx,v 1.13 2009-01-01 18:13:35 stephena Exp $ + @version $Id$ */ class CartridgeDPC : public Cartridge { diff --git a/stella/src/emucore/CartE0.cxx b/stella/src/emucore/CartE0.cxx index 618ed4978..18800791c 100644 --- a/stella/src/emucore/CartE0.cxx +++ b/stella/src/emucore/CartE0.cxx @@ -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: CartE0.cxx,v 1.19 2009-05-10 20:57:18 stephena Exp $ +// $Id$ //============================================================================ #include diff --git a/stella/src/emucore/CartE0.hxx b/stella/src/emucore/CartE0.hxx index 81de0e052..0f412d216 100644 --- a/stella/src/emucore/CartE0.hxx +++ b/stella/src/emucore/CartE0.hxx @@ -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: CartE0.hxx,v 1.12 2009-01-01 18:13:35 stephena Exp $ +// $Id$ //============================================================================ #ifndef CARTRIDGEE0_HXX @@ -34,7 +34,7 @@ class System; always points to the last 1K of the ROM image. @author Bradford W. Mott - @version $Id: CartE0.hxx,v 1.12 2009-01-01 18:13:35 stephena Exp $ + @version $Id$ */ class CartridgeE0 : public Cartridge { diff --git a/stella/src/emucore/CartE7.cxx b/stella/src/emucore/CartE7.cxx index f70b16261..225727881 100644 --- a/stella/src/emucore/CartE7.cxx +++ b/stella/src/emucore/CartE7.cxx @@ -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: CartE7.cxx,v 1.23 2009-05-01 11:25:07 stephena Exp $ +// $Id$ //============================================================================ #include diff --git a/stella/src/emucore/CartE7.hxx b/stella/src/emucore/CartE7.hxx index b6bc69b93..a60a5b40d 100644 --- a/stella/src/emucore/CartE7.hxx +++ b/stella/src/emucore/CartE7.hxx @@ -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: CartE7.hxx,v 1.13 2009-01-01 18:13:35 stephena Exp $ +// $Id$ //============================================================================ #ifndef CARTRIDGEE7_HXX @@ -51,7 +51,7 @@ class System; here by accessing 1FF8 to 1FFB. @author Bradford W. Mott - @version $Id: CartE7.hxx,v 1.13 2009-01-01 18:13:35 stephena Exp $ + @version $Id$ */ class CartridgeE7 : public Cartridge { diff --git a/stella/src/emucore/CartEF.cxx b/stella/src/emucore/CartEF.cxx index 2e326ecca..c4431dfb0 100644 --- a/stella/src/emucore/CartEF.cxx +++ b/stella/src/emucore/CartEF.cxx @@ -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: CartEF.cxx,v 1.4 2009-05-01 11:25:07 stephena Exp $ +// $Id$ //============================================================================ #include diff --git a/stella/src/emucore/CartEF.hxx b/stella/src/emucore/CartEF.hxx index cbeaae703..639894115 100644 --- a/stella/src/emucore/CartEF.hxx +++ b/stella/src/emucore/CartEF.hxx @@ -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: CartEF.hxx,v 1.1 2009-04-05 18:59:56 stephena Exp $ +// $Id$ //============================================================================ #ifndef CARTRIDGEEF_HXX @@ -33,7 +33,7 @@ class System; as this scheme doesn't seem to be documented anywhere. @author Stephen Anthony - @version $Id: CartEF.hxx,v 1.1 2009-04-05 18:59:56 stephena Exp $ + @version $Id$ */ class CartridgeEF : public Cartridge { diff --git a/stella/src/emucore/CartEFSC.cxx b/stella/src/emucore/CartEFSC.cxx index 917c0452c..afd33ac68 100644 --- a/stella/src/emucore/CartEFSC.cxx +++ b/stella/src/emucore/CartEFSC.cxx @@ -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: CartEFSC.cxx,v 1.2 2009-05-01 11:25:07 stephena Exp $ +// $Id$ //============================================================================ #include diff --git a/stella/src/emucore/CartEFSC.hxx b/stella/src/emucore/CartEFSC.hxx index 8275b7feb..b0d1c1835 100644 --- a/stella/src/emucore/CartEFSC.hxx +++ b/stella/src/emucore/CartEFSC.hxx @@ -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: CartEFSC.hxx,v 1.1 2009-04-05 20:18:41 stephena Exp $ +// $Id$ //============================================================================ #ifndef CARTRIDGEEFSC_HXX @@ -33,7 +33,7 @@ class System; as this scheme doesn't seem to be documented anywhere. @author Stephen Anthony - @version $Id: CartEFSC.hxx,v 1.1 2009-04-05 20:18:41 stephena Exp $ + @version $Id$ */ class CartridgeEFSC : public Cartridge { diff --git a/stella/src/emucore/CartF4.cxx b/stella/src/emucore/CartF4.cxx index 48d0aa3e3..a39751666 100644 --- a/stella/src/emucore/CartF4.cxx +++ b/stella/src/emucore/CartF4.cxx @@ -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: CartF4.cxx,v 1.16 2009-05-01 11:25:07 stephena Exp $ +// $Id$ //============================================================================ #include diff --git a/stella/src/emucore/CartF4.hxx b/stella/src/emucore/CartF4.hxx index 05db02b7d..fd12c679f 100644 --- a/stella/src/emucore/CartF4.hxx +++ b/stella/src/emucore/CartF4.hxx @@ -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: CartF4.hxx,v 1.11 2009-01-01 18:13:35 stephena Exp $ +// $Id$ //============================================================================ #ifndef CARTRIDGEF4_HXX @@ -29,7 +29,7 @@ class System; are eight 4K banks. @author Bradford W. Mott - @version $Id: CartF4.hxx,v 1.11 2009-01-01 18:13:35 stephena Exp $ + @version $Id$ */ class CartridgeF4 : public Cartridge { diff --git a/stella/src/emucore/CartF4SC.cxx b/stella/src/emucore/CartF4SC.cxx index df8d93bfe..51d14559c 100644 --- a/stella/src/emucore/CartF4SC.cxx +++ b/stella/src/emucore/CartF4SC.cxx @@ -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: CartF4SC.cxx,v 1.21 2009-05-01 11:25:07 stephena Exp $ +// $Id$ //============================================================================ #include diff --git a/stella/src/emucore/CartF4SC.hxx b/stella/src/emucore/CartF4SC.hxx index 3cf11358c..ddf008451 100644 --- a/stella/src/emucore/CartF4SC.hxx +++ b/stella/src/emucore/CartF4SC.hxx @@ -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: CartF4SC.hxx,v 1.12 2009-01-01 18:13:35 stephena Exp $ +// $Id$ //============================================================================ #ifndef CARTRIDGEF4SC_HXX @@ -29,7 +29,7 @@ class System; 128 bytes of RAM. There are eight 4K banks. @author Bradford W. Mott - @version $Id: CartF4SC.hxx,v 1.12 2009-01-01 18:13:35 stephena Exp $ + @version $Id$ */ class CartridgeF4SC : public Cartridge { diff --git a/stella/src/emucore/CartF6.cxx b/stella/src/emucore/CartF6.cxx index 0e6376487..5c9e633ea 100644 --- a/stella/src/emucore/CartF6.cxx +++ b/stella/src/emucore/CartF6.cxx @@ -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: CartF6.cxx,v 1.18 2009-05-01 11:25:07 stephena Exp $ +// $Id$ //============================================================================ #include diff --git a/stella/src/emucore/CartF6.hxx b/stella/src/emucore/CartF6.hxx index 07ce59ca0..39efba609 100644 --- a/stella/src/emucore/CartF6.hxx +++ b/stella/src/emucore/CartF6.hxx @@ -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: CartF6.hxx,v 1.13 2009-01-01 18:13:35 stephena Exp $ +// $Id$ //============================================================================ #ifndef CARTRIDGEF6_HXX @@ -29,7 +29,7 @@ class System; are four 4K banks. @author Bradford W. Mott - @version $Id: CartF6.hxx,v 1.13 2009-01-01 18:13:35 stephena Exp $ + @version $Id$ */ class CartridgeF6 : public Cartridge { diff --git a/stella/src/emucore/CartF6SC.cxx b/stella/src/emucore/CartF6SC.cxx index 4889a8aec..123b96e79 100644 --- a/stella/src/emucore/CartF6SC.cxx +++ b/stella/src/emucore/CartF6SC.cxx @@ -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: CartF6SC.cxx,v 1.20 2009-05-01 11:25:07 stephena Exp $ +// $Id$ //============================================================================ #include diff --git a/stella/src/emucore/CartF6SC.hxx b/stella/src/emucore/CartF6SC.hxx index b05b64616..fe9693494 100644 --- a/stella/src/emucore/CartF6SC.hxx +++ b/stella/src/emucore/CartF6SC.hxx @@ -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: CartF6SC.hxx,v 1.12 2009-01-01 18:13:35 stephena Exp $ +// $Id$ //============================================================================ #ifndef CARTRIDGEF6SC_HXX @@ -29,7 +29,7 @@ class System; 128 bytes of RAM. There are four 4K banks. @author Bradford W. Mott - @version $Id: CartF6SC.hxx,v 1.12 2009-01-01 18:13:35 stephena Exp $ + @version $Id$ */ class CartridgeF6SC : public Cartridge { diff --git a/stella/src/emucore/CartF8.cxx b/stella/src/emucore/CartF8.cxx index 85ee018cc..148f2cb48 100644 --- a/stella/src/emucore/CartF8.cxx +++ b/stella/src/emucore/CartF8.cxx @@ -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: CartF8.cxx,v 1.21 2009-05-01 11:25:07 stephena Exp $ +// $Id$ //============================================================================ #include diff --git a/stella/src/emucore/CartF8.hxx b/stella/src/emucore/CartF8.hxx index 978ae6c6c..6a5398192 100644 --- a/stella/src/emucore/CartF8.hxx +++ b/stella/src/emucore/CartF8.hxx @@ -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: CartF8.hxx,v 1.14 2009-01-01 18:13:35 stephena Exp $ +// $Id$ //============================================================================ #ifndef CARTRIDGEF8_HXX @@ -29,7 +29,7 @@ class System; are two 4K banks. @author Bradford W. Mott - @version $Id: CartF8.hxx,v 1.14 2009-01-01 18:13:35 stephena Exp $ + @version $Id$ */ class CartridgeF8 : public Cartridge { diff --git a/stella/src/emucore/CartF8SC.cxx b/stella/src/emucore/CartF8SC.cxx index adb5d72f0..e9465005c 100644 --- a/stella/src/emucore/CartF8SC.cxx +++ b/stella/src/emucore/CartF8SC.cxx @@ -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: CartF8SC.cxx,v 1.20 2009-05-01 11:25:07 stephena Exp $ +// $Id$ //============================================================================ #include diff --git a/stella/src/emucore/CartF8SC.hxx b/stella/src/emucore/CartF8SC.hxx index 595aba88c..df07b19d4 100644 --- a/stella/src/emucore/CartF8SC.hxx +++ b/stella/src/emucore/CartF8SC.hxx @@ -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: CartF8SC.hxx,v 1.11 2009-01-01 18:13:35 stephena Exp $ +// $Id$ //============================================================================ #ifndef CARTRIDGEF8SC_HXX @@ -29,7 +29,7 @@ class System; 128 bytes of RAM. There are two 4K banks. @author Bradford W. Mott - @version $Id: CartF8SC.hxx,v 1.11 2009-01-01 18:13:35 stephena Exp $ + @version $Id$ */ class CartridgeF8SC : public Cartridge { diff --git a/stella/src/emucore/CartFASC.cxx b/stella/src/emucore/CartFASC.cxx index 8ac39e939..8fbc70698 100644 --- a/stella/src/emucore/CartFASC.cxx +++ b/stella/src/emucore/CartFASC.cxx @@ -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: CartFASC.cxx,v 1.20 2009-05-01 11:25:07 stephena Exp $ +// $Id$ //============================================================================ #include diff --git a/stella/src/emucore/CartFASC.hxx b/stella/src/emucore/CartFASC.hxx index 526618b74..269593a9e 100644 --- a/stella/src/emucore/CartFASC.hxx +++ b/stella/src/emucore/CartFASC.hxx @@ -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: CartFASC.hxx,v 1.11 2009-01-01 18:13:35 stephena Exp $ +// $Id$ //============================================================================ #ifndef CARTRIDGEFASC_HXX @@ -29,7 +29,7 @@ class System; three 4K banks and 256 bytes of RAM. @author Bradford W. Mott - @version $Id: CartFASC.hxx,v 1.11 2009-01-01 18:13:35 stephena Exp $ + @version $Id$ */ class CartridgeFASC : public Cartridge { diff --git a/stella/src/emucore/CartFE.cxx b/stella/src/emucore/CartFE.cxx index 943f07d3e..19f6d70b4 100644 --- a/stella/src/emucore/CartFE.cxx +++ b/stella/src/emucore/CartFE.cxx @@ -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: CartFE.cxx,v 1.11 2009-01-01 18:13:35 stephena Exp $ +// $Id$ //============================================================================ #include diff --git a/stella/src/emucore/CartFE.hxx b/stella/src/emucore/CartFE.hxx index 478c14a33..ea301e357 100644 --- a/stella/src/emucore/CartFE.hxx +++ b/stella/src/emucore/CartFE.hxx @@ -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: CartFE.hxx,v 1.11 2009-01-01 18:13:35 stephena Exp $ +// $Id$ //============================================================================ #ifndef CARTRIDGEFE_HXX @@ -41,7 +41,7 @@ class System; monitoring the bus. @author Bradford W. Mott - @version $Id: CartFE.hxx,v 1.11 2009-01-01 18:13:35 stephena Exp $ + @version $Id$ */ class CartridgeFE : public Cartridge { diff --git a/stella/src/emucore/CartMB.cxx b/stella/src/emucore/CartMB.cxx index 2b6ff1b29..d624a6bae 100644 --- a/stella/src/emucore/CartMB.cxx +++ b/stella/src/emucore/CartMB.cxx @@ -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: CartMB.cxx,v 1.16 2009-05-01 11:25:07 stephena Exp $ +// $Id$ //============================================================================ #include diff --git a/stella/src/emucore/CartMB.hxx b/stella/src/emucore/CartMB.hxx index cdd93a92e..0de893ac9 100644 --- a/stella/src/emucore/CartMB.hxx +++ b/stella/src/emucore/CartMB.hxx @@ -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: CartMB.hxx,v 1.11 2009-01-01 18:13:35 stephena Exp $ +// $Id$ //============================================================================ #ifndef CARTRIDGEMB_HXX @@ -30,7 +30,7 @@ class System; Accessing $1FF0 switches to next bank. @author Eckhard Stolberg - @version $Id: CartMB.hxx,v 1.11 2009-01-01 18:13:35 stephena Exp $ + @version $Id$ */ class CartridgeMB : public Cartridge { diff --git a/stella/src/emucore/CartMC.cxx b/stella/src/emucore/CartMC.cxx index 6fb2ef5c7..1e76678f3 100644 --- a/stella/src/emucore/CartMC.cxx +++ b/stella/src/emucore/CartMC.cxx @@ -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: CartMC.cxx,v 1.18 2009-05-01 11:25:07 stephena Exp $ +// $Id$ //============================================================================ #include diff --git a/stella/src/emucore/CartMC.hxx b/stella/src/emucore/CartMC.hxx index e14f7d022..aee389b38 100644 --- a/stella/src/emucore/CartMC.hxx +++ b/stella/src/emucore/CartMC.hxx @@ -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: CartMC.hxx,v 1.12 2009-01-01 18:13:35 stephena Exp $ +// $Id$ //============================================================================ #ifndef CARTRIDGEMC_HXX @@ -133,7 +133,7 @@ class System; @author Bradford W. Mott - @version $Id: CartMC.hxx,v 1.12 2009-01-01 18:13:35 stephena Exp $ + @version $Id$ */ class CartridgeMC : public Cartridge { diff --git a/stella/src/emucore/CartUA.cxx b/stella/src/emucore/CartUA.cxx index 019ceee46..a008e85a0 100644 --- a/stella/src/emucore/CartUA.cxx +++ b/stella/src/emucore/CartUA.cxx @@ -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: CartUA.cxx,v 1.16 2009-05-10 20:57:18 stephena Exp $ +// $Id$ //============================================================================ #include diff --git a/stella/src/emucore/CartUA.hxx b/stella/src/emucore/CartUA.hxx index c6e71ecd4..f87157aa1 100644 --- a/stella/src/emucore/CartUA.hxx +++ b/stella/src/emucore/CartUA.hxx @@ -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: CartUA.hxx,v 1.10 2009-01-01 18:13:35 stephena Exp $ +// $Id$ //============================================================================ #ifndef CARTRIDGEUA_HXX @@ -30,7 +30,7 @@ class System; are two 4K banks. @author Bradford W. Mott - @version $Id: CartUA.hxx,v 1.10 2009-01-01 18:13:35 stephena Exp $ + @version $Id$ */ class CartridgeUA : public Cartridge { diff --git a/stella/src/emucore/Console.cxx b/stella/src/emucore/Console.cxx index 34a4e5760..acca1e0af 100644 --- a/stella/src/emucore/Console.cxx +++ b/stella/src/emucore/Console.cxx @@ -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: Console.cxx,v 1.158 2009-03-16 00:23:42 stephena Exp $ +// $Id$ //============================================================================ #include diff --git a/stella/src/emucore/Console.hxx b/stella/src/emucore/Console.hxx index abc94009d..de43f233e 100644 --- a/stella/src/emucore/Console.hxx +++ b/stella/src/emucore/Console.hxx @@ -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: Console.hxx,v 1.74 2009-03-16 00:23:42 stephena Exp $ +// $Id$ //============================================================================ #ifndef CONSOLE_HXX @@ -53,7 +53,7 @@ struct ConsoleInfo This class represents the entire game console. @author Bradford W. Mott - @version $Id: Console.hxx,v 1.74 2009-03-16 00:23:42 stephena Exp $ + @version $Id$ */ class Console : public Serializable { diff --git a/stella/src/emucore/Control.cxx b/stella/src/emucore/Control.cxx index 477c6afd6..9839ef61f 100644 --- a/stella/src/emucore/Control.cxx +++ b/stella/src/emucore/Control.cxx @@ -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: Control.cxx,v 1.15 2009-03-16 00:23:42 stephena Exp $ +// $Id$ //============================================================================ #include diff --git a/stella/src/emucore/Control.hxx b/stella/src/emucore/Control.hxx index 0b6f7faed..528d70a4d 100644 --- a/stella/src/emucore/Control.hxx +++ b/stella/src/emucore/Control.hxx @@ -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: Control.hxx,v 1.19 2009-03-16 00:23:42 stephena Exp $ +// $Id$ //============================================================================ #ifndef CONTROLLER_HXX @@ -57,7 +57,7 @@ class System; of the controller from the perspective of the controller's jack. @author Bradford W. Mott - @version $Id: Control.hxx,v 1.19 2009-03-16 00:23:42 stephena Exp $ + @version $Id$ */ class Controller : public Serializable { diff --git a/stella/src/emucore/Deserializer.cxx b/stella/src/emucore/Deserializer.cxx index 27278d479..a642c10fc 100644 --- a/stella/src/emucore/Deserializer.cxx +++ b/stella/src/emucore/Deserializer.cxx @@ -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: Deserializer.cxx,v 1.15 2009-01-01 18:13:35 stephena Exp $ +// $Id$ //============================================================================ #include "Deserializer.hxx" diff --git a/stella/src/emucore/Deserializer.hxx b/stella/src/emucore/Deserializer.hxx index f239080b5..06a94d072 100644 --- a/stella/src/emucore/Deserializer.hxx +++ b/stella/src/emucore/Deserializer.hxx @@ -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: Deserializer.hxx,v 1.14 2009-01-01 18:13:35 stephena Exp $ +// $Id$ //============================================================================ #ifndef DESERIALIZER_HXX @@ -31,7 +31,7 @@ method return. @author Stephen Anthony - @version $Id: Deserializer.hxx,v 1.14 2009-01-01 18:13:35 stephena Exp $ + @version $Id$ */ class Deserializer { diff --git a/stella/src/emucore/Driving.cxx b/stella/src/emucore/Driving.cxx index beaf0030a..1735ee873 100644 --- a/stella/src/emucore/Driving.cxx +++ b/stella/src/emucore/Driving.cxx @@ -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: Driving.cxx,v 1.18 2009-01-01 18:13:35 stephena Exp $ +// $Id$ //============================================================================ #include "Event.hxx" diff --git a/stella/src/emucore/Driving.hxx b/stella/src/emucore/Driving.hxx index f44db334c..011e637ad 100644 --- a/stella/src/emucore/Driving.hxx +++ b/stella/src/emucore/Driving.hxx @@ -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: Driving.hxx,v 1.12 2009-01-01 18:13:35 stephena Exp $ +// $Id$ //============================================================================ #ifndef DRIVING_HXX @@ -27,7 +27,7 @@ The standard Atari 2600 Indy 500 driving controller. @author Bradford W. Mott - @version $Id: Driving.hxx,v 1.12 2009-01-01 18:13:35 stephena Exp $ + @version $Id$ */ class Driving : public Controller { diff --git a/stella/src/emucore/Event.cxx b/stella/src/emucore/Event.cxx index 529c68711..3ee0efb44 100644 --- a/stella/src/emucore/Event.cxx +++ b/stella/src/emucore/Event.cxx @@ -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: Event.cxx,v 1.16 2009-01-01 18:13:35 stephena Exp $ +// $Id$ //============================================================================ #include "OSystem.hxx" diff --git a/stella/src/emucore/Event.hxx b/stella/src/emucore/Event.hxx index b5634cc4e..0b72aa36b 100644 --- a/stella/src/emucore/Event.hxx +++ b/stella/src/emucore/Event.hxx @@ -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: Event.hxx,v 1.35 2009-01-01 18:13:35 stephena Exp $ +// $Id$ //============================================================================ #ifndef EVENT_HXX @@ -25,7 +25,7 @@ class Event; /** @author Bradford W. Mott - @version $Id: Event.hxx,v 1.35 2009-01-01 18:13:35 stephena Exp $ + @version $Id$ */ class Event { diff --git a/stella/src/emucore/EventHandler.cxx b/stella/src/emucore/EventHandler.cxx index 58f28bcf0..fd6783ba7 100644 --- a/stella/src/emucore/EventHandler.cxx +++ b/stella/src/emucore/EventHandler.cxx @@ -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: EventHandler.cxx,v 1.240 2009-01-19 16:52:32 stephena Exp $ +// $Id$ //============================================================================ #include diff --git a/stella/src/emucore/EventHandler.hxx b/stella/src/emucore/EventHandler.hxx index e4abde404..30be3250b 100644 --- a/stella/src/emucore/EventHandler.hxx +++ b/stella/src/emucore/EventHandler.hxx @@ -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: EventHandler.hxx,v 1.114 2009-01-01 18:13:35 stephena Exp $ +// $Id$ //============================================================================ #ifndef EVENTHANDLER_HXX @@ -61,7 +61,7 @@ enum EventMode { mapping can take place. @author Stephen Anthony - @version $Id: EventHandler.hxx,v 1.114 2009-01-01 18:13:35 stephena Exp $ + @version $Id$ */ class EventHandler { diff --git a/stella/src/emucore/FSNode.cxx b/stella/src/emucore/FSNode.cxx index 0c19b6611..367185fbb 100644 --- a/stella/src/emucore/FSNode.cxx +++ b/stella/src/emucore/FSNode.cxx @@ -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: FSNode.cxx,v 1.15 2009-01-16 14:57:52 stephena Exp $ +// $Id$ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/emucore/FSNode.hxx b/stella/src/emucore/FSNode.hxx index beafd0a69..cdb1147f2 100644 --- a/stella/src/emucore/FSNode.hxx +++ b/stella/src/emucore/FSNode.hxx @@ -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: FSNode.hxx,v 1.18 2009-01-16 14:57:52 stephena Exp $ +// $Id$ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project diff --git a/stella/src/emucore/FrameBuffer.cxx b/stella/src/emucore/FrameBuffer.cxx index 2f62dfc27..dd7de1f66 100644 --- a/stella/src/emucore/FrameBuffer.cxx +++ b/stella/src/emucore/FrameBuffer.cxx @@ -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: FrameBuffer.cxx,v 1.166 2009-04-12 17:04:29 stephena Exp $ +// $Id$ //============================================================================ #include diff --git a/stella/src/emucore/FrameBuffer.hxx b/stella/src/emucore/FrameBuffer.hxx index d0b1fd7dc..0fb4ba9a2 100644 --- a/stella/src/emucore/FrameBuffer.hxx +++ b/stella/src/emucore/FrameBuffer.hxx @@ -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: FrameBuffer.hxx,v 1.119 2009-02-07 21:50:05 stephena Exp $ +// $Id$ //============================================================================ #ifndef FRAMEBUFFER_HXX @@ -91,7 +91,7 @@ enum { into FBSurfaces), are in turn drawn here as well. @author Stephen Anthony - @version $Id: FrameBuffer.hxx,v 1.119 2009-02-07 21:50:05 stephena Exp $ + @version $Id$ */ class FrameBuffer { @@ -568,7 +568,7 @@ class FrameBuffer FrameBuffer type. @author Stephen Anthony - @version $Id: FrameBuffer.hxx,v 1.119 2009-02-07 21:50:05 stephena Exp $ + @version $Id$ */ // Text alignment modes for drawString() enum TextAlignment { diff --git a/stella/src/emucore/Joystick.cxx b/stella/src/emucore/Joystick.cxx index d59a02c19..a093e4459 100644 --- a/stella/src/emucore/Joystick.cxx +++ b/stella/src/emucore/Joystick.cxx @@ -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: Joystick.cxx,v 1.14 2009-01-01 18:13:35 stephena Exp $ +// $Id$ //============================================================================ #include "Event.hxx" diff --git a/stella/src/emucore/Joystick.hxx b/stella/src/emucore/Joystick.hxx index 9a3c8f914..d8b42c252 100644 --- a/stella/src/emucore/Joystick.hxx +++ b/stella/src/emucore/Joystick.hxx @@ -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: Joystick.hxx,v 1.12 2009-01-01 18:13:35 stephena Exp $ +// $Id$ //============================================================================ #ifndef JOYSTICK_HXX @@ -27,7 +27,7 @@ The standard Atari 2600 joystick controller. @author Bradford W. Mott - @version $Id: Joystick.hxx,v 1.12 2009-01-01 18:13:35 stephena Exp $ + @version $Id$ */ class Joystick : public Controller { diff --git a/stella/src/emucore/Keyboard.cxx b/stella/src/emucore/Keyboard.cxx index ff1fedd89..a1847b9ee 100644 --- a/stella/src/emucore/Keyboard.cxx +++ b/stella/src/emucore/Keyboard.cxx @@ -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: Keyboard.cxx,v 1.12 2009-01-01 18:13:35 stephena Exp $ +// $Id$ //============================================================================ #include "Event.hxx" diff --git a/stella/src/emucore/Keyboard.hxx b/stella/src/emucore/Keyboard.hxx index 89a98faed..d3e268428 100644 --- a/stella/src/emucore/Keyboard.hxx +++ b/stella/src/emucore/Keyboard.hxx @@ -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: Keyboard.hxx,v 1.10 2009-01-01 18:13:35 stephena Exp $ +// $Id$ //============================================================================ #ifndef KEYBOARD_HXX @@ -27,7 +27,7 @@ The standard Atari 2600 keyboard controller @author Bradford W. Mott - @version $Id: Keyboard.hxx,v 1.10 2009-01-01 18:13:35 stephena Exp $ + @version $Id$ */ class Keyboard : public Controller { diff --git a/stella/src/emucore/KidVid.cxx b/stella/src/emucore/KidVid.cxx index 8a31b45ac..64cc54e1e 100644 --- a/stella/src/emucore/KidVid.cxx +++ b/stella/src/emucore/KidVid.cxx @@ -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: KidVid.cxx,v 1.1 2009-03-16 00:23:42 stephena Exp $ +// $Id$ //============================================================================ #include diff --git a/stella/src/emucore/KidVid.hxx b/stella/src/emucore/KidVid.hxx index ce66cc41c..0eac09238 100644 --- a/stella/src/emucore/KidVid.hxx +++ b/stella/src/emucore/KidVid.hxx @@ -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: KidVid.hxx,v 1.1 2009-03-16 00:23:42 stephena Exp $ +// $Id$ //============================================================================ #ifndef KIDVID_HXX @@ -35,7 +35,7 @@ This code was heavily borrowed from z26. @author Stephen Anthony & z26 team - @version $Id: KidVid.hxx,v 1.1 2009-03-16 00:23:42 stephena Exp $ + @version $Id$ */ class KidVid : public Controller { diff --git a/stella/src/emucore/M6532.cxx b/stella/src/emucore/M6532.cxx index eeb164785..11e991de8 100644 --- a/stella/src/emucore/M6532.cxx +++ b/stella/src/emucore/M6532.cxx @@ -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: M6532.cxx,v 1.31 2009-01-26 21:08:05 stephena Exp $ +// $Id$ //============================================================================ #include diff --git a/stella/src/emucore/M6532.hxx b/stella/src/emucore/M6532.hxx index a8b8a65ba..e8a414995 100644 --- a/stella/src/emucore/M6532.hxx +++ b/stella/src/emucore/M6532.hxx @@ -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: M6532.hxx,v 1.15 2009-01-01 18:13:36 stephena Exp $ +// $Id$ //============================================================================ #ifndef M6532_HXX @@ -32,7 +32,7 @@ class Deserializer; RIOT @author Bradford W. Mott - @version $Id: M6532.hxx,v 1.15 2009-01-01 18:13:36 stephena Exp $ + @version $Id$ */ class M6532 : public Device { diff --git a/stella/src/emucore/MD5.cxx b/stella/src/emucore/MD5.cxx index c4a081117..101325144 100644 --- a/stella/src/emucore/MD5.cxx +++ b/stella/src/emucore/MD5.cxx @@ -16,7 +16,7 @@ // See the file "license" for information on usage and redistribution of // this file, and for a DISCLAIMER OF ALL WARRANTIES. // -// $Id: MD5.cxx,v 1.9 2009-01-01 18:13:36 stephena Exp $ +// $Id$ //============================================================================ #include "MD5.hxx" diff --git a/stella/src/emucore/MD5.hxx b/stella/src/emucore/MD5.hxx index a607d6cd6..3dc813cf5 100644 --- a/stella/src/emucore/MD5.hxx +++ b/stella/src/emucore/MD5.hxx @@ -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: MD5.hxx,v 1.7 2009-01-01 18:13:36 stephena Exp $ +// $Id$ //============================================================================ #ifndef MD5_HXX diff --git a/stella/src/emucore/MT24LC256.cxx b/stella/src/emucore/MT24LC256.cxx index ed418dc6f..91b9ae9be 100644 --- a/stella/src/emucore/MT24LC256.cxx +++ b/stella/src/emucore/MT24LC256.cxx @@ -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: MT24LC256.cxx,v 1.14 2009-01-01 18:13:36 stephena Exp $ +// $Id$ //============================================================================ #include diff --git a/stella/src/emucore/MT24LC256.hxx b/stella/src/emucore/MT24LC256.hxx index 76d13592c..973f18a32 100644 --- a/stella/src/emucore/MT24LC256.hxx +++ b/stella/src/emucore/MT24LC256.hxx @@ -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: MT24LC256.hxx,v 1.8 2009-01-26 21:08:05 stephena Exp $ +// $Id$ //============================================================================ #ifndef MT24LC256_HXX @@ -30,7 +30,7 @@ class System; (aka Supercat) for the bulk of this code. @author Stephen Anthony & J. Payson - @version $Id: MT24LC256.hxx,v 1.8 2009-01-26 21:08:05 stephena Exp $ + @version $Id$ */ class MT24LC256 { diff --git a/stella/src/emucore/MediaFactory.cxx b/stella/src/emucore/MediaFactory.cxx index 3db70a95a..a94273556 100644 --- a/stella/src/emucore/MediaFactory.cxx +++ b/stella/src/emucore/MediaFactory.cxx @@ -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: MediaFactory.cxx,v 1.13 2009-01-01 18:13:36 stephena Exp $ +// $Id$ //============================================================================ //////////////////////////////////////////////////////////////////// diff --git a/stella/src/emucore/MediaFactory.hxx b/stella/src/emucore/MediaFactory.hxx index 227cb6eb1..ac1606098 100644 --- a/stella/src/emucore/MediaFactory.hxx +++ b/stella/src/emucore/MediaFactory.hxx @@ -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: MediaFactory.hxx,v 1.8 2009-01-14 20:31:41 stephena Exp $ +// $Id$ //============================================================================ #ifndef MEDIA_FACTORY_HXX @@ -29,7 +29,7 @@ class OSystem; based on the specific port and restrictions on that port. @author Stephen Anthony - @version $Id: MediaFactory.hxx,v 1.8 2009-01-14 20:31:41 stephena Exp $ + @version $Id$ */ class MediaFactory { diff --git a/stella/src/emucore/OSystem.cxx b/stella/src/emucore/OSystem.cxx index b10d57909..964e48c2b 100644 --- a/stella/src/emucore/OSystem.cxx +++ b/stella/src/emucore/OSystem.cxx @@ -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: OSystem.cxx,v 1.154 2009-01-24 17:32:29 stephena Exp $ +// $Id$ //============================================================================ #include diff --git a/stella/src/emucore/OSystem.hxx b/stella/src/emucore/OSystem.hxx index 772af1463..75ea38e66 100644 --- a/stella/src/emucore/OSystem.hxx +++ b/stella/src/emucore/OSystem.hxx @@ -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: OSystem.hxx,v 1.79 2009-01-24 17:32:29 stephena Exp $ +// $Id$ //============================================================================ #ifndef OSYSTEM_HXX @@ -56,7 +56,7 @@ typedef Common::Array ResolutionList; other objects belong. @author Stephen Anthony - @version $Id: OSystem.hxx,v 1.79 2009-01-24 17:32:29 stephena Exp $ + @version $Id$ */ class OSystem { diff --git a/stella/src/emucore/Paddles.cxx b/stella/src/emucore/Paddles.cxx index 34d7ea1e4..6cafef04a 100644 --- a/stella/src/emucore/Paddles.cxx +++ b/stella/src/emucore/Paddles.cxx @@ -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: Paddles.cxx,v 1.17 2009-05-02 21:27:32 stephena Exp $ +// $Id$ //============================================================================ #define TRIGMAX 240 diff --git a/stella/src/emucore/Paddles.hxx b/stella/src/emucore/Paddles.hxx index d8424fb15..7d5d26ad3 100644 --- a/stella/src/emucore/Paddles.hxx +++ b/stella/src/emucore/Paddles.hxx @@ -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: Paddles.hxx,v 1.15 2009-01-01 18:13:36 stephena Exp $ +// $Id$ //============================================================================ #ifndef PADDLES_HXX @@ -27,7 +27,7 @@ The standard Atari 2600 pair of paddle controllers. @author Bradford W. Mott - @version $Id: Paddles.hxx,v 1.15 2009-01-01 18:13:36 stephena Exp $ + @version $Id$ */ class Paddles : public Controller { diff --git a/stella/src/emucore/Props.cxx b/stella/src/emucore/Props.cxx index a17eb2734..694633688 100644 --- a/stella/src/emucore/Props.cxx +++ b/stella/src/emucore/Props.cxx @@ -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: Props.cxx,v 1.24 2009-01-20 16:21:28 stephena Exp $ +// $Id$ //============================================================================ #include diff --git a/stella/src/emucore/Props.hxx b/stella/src/emucore/Props.hxx index 49573a6a7..cd9646c56 100644 --- a/stella/src/emucore/Props.hxx +++ b/stella/src/emucore/Props.hxx @@ -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: Props.hxx,v 1.18 2009-01-20 16:21:28 stephena Exp $ +// $Id$ //============================================================================ #ifndef PROPERTIES_HXX @@ -54,7 +54,7 @@ enum PropertyType { if the property key is not found in the original property list. @author Bradford W. Mott - @version $Id: Props.hxx,v 1.18 2009-01-20 16:21:28 stephena Exp $ + @version $Id$ */ class Properties { diff --git a/stella/src/emucore/PropsSet.cxx b/stella/src/emucore/PropsSet.cxx index 5e4a58eb3..db945d329 100644 --- a/stella/src/emucore/PropsSet.cxx +++ b/stella/src/emucore/PropsSet.cxx @@ -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: PropsSet.cxx,v 1.38 2009-01-01 18:13:36 stephena Exp $ +// $Id$ //============================================================================ #include diff --git a/stella/src/emucore/PropsSet.hxx b/stella/src/emucore/PropsSet.hxx index a5be619f2..98e9b994c 100644 --- a/stella/src/emucore/PropsSet.hxx +++ b/stella/src/emucore/PropsSet.hxx @@ -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: PropsSet.hxx,v 1.20 2009-01-01 18:13:36 stephena Exp $ +// $Id$ //============================================================================ #ifndef PROPERTIES_SET_HXX diff --git a/stella/src/emucore/Random.cxx b/stella/src/emucore/Random.cxx index db534a164..c6d63a1ab 100644 --- a/stella/src/emucore/Random.cxx +++ b/stella/src/emucore/Random.cxx @@ -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: Random.cxx,v 1.7 2009-01-01 18:13:36 stephena Exp $ +// $Id$ //============================================================================ #include diff --git a/stella/src/emucore/Random.hxx b/stella/src/emucore/Random.hxx index 93327d723..74a036cf1 100644 --- a/stella/src/emucore/Random.hxx +++ b/stella/src/emucore/Random.hxx @@ -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: Random.hxx,v 1.7 2009-01-01 18:13:36 stephena Exp $ +// $Id$ //============================================================================ #ifndef RANDOM_HXX @@ -29,7 +29,7 @@ class OSystem; linear congruential generator. @author Bradford W. Mott - @version $Id: Random.hxx,v 1.7 2009-01-01 18:13:36 stephena Exp $ + @version $Id$ */ class Random { diff --git a/stella/src/emucore/SaveKey.cxx b/stella/src/emucore/SaveKey.cxx index 8189db547..fc3d80cc0 100644 --- a/stella/src/emucore/SaveKey.cxx +++ b/stella/src/emucore/SaveKey.cxx @@ -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: SaveKey.cxx,v 1.4 2009-01-01 18:13:37 stephena Exp $ +// $Id$ //============================================================================ #include "MT24LC256.hxx" diff --git a/stella/src/emucore/SaveKey.hxx b/stella/src/emucore/SaveKey.hxx index 9e1f5fc9b..0c61aaa55 100644 --- a/stella/src/emucore/SaveKey.hxx +++ b/stella/src/emucore/SaveKey.hxx @@ -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: SaveKey.hxx,v 1.4 2009-01-26 21:08:05 stephena Exp $ +// $Id$ //============================================================================ #ifndef SAVEKEY_HXX @@ -31,7 +31,7 @@ class MT24LC256; driver code. @author Stephen Anthony - @version $Id: SaveKey.hxx,v 1.4 2009-01-26 21:08:05 stephena Exp $ + @version $Id$ */ class SaveKey : public Controller { diff --git a/stella/src/emucore/SerialPort.hxx b/stella/src/emucore/SerialPort.hxx index 4fb606bca..eecfbcc7e 100644 --- a/stella/src/emucore/SerialPort.hxx +++ b/stella/src/emucore/SerialPort.hxx @@ -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: SerialPort.hxx,v 1.5 2009-01-01 18:13:37 stephena Exp $ +// $Id$ //============================================================================ #ifndef SERIALPORT_HXX @@ -27,7 +27,7 @@ and as such it always uses 19200, 8n1, no flow control. @author Stephen Anthony - @version $Id: SerialPort.hxx,v 1.5 2009-01-01 18:13:37 stephena Exp $ + @version $Id$ */ class SerialPort { diff --git a/stella/src/emucore/Serializable.hxx b/stella/src/emucore/Serializable.hxx index f49e44c3d..874ab5895 100644 --- a/stella/src/emucore/Serializable.hxx +++ b/stella/src/emucore/Serializable.hxx @@ -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: Serializable.hxx,v 1.3 2009-01-01 18:13:37 stephena Exp $ +// $Id$ //============================================================================ #ifndef SERIALIZABLE_HXX @@ -28,7 +28,7 @@ method signatures as defined below. @author Stephen Anthony - @version $Id: Serializable.hxx,v 1.3 2009-01-01 18:13:37 stephena Exp $ + @version $Id$ */ class Serializable { diff --git a/stella/src/emucore/Serializer.cxx b/stella/src/emucore/Serializer.cxx index 151e5ec1a..4437072da 100644 --- a/stella/src/emucore/Serializer.cxx +++ b/stella/src/emucore/Serializer.cxx @@ -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: Serializer.cxx,v 1.14 2009-01-01 18:13:37 stephena Exp $ +// $Id$ //============================================================================ #include "Serializer.hxx" diff --git a/stella/src/emucore/Serializer.hxx b/stella/src/emucore/Serializer.hxx index 9ee4cb9c7..ba866d8e4 100644 --- a/stella/src/emucore/Serializer.hxx +++ b/stella/src/emucore/Serializer.hxx @@ -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: Serializer.hxx,v 1.15 2009-01-01 18:13:37 stephena Exp $ +// $Id$ //============================================================================ #ifndef SERIALIZER_HXX @@ -32,7 +32,7 @@ string, boolean values are written using a special character pattern. @author Stephen Anthony - @version $Id: Serializer.hxx,v 1.15 2009-01-01 18:13:37 stephena Exp $ + @version $Id$ */ class Serializer { diff --git a/stella/src/emucore/Settings.cxx b/stella/src/emucore/Settings.cxx index 0942a8bc7..7e2ffa977 100644 --- a/stella/src/emucore/Settings.cxx +++ b/stella/src/emucore/Settings.cxx @@ -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: Settings.cxx,v 1.165 2009-03-12 16:04:08 stephena Exp $ +// $Id$ //============================================================================ #include diff --git a/stella/src/emucore/Settings.hxx b/stella/src/emucore/Settings.hxx index 10b7fe4f2..6a3641903 100644 --- a/stella/src/emucore/Settings.hxx +++ b/stella/src/emucore/Settings.hxx @@ -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: Settings.hxx,v 1.35 2009-01-01 18:13:37 stephena Exp $ +// $Id$ //============================================================================ #ifndef SETTINGS_HXX @@ -28,7 +28,7 @@ class OSystem; This class provides an interface for accessing frontend specific settings. @author Stephen Anthony - @version $Id: Settings.hxx,v 1.35 2009-01-01 18:13:37 stephena Exp $ + @version $Id$ */ class Settings { diff --git a/stella/src/emucore/Sound.hxx b/stella/src/emucore/Sound.hxx index b9e6b9e76..8a523f6cd 100644 --- a/stella/src/emucore/Sound.hxx +++ b/stella/src/emucore/Sound.hxx @@ -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: Sound.hxx,v 1.27 2009-01-22 00:49:32 stephena Exp $ +// $Id$ //============================================================================ #ifndef SOUND_HXX @@ -30,7 +30,7 @@ class Deserializer; It has no functionality whatsoever. @author Stephen Anthony - @version $Id: Sound.hxx,v 1.27 2009-01-22 00:49:32 stephena Exp $ + @version $Id$ */ class Sound { diff --git a/stella/src/emucore/SpeakJet.cxx b/stella/src/emucore/SpeakJet.cxx index 5b28186ff..48d0ac926 100644 --- a/stella/src/emucore/SpeakJet.cxx +++ b/stella/src/emucore/SpeakJet.cxx @@ -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: SpeakJet.cxx,v 1.10 2009-01-01 18:13:37 stephena Exp $ +// $Id$ //============================================================================ #ifdef SPEAKJET_EMULATION diff --git a/stella/src/emucore/SpeakJet.hxx b/stella/src/emucore/SpeakJet.hxx index b18e7409e..910a674ff 100644 --- a/stella/src/emucore/SpeakJet.hxx +++ b/stella/src/emucore/SpeakJet.hxx @@ -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: SpeakJet.hxx,v 1.11 2009-01-01 18:13:37 stephena Exp $ +// $Id$ //============================================================================ #ifdef SPEAKJET_EMULATION @@ -77,7 +77,7 @@ anyway). @author B. Watson - @version $Id: SpeakJet.hxx,v 1.11 2009-01-01 18:13:37 stephena Exp $ + @version $Id$ */ #include "bspf.hxx" diff --git a/stella/src/emucore/StateManager.cxx b/stella/src/emucore/StateManager.cxx index 77173649a..757ac97da 100644 --- a/stella/src/emucore/StateManager.cxx +++ b/stella/src/emucore/StateManager.cxx @@ -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: StateManager.cxx,v 1.6 2009-01-01 18:13:37 stephena Exp $ +// $Id$ //============================================================================ #include diff --git a/stella/src/emucore/StateManager.hxx b/stella/src/emucore/StateManager.hxx index 9d6bf9c47..2c20952b0 100644 --- a/stella/src/emucore/StateManager.hxx +++ b/stella/src/emucore/StateManager.hxx @@ -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: StateManager.hxx,v 1.5 2009-01-01 18:13:37 stephena Exp $ +// $Id$ //============================================================================ #ifndef STATE_MANAGER_HXX @@ -30,7 +30,7 @@ class OSystem; played back. @author Stephen Anthony - @version $Id: StateManager.hxx,v 1.5 2009-01-01 18:13:37 stephena Exp $ + @version $Id$ */ class StateManager { diff --git a/stella/src/emucore/Switches.cxx b/stella/src/emucore/Switches.cxx index c0f9ce247..1683aeb07 100644 --- a/stella/src/emucore/Switches.cxx +++ b/stella/src/emucore/Switches.cxx @@ -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: Switches.cxx,v 1.11 2009-01-01 18:13:37 stephena Exp $ +// $Id$ //============================================================================ #include "Event.hxx" diff --git a/stella/src/emucore/Switches.hxx b/stella/src/emucore/Switches.hxx index 6c41765c8..255eed102 100644 --- a/stella/src/emucore/Switches.hxx +++ b/stella/src/emucore/Switches.hxx @@ -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: Switches.hxx,v 1.8 2009-01-01 18:13:37 stephena Exp $ +// $Id$ //============================================================================ #ifndef SWITCHES_HXX @@ -29,7 +29,7 @@ class Properties; This class represents the console switches of the game console. @author Bradford W. Mott - @version $Id: Switches.hxx,v 1.8 2009-01-01 18:13:37 stephena Exp $ + @version $Id$ */ class Switches : public Serializable { diff --git a/stella/src/emucore/TIA.cxx b/stella/src/emucore/TIA.cxx index dccfeb255..3946fdcee 100644 --- a/stella/src/emucore/TIA.cxx +++ b/stella/src/emucore/TIA.cxx @@ -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: TIA.cxx,v 1.107 2009-05-10 20:57:18 stephena Exp $ +// $Id$ //============================================================================ //#define DEBUG_HMOVE diff --git a/stella/src/emucore/TIA.hxx b/stella/src/emucore/TIA.hxx index 432ce98b8..5ca036821 100644 --- a/stella/src/emucore/TIA.hxx +++ b/stella/src/emucore/TIA.hxx @@ -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: TIA.hxx,v 1.52 2009-01-24 18:17:34 stephena Exp $ +// $Id$ //============================================================================ #ifndef TIA_HXX @@ -39,7 +39,7 @@ class Settings; be displayed on screen. @author Bradford W. Mott - @version $Id: TIA.hxx,v 1.52 2009-01-24 18:17:34 stephena Exp $ + @version $Id$ */ class TIA : public Device { diff --git a/stella/src/emucore/TIASnd.cxx b/stella/src/emucore/TIASnd.cxx index 8dd618efd..7d599e522 100644 --- a/stella/src/emucore/TIASnd.cxx +++ b/stella/src/emucore/TIASnd.cxx @@ -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: TIASnd.cxx,v 1.8 2009-01-01 18:13:37 stephena Exp $ +// $Id$ //============================================================================ #include "System.hxx" diff --git a/stella/src/emucore/TIASnd.hxx b/stella/src/emucore/TIASnd.hxx index b3cacd394..5589713c5 100644 --- a/stella/src/emucore/TIASnd.hxx +++ b/stella/src/emucore/TIASnd.hxx @@ -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: TIASnd.hxx,v 1.8 2009-01-01 18:13:37 stephena Exp $ +// $Id$ //============================================================================ #ifndef TIASOUND_HXX @@ -26,7 +26,7 @@ hardware. @author Bradford W. Mott - @version $Id: TIASnd.hxx,v 1.8 2009-01-01 18:13:37 stephena Exp $ + @version $Id$ */ class TIASound { diff --git a/stella/src/emucore/TIATables.cxx b/stella/src/emucore/TIATables.cxx index f1bee25d6..338b78fbc 100644 --- a/stella/src/emucore/TIATables.cxx +++ b/stella/src/emucore/TIATables.cxx @@ -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: TIATables.cxx,v 1.3 2009-02-08 21:07:06 stephena Exp $ +// $Id$ //============================================================================ #include diff --git a/stella/src/emucore/TIATables.hxx b/stella/src/emucore/TIATables.hxx index d08c59c1c..977b90654 100644 --- a/stella/src/emucore/TIATables.hxx +++ b/stella/src/emucore/TIATables.hxx @@ -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: TIATables.hxx,v 1.2 2009-02-08 21:07:06 stephena Exp $ +// $Id$ //============================================================================ #ifndef TIA_TABLES_HXX @@ -102,7 +102,7 @@ enum { here. @author Stephen Anthony - @version $Id: TIATables.hxx,v 1.2 2009-02-08 21:07:06 stephena Exp $ + @version $Id$ */ class TIATables { diff --git a/stella/src/emucore/TrackBall.cxx b/stella/src/emucore/TrackBall.cxx index 5b8ef6a95..44fe99fc4 100644 --- a/stella/src/emucore/TrackBall.cxx +++ b/stella/src/emucore/TrackBall.cxx @@ -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: TrackBall.cxx,v 1.4 2009-01-01 18:13:37 stephena Exp $ +// $Id$ //============================================================================ #include diff --git a/stella/src/emucore/TrackBall.hxx b/stella/src/emucore/TrackBall.hxx index 992c013cc..208b5b688 100644 --- a/stella/src/emucore/TrackBall.hxx +++ b/stella/src/emucore/TrackBall.hxx @@ -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: TrackBall.hxx,v 1.3 2009-01-01 18:13:38 stephena Exp $ +// $Id$ //============================================================================ #ifndef TRACKBALL_HXX @@ -35,7 +35,7 @@ AmigaMouse: Amiga Mouse @author Stephen Anthony & z26 team - @version $Id: TrackBall.hxx,v 1.3 2009-01-01 18:13:38 stephena Exp $ + @version $Id$ */ class TrackBall : public Controller { diff --git a/stella/src/emucore/m6502/src/Device.cxx b/stella/src/emucore/m6502/src/Device.cxx index 31c46b780..2400af820 100644 --- a/stella/src/emucore/m6502/src/Device.cxx +++ b/stella/src/emucore/m6502/src/Device.cxx @@ -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: Device.cxx,v 1.6 2009-01-01 18:13:38 stephena Exp $ +// $Id$ //============================================================================ #include "Device.hxx" diff --git a/stella/src/emucore/m6502/src/Device.hxx b/stella/src/emucore/m6502/src/Device.hxx index f21b3cbf1..f6a490581 100644 --- a/stella/src/emucore/m6502/src/Device.hxx +++ b/stella/src/emucore/m6502/src/Device.hxx @@ -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: Device.hxx,v 1.9 2009-01-01 18:13:38 stephena Exp $ +// $Id$ //============================================================================ #ifndef DEVICE_HXX @@ -29,7 +29,7 @@ class System; based system. @author Bradford W. Mott - @version $Id: Device.hxx,v 1.9 2009-01-01 18:13:38 stephena Exp $ + @version $Id$ */ class Device : public Serializable { diff --git a/stella/src/emucore/m6502/src/M6502.cxx b/stella/src/emucore/m6502/src/M6502.cxx index 9d41c86da..4eefc88ed 100644 --- a/stella/src/emucore/m6502/src/M6502.cxx +++ b/stella/src/emucore/m6502/src/M6502.cxx @@ -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: M6502.cxx,v 1.25 2009-04-20 15:03:13 stephena Exp $ +// $Id$ //============================================================================ #include "M6502.hxx" diff --git a/stella/src/emucore/m6502/src/M6502.hxx b/stella/src/emucore/m6502/src/M6502.hxx index e6af2e1ab..56ef212dc 100644 --- a/stella/src/emucore/m6502/src/M6502.hxx +++ b/stella/src/emucore/m6502/src/M6502.hxx @@ -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: M6502.hxx,v 1.24 2009-04-20 15:03:13 stephena Exp $ +// $Id$ //============================================================================ #ifndef M6502_HXX @@ -41,7 +41,7 @@ typedef Common::Array ExpressionList; has a 64K addressing space. @author Bradford W. Mott - @version $Id: M6502.hxx,v 1.24 2009-04-20 15:03:13 stephena Exp $ + @version $Id$ */ class M6502 { diff --git a/stella/src/emucore/m6502/src/M6502.m4 b/stella/src/emucore/m6502/src/M6502.m4 index 86b735f64..3960abfb5 100644 --- a/stella/src/emucore/m6502/src/M6502.m4 +++ b/stella/src/emucore/m6502/src/M6502.m4 @@ -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: M6502.m4,v 1.8 2009-04-20 15:03:13 stephena Exp $ +// $Id$ //============================================================================ /** @@ -23,7 +23,7 @@ 'm4 M6502[Hi|Low].m4 M6502.m4 > M6502[Hi|Low].ins' @author Bradford W. Mott - @version $Id: M6502.m4,v 1.8 2009-04-20 15:03:13 stephena Exp $ + @version $Id$ */ #ifndef NOTSAMEPAGE diff --git a/stella/src/emucore/m6502/src/M6502Hi.cxx b/stella/src/emucore/m6502/src/M6502Hi.cxx index ad0c147b9..2442f8ea1 100644 --- a/stella/src/emucore/m6502/src/M6502Hi.cxx +++ b/stella/src/emucore/m6502/src/M6502Hi.cxx @@ -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: M6502Hi.cxx,v 1.25 2009-05-10 20:57:18 stephena Exp $ +// $Id$ //============================================================================ //#define DEBUG_OUTPUT diff --git a/stella/src/emucore/m6502/src/M6502Hi.hxx b/stella/src/emucore/m6502/src/M6502Hi.hxx index 7f5d54371..2b36aea51 100644 --- a/stella/src/emucore/m6502/src/M6502Hi.hxx +++ b/stella/src/emucore/m6502/src/M6502Hi.hxx @@ -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: M6502Hi.hxx,v 1.7 2009-01-01 18:13:38 stephena Exp $ +// $Id$ //============================================================================ #ifndef M6502HIGH_HXX @@ -35,7 +35,7 @@ class Deserializer; effects and for games which are very time sensitive. @author Bradford W. Mott - @version $Id: M6502Hi.hxx,v 1.7 2009-01-01 18:13:38 stephena Exp $ + @version $Id$ */ class M6502High : public M6502 { diff --git a/stella/src/emucore/m6502/src/M6502Hi.ins b/stella/src/emucore/m6502/src/M6502Hi.ins index 762a6e611..ba1b8799b 100644 --- a/stella/src/emucore/m6502/src/M6502Hi.ins +++ b/stella/src/emucore/m6502/src/M6502Hi.ins @@ -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: M6502Hi.ins,v 1.6 2009-04-20 15:03:13 stephena Exp $ +// $Id$ //============================================================================ /** @@ -21,7 +21,7 @@ high compatibility emulation @author Bradford W. Mott - @version $Id: M6502Hi.ins,v 1.6 2009-04-20 15:03:13 stephena Exp $ + @version $Id$ */ #ifndef NOTSAMEPAGE @@ -114,7 +114,7 @@ // See the file "license" for information on usage and redistribution of // this file, and for a DISCLAIMER OF ALL WARRANTIES. // -// $Id: M6502Hi.ins,v 1.6 2009-04-20 15:03:13 stephena Exp $ +// $Id$ //============================================================================ /** @@ -124,7 +124,7 @@ 'm4 M6502[Hi|Low].m4 M6502.m4 > M6502[Hi|Low].ins' @author Bradford W. Mott - @version $Id: M6502Hi.ins,v 1.6 2009-04-20 15:03:13 stephena Exp $ + @version $Id$ */ #ifndef NOTSAMEPAGE diff --git a/stella/src/emucore/m6502/src/M6502Hi.m4 b/stella/src/emucore/m6502/src/M6502Hi.m4 index 5855a69f0..07c8f510f 100644 --- a/stella/src/emucore/m6502/src/M6502Hi.m4 +++ b/stella/src/emucore/m6502/src/M6502Hi.m4 @@ -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: M6502Hi.m4,v 1.2 2005-06-16 01:11:29 stephena Exp $ +// $Id$ //============================================================================ /** @@ -21,7 +21,7 @@ high compatibility emulation @author Bradford W. Mott - @version $Id: M6502Hi.m4,v 1.2 2005-06-16 01:11:29 stephena Exp $ + @version $Id$ */ #ifndef NOTSAMEPAGE diff --git a/stella/src/emucore/m6502/src/M6502Low.cxx b/stella/src/emucore/m6502/src/M6502Low.cxx index 86ff132d0..0bc33d902 100644 --- a/stella/src/emucore/m6502/src/M6502Low.cxx +++ b/stella/src/emucore/m6502/src/M6502Low.cxx @@ -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: M6502Low.cxx,v 1.17 2009-01-13 14:45:34 stephena Exp $ +// $Id$ //============================================================================ #include "M6502Low.hxx" diff --git a/stella/src/emucore/m6502/src/M6502Low.hxx b/stella/src/emucore/m6502/src/M6502Low.hxx index cccf2a083..7bd838193 100644 --- a/stella/src/emucore/m6502/src/M6502Low.hxx +++ b/stella/src/emucore/m6502/src/M6502Low.hxx @@ -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: M6502Low.hxx,v 1.9 2009-01-01 18:13:38 stephena Exp $ +// $Id$ //============================================================================ #ifndef M6502LOW_HXX @@ -41,7 +41,7 @@ class Deserializer; better compatibility is neccessary use one of the other 6502 classes. @author Bradford W. Mott - @version $Id: M6502Low.hxx,v 1.9 2009-01-01 18:13:38 stephena Exp $ + @version $Id$ */ class M6502Low : public M6502 { diff --git a/stella/src/emucore/m6502/src/M6502Low.ins b/stella/src/emucore/m6502/src/M6502Low.ins index 3d6ec61f6..676d1337e 100644 --- a/stella/src/emucore/m6502/src/M6502Low.ins +++ b/stella/src/emucore/m6502/src/M6502Low.ins @@ -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: M6502Low.ins,v 1.8 2009-04-20 15:03:13 stephena Exp $ +// $Id$ //============================================================================ /** @@ -21,7 +21,7 @@ low compatibility emulation @author Bradford W. Mott - @version $Id: M6502Low.ins,v 1.8 2009-04-20 15:03:13 stephena Exp $ + @version $Id$ */ #ifndef NOTSAMEPAGE @@ -115,7 +115,7 @@ // See the file "license" for information on usage and redistribution of // this file, and for a DISCLAIMER OF ALL WARRANTIES. // -// $Id: M6502Low.ins,v 1.8 2009-04-20 15:03:13 stephena Exp $ +// $Id$ //============================================================================ /** @@ -125,7 +125,7 @@ 'm4 M6502[Hi|Low].m4 M6502.m4 > M6502[Hi|Low].ins' @author Bradford W. Mott - @version $Id: M6502Low.ins,v 1.8 2009-04-20 15:03:13 stephena Exp $ + @version $Id$ */ #ifndef NOTSAMEPAGE diff --git a/stella/src/emucore/m6502/src/M6502Low.m4 b/stella/src/emucore/m6502/src/M6502Low.m4 index e26495b6b..be10fd68a 100644 --- a/stella/src/emucore/m6502/src/M6502Low.m4 +++ b/stella/src/emucore/m6502/src/M6502Low.m4 @@ -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: M6502Low.m4,v 1.4 2006-02-05 02:49:47 stephena Exp $ +// $Id$ //============================================================================ /** @@ -21,7 +21,7 @@ low compatibility emulation @author Bradford W. Mott - @version $Id: M6502Low.m4,v 1.4 2006-02-05 02:49:47 stephena Exp $ + @version $Id$ */ #ifndef NOTSAMEPAGE diff --git a/stella/src/emucore/m6502/src/NullDev.cxx b/stella/src/emucore/m6502/src/NullDev.cxx index 4a80be92d..f064b5b98 100644 --- a/stella/src/emucore/m6502/src/NullDev.cxx +++ b/stella/src/emucore/m6502/src/NullDev.cxx @@ -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: NullDev.cxx,v 1.8 2009-01-01 18:13:38 stephena Exp $ +// $Id$ //============================================================================ #include "NullDev.hxx" diff --git a/stella/src/emucore/m6502/src/NullDev.hxx b/stella/src/emucore/m6502/src/NullDev.hxx index 444f60cc4..96e849126 100644 --- a/stella/src/emucore/m6502/src/NullDev.hxx +++ b/stella/src/emucore/m6502/src/NullDev.hxx @@ -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: NullDev.hxx,v 1.8 2009-01-01 18:13:38 stephena Exp $ +// $Id$ //============================================================================ #ifndef NULLDEVICE_HXX @@ -32,7 +32,7 @@ class Deserializer; holes in the address space (i.e. no real device attached). @author Bradford W. Mott - @version $Id: NullDev.hxx,v 1.8 2009-01-01 18:13:38 stephena Exp $ + @version $Id$ */ class NullDevice : public Device { diff --git a/stella/src/emucore/m6502/src/System.cxx b/stella/src/emucore/m6502/src/System.cxx index 9713a52f0..f21758617 100644 --- a/stella/src/emucore/m6502/src/System.cxx +++ b/stella/src/emucore/m6502/src/System.cxx @@ -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: System.cxx,v 1.27 2009-01-01 18:13:38 stephena Exp $ +// $Id$ //============================================================================ #include diff --git a/stella/src/emucore/m6502/src/System.hxx b/stella/src/emucore/m6502/src/System.hxx index efb5c95c4..4738d7fc7 100644 --- a/stella/src/emucore/m6502/src/System.hxx +++ b/stella/src/emucore/m6502/src/System.hxx @@ -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: System.hxx,v 1.20 2009-01-01 18:13:38 stephena Exp $ +// $Id$ //============================================================================ #ifndef SYSTEM_HXX @@ -47,7 +47,7 @@ class NullDevice; dynamic code for that page of memory. @author Bradford W. Mott - @version $Id: System.hxx,v 1.20 2009-01-01 18:13:38 stephena Exp $ + @version $Id$ */ class System : public Serializable { diff --git a/stella/src/emucore/m6502/src/bspf/src/bspf.hxx b/stella/src/emucore/m6502/src/bspf/src/bspf.hxx index d3705db2b..2ce9ff70d 100644 --- a/stella/src/emucore/m6502/src/bspf/src/bspf.hxx +++ b/stella/src/emucore/m6502/src/bspf/src/bspf.hxx @@ -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: bspf.hxx,v 1.22 2009-01-11 21:31:21 stephena Exp $ +// $Id$ //============================================================================ #ifndef BSPF_HXX @@ -24,7 +24,7 @@ that need to be defined for different operating systems. @author Bradford W. Mott - @version $Id: bspf.hxx,v 1.22 2009-01-11 21:31:21 stephena Exp $ + @version $Id$ */ // Types for 8-bit signed and unsigned integers diff --git a/stella/src/emucore/misc/romtohex.cxx b/stella/src/emucore/misc/romtohex.cxx index 7cbec94ae..655ddb3ee 100644 --- a/stella/src/emucore/misc/romtohex.cxx +++ b/stella/src/emucore/misc/romtohex.cxx @@ -2,7 +2,7 @@ Simple program that produces a hex list of a binary object file @author Bradford W. Mott - @version $Id: romtohex.cxx,v 1.2 2002-04-05 02:18:23 bwmott Exp $ + @version $Id$ */ #include diff --git a/stella/src/emucore/rsynth/COPYING b/stella/src/emucore/rsynth/COPYING deleted file mode 100644 index 60549be51..000000000 --- a/stella/src/emucore/rsynth/COPYING +++ /dev/null @@ -1,340 +0,0 @@ - GNU GENERAL PUBLIC LICENSE - Version 2, June 1991 - - Copyright (C) 1989, 1991 Free Software Foundation, Inc. - 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - Preamble - - The licenses for most software are designed to take away your -freedom to share and change it. By contrast, the GNU General Public -License is intended to guarantee your freedom to share and change free -software--to make sure the software is free for all its users. This -General Public License applies to most of the Free Software -Foundation's software and to any other program whose authors commit to -using it. (Some other Free Software Foundation software is covered by -the GNU Library General Public License instead.) You can apply it to -your programs, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -this service if you wish), that you receive source code or can get it -if you want it, that you can change the software or use pieces of it -in new free programs; and that you know you can do these things. - - To protect your rights, we need to make restrictions that forbid -anyone to deny you these rights or to ask you to surrender the rights. -These restrictions translate to certain responsibilities for you if you -distribute copies of the software, or if you modify it. - - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must give the recipients all the rights that -you have. You must make sure that they, too, receive or can get the -source code. And you must show them these terms so they know their -rights. - - We protect your rights with two steps: (1) copyright the software, and -(2) offer you this license which gives you legal permission to copy, -distribute and/or modify the software. - - Also, for each author's protection and ours, we want to make certain -that everyone understands that there is no warranty for this free -software. If the software is modified by someone else and passed on, we -want its recipients to know that what they have is not the original, so -that any problems introduced by others will not reflect on the original -authors' reputations. - - Finally, any free program is threatened constantly by software -patents. We wish to avoid the danger that redistributors of a free -program will individually obtain patent licenses, in effect making the -program proprietary. To prevent this, we have made it clear that any -patent must be licensed for everyone's free use or not licensed at all. - - The precise terms and conditions for copying, distribution and -modification follow. - - GNU GENERAL PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - - 0. This License applies to any program or other work which contains -a notice placed by the copyright holder saying it may be distributed -under the terms of this General Public License. The "Program", below, -refers to any such program or work, and a "work based on the Program" -means either the Program or any derivative work under copyright law: -that is to say, a work containing the Program or a portion of it, -either verbatim or with modifications and/or translated into another -language. (Hereinafter, translation is included without limitation in -the term "modification".) Each licensee is addressed as "you". - -Activities other than copying, distribution and modification are not -covered by this License; they are outside its scope. The act of -running the Program is not restricted, and the output from the Program -is covered only if its contents constitute a work based on the -Program (independent of having been made by running the Program). -Whether that is true depends on what the Program does. - - 1. You may copy and distribute verbatim copies of the Program's -source code as you receive it, in any medium, provided that you -conspicuously and appropriately publish on each copy an appropriate -copyright notice and disclaimer of warranty; keep intact all the -notices that refer to this License and to the absence of any warranty; -and give any other recipients of the Program a copy of this License -along with the Program. - -You may charge a fee for the physical act of transferring a copy, and -you may at your option offer warranty protection in exchange for a fee. - - 2. You may modify your copy or copies of the Program or any portion -of it, thus forming a work based on the Program, and copy and -distribute such modifications or work under the terms of Section 1 -above, provided that you also meet all of these conditions: - - a) You must cause the modified files to carry prominent notices - stating that you changed the files and the date of any change. - - b) You must cause any work that you distribute or publish, that in - whole or in part contains or is derived from the Program or any - part thereof, to be licensed as a whole at no charge to all third - parties under the terms of this License. - - c) If the modified program normally reads commands interactively - when run, you must cause it, when started running for such - interactive use in the most ordinary way, to print or display an - announcement including an appropriate copyright notice and a - notice that there is no warranty (or else, saying that you provide - a warranty) and that users may redistribute the program under - these conditions, and telling the user how to view a copy of this - License. (Exception: if the Program itself is interactive but - does not normally print such an announcement, your work based on - the Program is not required to print an announcement.) - -These requirements apply to the modified work as a whole. If -identifiable sections of that work are not derived from the Program, -and can be reasonably considered independent and separate works in -themselves, then this License, and its terms, do not apply to those -sections when you distribute them as separate works. But when you -distribute the same sections as part of a whole which is a work based -on the Program, the distribution of the whole must be on the terms of -this License, whose permissions for other licensees extend to the -entire whole, and thus to each and every part regardless of who wrote it. - -Thus, it is not the intent of this section to claim rights or contest -your rights to work written entirely by you; rather, the intent is to -exercise the right to control the distribution of derivative or -collective works based on the Program. - -In addition, mere aggregation of another work not based on the Program -with the Program (or with a work based on the Program) on a volume of -a storage or distribution medium does not bring the other work under -the scope of this License. - - 3. You may copy and distribute the Program (or a work based on it, -under Section 2) in object code or executable form under the terms of -Sections 1 and 2 above provided that you also do one of the following: - - a) Accompany it with the complete corresponding machine-readable - source code, which must be distributed under the terms of Sections - 1 and 2 above on a medium customarily used for software interchange; or, - - b) Accompany it with a written offer, valid for at least three - years, to give any third party, for a charge no more than your - cost of physically performing source distribution, a complete - machine-readable copy of the corresponding source code, to be - distributed under the terms of Sections 1 and 2 above on a medium - customarily used for software interchange; or, - - c) Accompany it with the information you received as to the offer - to distribute corresponding source code. (This alternative is - allowed only for noncommercial distribution and only if you - received the program in object code or executable form with such - an offer, in accord with Subsection b above.) - -The source code for a work means the preferred form of the work for -making modifications to it. For an executable work, complete source -code means all the source code for all modules it contains, plus any -associated interface definition files, plus the scripts used to -control compilation and installation of the executable. However, as a -special exception, the source code distributed need not include -anything that is normally distributed (in either source or binary -form) with the major components (compiler, kernel, and so on) of the -operating system on which the executable runs, unless that component -itself accompanies the executable. - -If distribution of executable or object code is made by offering -access to copy from a designated place, then offering equivalent -access to copy the source code from the same place counts as -distribution of the source code, even though third parties are not -compelled to copy the source along with the object code. - - 4. You may not copy, modify, sublicense, or distribute the Program -except as expressly provided under this License. Any attempt -otherwise to copy, modify, sublicense or distribute the Program is -void, and will automatically terminate your rights under this License. -However, parties who have received copies, or rights, from you under -this License will not have their licenses terminated so long as such -parties remain in full compliance. - - 5. You are not required to accept this License, since you have not -signed it. However, nothing else grants you permission to modify or -distribute the Program or its derivative works. These actions are -prohibited by law if you do not accept this License. Therefore, by -modifying or distributing the Program (or any work based on the -Program), you indicate your acceptance of this License to do so, and -all its terms and conditions for copying, distributing or modifying -the Program or works based on it. - - 6. Each time you redistribute the Program (or any work based on the -Program), the recipient automatically receives a license from the -original licensor to copy, distribute or modify the Program subject to -these terms and conditions. You may not impose any further -restrictions on the recipients' exercise of the rights granted herein. -You are not responsible for enforcing compliance by third parties to -this License. - - 7. If, as a consequence of a court judgment or allegation of patent -infringement or for any other reason (not limited to patent issues), -conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot -distribute so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you -may not distribute the Program at all. For example, if a patent -license would not permit royalty-free redistribution of the Program by -all those who receive copies directly or indirectly through you, then -the only way you could satisfy both it and this License would be to -refrain entirely from distribution of the Program. - -If any portion of this section is held invalid or unenforceable under -any particular circumstance, the balance of the section is intended to -apply and the section as a whole is intended to apply in other -circumstances. - -It is not the purpose of this section to induce you to infringe any -patents or other property right claims or to contest validity of any -such claims; this section has the sole purpose of protecting the -integrity of the free software distribution system, which is -implemented by public license practices. Many people have made -generous contributions to the wide range of software distributed -through that system in reliance on consistent application of that -system; it is up to the author/donor to decide if he or she is willing -to distribute software through any other system and a licensee cannot -impose that choice. - -This section is intended to make thoroughly clear what is believed to -be a consequence of the rest of this License. - - 8. If the distribution and/or use of the Program is restricted in -certain countries either by patents or by copyrighted interfaces, the -original copyright holder who places the Program under this License -may add an explicit geographical distribution limitation excluding -those countries, so that distribution is permitted only in or among -countries not thus excluded. In such case, this License incorporates -the limitation as if written in the body of this License. - - 9. The Free Software Foundation may publish revised and/or new versions -of the General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to -address new problems or concerns. - -Each version is given a distinguishing version number. If the Program -specifies a version number of this License which applies to it and "any -later version", you have the option of following the terms and conditions -either of that version or of any later version published by the Free -Software Foundation. If the Program does not specify a version number of -this License, you may choose any version ever published by the Free Software -Foundation. - - 10. If you wish to incorporate parts of the Program into other free -programs whose distribution conditions are different, write to the author -to ask for permission. For software which is copyrighted by the Free -Software Foundation, write to the Free Software Foundation; we sometimes -make exceptions for this. Our decision will be guided by the two goals -of preserving the free status of all derivatives of our free software and -of promoting the sharing and reuse of software generally. - - NO WARRANTY - - 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY -FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN -OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES -PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED -OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS -TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE -PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, -REPAIR OR CORRECTION. - - 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR -REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, -INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING -OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED -TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY -YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER -PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE -POSSIBILITY OF SUCH DAMAGES. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Programs - - If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms. - - To do so, attach the following notices to the program. It is safest -to attach them to the start of each source file to most effectively -convey the exclusion of warranty; and each file should have at least -the "copyright" line and a pointer to where the full notice is found. - - - Copyright (C) 19yy - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - - -Also add information on how to contact you by electronic and paper mail. - -If the program is interactive, make it output a short notice like this -when it starts in an interactive mode: - - Gnomovision version 69, Copyright (C) 19yy name of author - Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, the commands you use may -be called something other than `show w' and `show c'; they could even be -mouse-clicks or menu items--whatever suits your program. - -You should also get your employer (if you work as a programmer) or your -school, if any, to sign a "copyright disclaimer" for the program, if -necessary. Here is a sample; alter the names: - - Yoyodyne, Inc., hereby disclaims all copyright interest in the program - `Gnomovision' (which makes passes at compilers) written by James Hacker. - - , 1 April 1989 - Ty Coon, President of Vice - -This General Public License does not permit incorporating your program into -proprietary programs. If your program is a subroutine library, you may -consider it more useful to permit linking proprietary applications with the -library. If this is what you want to do, use the GNU Library General -Public License instead of this License. diff --git a/stella/src/emucore/rsynth/Elements.def b/stella/src/emucore/rsynth/Elements.def deleted file mode 100644 index e1e1c2df5..000000000 --- a/stella/src/emucore/rsynth/Elements.def +++ /dev/null @@ -1,1950 +0,0 @@ -/* - Copyright (c) 1994,2001-2004 Nick Ing-Simmons. All rights reserved. - - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Library General Public - License as published by the Free Software Foundation; either - version 2 of the License, or (at your option) any later version. - - This library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Library General Public License for more details. - - You should have received a copy of the GNU Library General Public - License along with this library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, - MA 02111-1307, USA - -*/ -{"END", 31, 5, 5,".",".",0, /* [.] */ - { - { 270, 50, 3, 3, 31}, /* fn */ - { 490, 100, 0, 0, 31}, /* f1 */ - { 1480, 100, 0, 0, 31}, /* f2 */ - { 2500, 100, 0, 0, 31}, /* f3 */ - { 60, 100, 0, 0, 31}, /* b1 */ - { 90, 100, 0, 0, 31}, /* b2 */ - { 150, 100, 0, 0, 31}, /* b3 */ - { 0, 100, 3, 0, 31}, /* pn */ - { 0, 100, 3, 0, 31}, /* a2 */ - { 0, 100, 3, 0, 31}, /* a3 */ - { 0, 100, 3, 0, 31}, /* a4 */ - { 0, 100, 3, 0, 31}, /* a5 */ - { 0, 100, 3, 0, 31}, /* a6 */ - { 0, 100, 3, 0, 31}, /* ab */ - { 0, 50, 0, 0, 31}, /* av */ - { 0, 50, 0, 0, 31}, /* avc */ - { 0, 50, 0, 0, 31}, /* asp */ - { 0, 50, 0, 0, 31} /* af */ - } -}, - -{"Q", 29, 6, 6," "," ",0, /* [ ] */ - { - { 270, 50, 3, 3, 29}, /* fn */ - { 490, 100, 3, 3, 29}, /* f1 */ - { 1480, 100, 3, 3, 29}, /* f2 */ - { 2500, 100, 3, 3, 29}, /* f3 */ - { 60, 100, 3, 3, 29}, /* b1 */ - { 90, 100, 3, 3, 29}, /* b2 */ - { 150, 100, 3, 3, 29}, /* b3 */ - { 0, 100, 3, 0, 29}, /* pn */ - { 0, 100, 3, 0, 29}, /* a2 */ - { 0, 100, 3, 0, 29}, /* a3 */ - { 0, 100, 3, 0, 29}, /* a4 */ - { 0, 100, 3, 0, 29}, /* a5 */ - { 0, 100, 3, 0, 29}, /* a6 */ - { 0, 100, 3, 0, 29}, /* ab */ - { 0, 50, 0, 0, 29}, /* av */ - { 0, 50, 0, 0, 29}, /* avc */ - { 0, 50, 0, 0, 29}, /* asp */ - { 0, 50, 0, 0, 29} /* af */ - } -}, - -{"P", 23, 8, 8,"p","p",blb|stl|vls, /* [p] */ - { - { 270, 50, 0, 0, 23}, /* fn */ - { 190, 50, 2, 2, 23}, /* f1 */ - { 760, 50, 2, 2, 23}, /* f2 */ - { 2500, 100, 0, 2, 23}, /* f3 */ - { 60, 50, 2, 2, 23}, /* b1 */ - { 90, 50, 2, 2, 23}, /* b2 */ - { 150, 100, 0, 2, 23}, /* b3 */ - { 0, 100, 0, 0, 23}, /* pn */ - { 0, 100, 0, 0, 23}, /* a2 */ - { 0, 100, 0, 0, 23}, /* a3 */ - { 0, 100, 0, 0, 23}, /* a4 */ - { 0, 100, 0, 0, 23}, /* a5 */ - { 0, 100, 0, 0, 23}, /* a6 */ - { 0, 100, 0, 0, 23}, /* ab */ - { 0, 50, 0, 0, 23}, /* av */ - { 0, 50, 0, 0, 23}, /* avc */ - { 34, 50, 0, 0, 23}, /* asp */ - { 60, 50, 0, 0, 23} /* af */ - } -}, - -{"PY", 29, 1, 1,"p","p",blb|vls|stp, /* [p] */ - { - { 270, 50, 0, 0, 29}, /* fn */ - { 190, 100, 0, 0, 29}, /* f1 */ - { 760, 100, 0, 0, 29}, /* f2 */ - { 2500, 100, 0, 0, 29}, /* f3 */ - { 60, 100, 0, 0, 29}, /* b1 */ - { 90, 100, 0, 0, 29}, /* b2 */ - { 150, 100, 0, 0, 29}, /* b3 */ - { 0, 100, 0, 0, 29}, /* pn */ - { 46.5, 100, 0, 0, 29}, /* a2 */ - { 33.4, 100, 0, 0, 29}, /* a3 */ - { 24.5, 100, 0, 0, 29}, /* a4 */ - { 0, 100, 0, 0, 29}, /* a5 */ - { 0, 100, 0, 0, 29}, /* a6 */ - { 0, 100, 0, 0, 29}, /* ab */ - { 0, 50, 0, 0, 29}, /* av */ - { 0, 50, 0, 0, 29}, /* avc */ - { 34, 50, 0, 0, 29}, /* asp */ - { 60, 50, 0, 0, 29} /* af */ - } -}, - -{"PZ", 23, 2, 2,"p","p",blb|stl|vls, /* [p] */ - { - { 270, 50, 0, 0, 23}, /* fn */ - { 190, 50, 2, 2, 23}, /* f1 */ - { 760, 50, 2, 2, 23}, /* f2 */ - { 2500, 100, 2, 2, 23}, /* f3 */ - { 60, 50, 2, 2, 23}, /* b1 */ - { 90, 50, 2, 2, 23}, /* b2 */ - { 150, 100, 2, 2, 23}, /* b3 */ - { 0, 100, 0, 0, 23}, /* pn */ - { 36, 100, 0, 0, 23}, /* a2 */ - { 22.9, 100, 0, 0, 23}, /* a3 */ - { 14, 100, 0, 0, 23}, /* a4 */ - { 0, 100, 0, 0, 23}, /* a5 */ - { 0, 100, 0, 0, 23}, /* a6 */ - { 0, 100, 0, 0, 23}, /* ab */ - { 0, 50, 0, 0, 23}, /* av */ - { 0, 50, 0, 0, 23}, /* avc */ - { 34, 50, 0, 0, 23}, /* asp */ - { 60, 50, 0, 0, 23} /* af */ - } -}, - -{"B", 26,12,12,"b","b",blb|stl|vcd, /* [b] */ - { - { 270, 50, 0, 0, 26}, /* fn */ - { 190, 50, 2, 2, 26}, /* f1 */ - { 760, 50, 2, 2, 26}, /* f2 */ - { 2500, 100, 0, 2, 26}, /* f3 */ - { 60, 50, 2, 2, 26}, /* b1 */ - { 90, 50, 2, 2, 26}, /* b2 */ - { 150, 100, 0, 2, 26}, /* b3 */ - { 0, 100, 0, 0, 26}, /* pn */ - { 0, 100, 0, 0, 26}, /* a2 */ - { 0, 100, 0, 0, 26}, /* a3 */ - { 0, 100, 0, 0, 26}, /* a4 */ - { 0, 100, 0, 0, 26}, /* a5 */ - { 0, 100, 0, 0, 26}, /* a6 */ - { 0, 100, 0, 0, 26}, /* ab */ - { 0, 50, 0, 0, 26}, /* av */ - { 49, 50, 0, 0, 26}, /* avc */ - { 0, 50, 0, 0, 26}, /* asp */ - { 0, 50, 0, 0, 26} /* af */ - } -}, - -{"BY", 29, 1, 1,"b","b",blb|stp|vcd, /* [b] */ - { - { 270, 50, 0, 0, 29}, /* fn */ - { 190, 100, 0, 0, 29}, /* f1 */ - { 760, 100, 0, 0, 29}, /* f2 */ - { 2500, 100, 0, 0, 29}, /* f3 */ - { 60, 100, 0, 0, 29}, /* b1 */ - { 90, 100, 0, 0, 29}, /* b2 */ - { 150, 100, 0, 0, 29}, /* b3 */ - { 0, 100, 0, 0, 29}, /* pn */ - { 46.5, 100, 0, 0, 29}, /* a2 */ - { 32.9, 100, 0, 0, 29}, /* a3 */ - { 24.5, 100, 0, 0, 29}, /* a4 */ - { 0, 100, 0, 0, 29}, /* a5 */ - { 0, 100, 0, 0, 29}, /* a6 */ - { 0, 100, 0, 0, 29}, /* ab */ - { 49, 50, 0, 0, 29}, /* av */ - { 49, 50, 0, 0, 29}, /* avc */ - { 0, 50, 0, 0, 29}, /* asp */ - { 0, 50, 0, 0, 29} /* af */ - } -}, - -{"BZ", 26, 0, 0,"b","b",blb|stl|vcd, /* [b] */ - { - { 270, 50, 0, 0, 26}, /* fn */ - { 190, 50, 2, 0, 26}, /* f1 */ - { 760, 50, 2, 0, 26}, /* f2 */ - { 2500, 100, 0, 0, 26}, /* f3 */ - { 60, 50, 2, 0, 26}, /* b1 */ - { 90, 50, 2, 0, 26}, /* b2 */ - { 150, 100, 0, 0, 26}, /* b3 */ - { 0, 100, 0, 0, 26}, /* pn */ - { 0, 100, 0, 0, 26}, /* a2 */ - { 0, 100, 0, 0, 26}, /* a3 */ - { 0, 100, 0, 0, 26}, /* a4 */ - { 0, 100, 0, 0, 26}, /* a5 */ - { 0, 100, 0, 0, 26}, /* a6 */ - { 0, 100, 0, 0, 26}, /* ab */ - { 49, 50, 0, 0, 26}, /* av */ - { 49, 50, 0, 0, 26}, /* avc */ - { 0, 50, 0, 0, 26}, /* asp */ - { 0, 50, 0, 0, 26} /* af */ - } -}, - -{"T", 23, 6, 6,"t","t",stl|vls|alv, /* [t] */ - { - { 270, 50, 0, 0, 23}, /* fn */ - { 190, 50, 2, 2, 23}, /* f1 */ - { 1780, 50, 2, 2, 23}, /* f2 */ - { 2680, 0, 0, 2, 23}, /* f3 */ - { 60, 50, 2, 2, 23}, /* b1 */ - { 90, 50, 2, 2, 23}, /* b2 */ - { 150, 0, 0, 2, 23}, /* b3 */ - { 0, 100, 0, 0, 23}, /* pn */ - { 0, 100, 0, 0, 23}, /* a2 */ - { 0, 100, 0, 0, 23}, /* a3 */ - { 0, 100, 0, 0, 23}, /* a4 */ - { 0, 100, 0, 0, 23}, /* a5 */ - { 0, 100, 0, 0, 23}, /* a6 */ - { 0, 100, 0, 0, 23}, /* ab */ - { 0, 50, 0, 0, 23}, /* av */ - { 0, 50, 0, 0, 23}, /* avc */ - { 34, 50, 0, 0, 23}, /* asp */ - { 60, 50, 0, 0, 23} /* af */ - } -}, - -{"TY", 29, 1, 1,"t","t",vls|stp|alv, /* [t] */ - { - { 270, 50, 0, 0, 29}, /* fn */ - { 190, 100, 0, 0, 29}, /* f1 */ - { 1780, 100, 0, 0, 29}, /* f2 */ - { 2680, 100, 0, 0, 29}, /* f3 */ - { 60, 100, 0, 0, 29}, /* b1 */ - { 90, 100, 0, 0, 29}, /* b2 */ - { 150, 100, 0, 0, 29}, /* b3 */ - { 0, 100, 0, 0, 29}, /* pn */ - { 0, 100, 0, 0, 29}, /* a2 */ - { 28.1, 100, 0, 0, 29}, /* a3 */ - { 36.8, 100, 0, 0, 29}, /* a4 */ - { 0, 100, 0, 0, 29}, /* a5 */ - { 0, 100, 0, 0, 29}, /* a6 */ - { 0, 100, 0, 0, 29}, /* ab */ - { 0, 50, 0, 0, 29}, /* av */ - { 0, 50, 0, 0, 29}, /* avc */ - { 34, 50, 0, 0, 29}, /* asp */ - { 60, 50, 0, 0, 29} /* af */ - } -}, - -{"TZ", 23, 2, 2,"t","t",stl|vls|alv, /* [t] */ - { - { 270, 50, 0, 0, 23}, /* fn */ - { 190, 50, 2, 1, 23}, /* f1 */ - { 1780, 50, 2, 1, 23}, /* f2 */ - { 2680, 0, 2, 0, 23}, /* f3 */ - { 60, 50, 2, 1, 23}, /* b1 */ - { 90, 50, 2, 1, 23}, /* b2 */ - { 150, 0, 2, 0, 23}, /* b3 */ - { 0, 100, 0, 0, 23}, /* pn */ - { 0, 100, 0, 0, 23}, /* a2 */ - { 17.6, 100, 0, 0, 23}, /* a3 */ - { 26.2, 100, 0, 0, 23}, /* a4 */ - { 0, 100, 0, 0, 23}, /* a5 */ - { 0, 100, 0, 0, 23}, /* a6 */ - { 0, 100, 0, 0, 23}, /* ab */ - { 0, 50, 0, 0, 23}, /* av */ - { 0, 50, 0, 0, 23}, /* avc */ - { 34, 50, 0, 0, 23}, /* asp */ - { 60, 50, 0, 0, 23} /* af */ - } -}, - -{"D", 26, 8, 8,"d","d",stl|vcd|alv, /* [d] */ - { - { 270, 50, 0, 0, 26}, /* fn */ - { 190, 50, 2, 2, 26}, /* f1 */ - { 1780, 50, 2, 2, 26}, /* f2 */ - { 2680, 0, 2, 2, 26}, /* f3 */ - { 60, 50, 2, 2, 26}, /* b1 */ - { 90, 50, 2, 2, 26}, /* b2 */ - { 150, 0, 2, 2, 26}, /* b3 */ - { 0, 100, 0, 0, 26}, /* pn */ - { 0, 100, 0, 0, 26}, /* a2 */ - { 0, 100, 0, 0, 26}, /* a3 */ - { 0, 100, 0, 0, 26}, /* a4 */ - { 0, 100, 0, 0, 26}, /* a5 */ - { 0, 100, 0, 0, 26}, /* a6 */ - { 0, 100, 0, 0, 26}, /* ab */ - { 0, 100, 0, 0, 26}, /* av */ - { 49, 50, 0, 0, 26}, /* avc */ - { 0, 50, 0, 0, 26}, /* asp */ - { 0, 50, 0, 0, 26} /* af */ - } -}, - -{"DY", 29, 1, 1,"d","d",stp|vcd|alv, /* [d] */ - { - { 270, 50, 0, 0, 29}, /* fn */ - { 190, 100, 0, 0, 29}, /* f1 */ - { 1780, 100, 0, 0, 29}, /* f2 */ - { 2680, 100, 0, 0, 29}, /* f3 */ - { 60, 100, 0, 0, 29}, /* b1 */ - { 90, 100, 0, 0, 29}, /* b2 */ - { 150, 100, 0, 0, 29}, /* b3 */ - { 0, 100, 0, 0, 29}, /* pn */ - { 36, 100, 0, 0, 29}, /* a2 */ - { 24.6, 100, 0, 0, 29}, /* a3 */ - { 31.5, 100, 0, 0, 29}, /* a4 */ - { 0, 100, 0, 0, 29}, /* a5 */ - { 0, 100, 0, 0, 29}, /* a6 */ - { 0, 100, 0, 0, 29}, /* ab */ - { 49, 50, 0, 0, 29}, /* av */ - { 49, 50, 0, 0, 29}, /* avc */ - { 0, 50, 0, 0, 29}, /* asp */ - { 0, 50, 0, 0, 29} /* af */ - } -}, - -{"DZ", 26, 1, 1,"d","d",stl|vcd|alv, /* [d] */ - { - { 270, 50, 0, 0, 26}, /* fn */ - { 190, 50, 2, 0, 26}, /* f1 */ - { 1780, 50, 2, 0, 26}, /* f2 */ - { 2680, 0, 2, 0, 26}, /* f3 */ - { 60, 50, 2, 0, 26}, /* b1 */ - { 90, 50, 2, 0, 26}, /* b2 */ - { 150, 0, 2, 0, 26}, /* b3 */ - { 0, 100, 0, 0, 26}, /* pn */ - { 25.5, 100, 0, 0, 26}, /* a2 */ - { 14.1, 100, 0, 0, 26}, /* a3 */ - { 21, 100, 0, 0, 26}, /* a4 */ - { 0, 100, 0, 0, 26}, /* a5 */ - { 0, 100, 0, 0, 26}, /* a6 */ - { 0, 100, 0, 0, 26}, /* ab */ - { 49, 50, 0, 0, 26}, /* av */ - { 49, 50, 0, 0, 26}, /* avc */ - { 0, 50, 0, 0, 26}, /* asp */ - { 0, 50, 0, 0, 26} /* af */ - } -}, - -{"K", 23, 8, 8,"k","k",stl|vls|vel, /* [k] */ - { - { 270, 50, 0, 0, 23}, /* fn */ - { 190, 50, 3, 3, 23}, /* f1 */ - { 1480, 50, 3, 3, 23}, /* f2 */ - { 2620, 50, 3, 3, 23}, /* f3 */ - { 60, 50, 3, 3, 23}, /* b1 */ - { 90, 50, 3, 3, 23}, /* b2 */ - { 150, 50, 3, 3, 23}, /* b3 */ - { 0, 100, 0, 0, 23}, /* pn */ - { 0, 100, 0, 0, 23}, /* a2 */ - { 0, 100, 0, 0, 23}, /* a3 */ - { 0, 100, 0, 0, 23}, /* a4 */ - { 0, 100, 0, 0, 23}, /* a5 */ - { 0, 100, 0, 0, 23}, /* a6 */ - { 0, 100, 0, 0, 23}, /* ab */ - { 0, 50, 0, 0, 23}, /* av */ - { 0, 50, 0, 0, 23}, /* avc */ - { 34, 50, 3, 3, 23}, /* asp */ - { 60, 50, 3, 3, 23} /* af */ - } -}, - -{"KY", 29, 1, 1,"k","k",vls|stp|vel, /* [k] */ - { - { 270, 50, 0, 0, 29}, /* fn */ - { 190, 100, 0, 0, 29}, /* f1 */ - { 1480, 100, 0, 0, 29}, /* f2 */ - { 2620, 100, 0, 0, 29}, /* f3 */ - { 60, 100, 0, 0, 29}, /* b1 */ - { 90, 100, 0, 0, 29}, /* b2 */ - { 150, 100, 0, 0, 29}, /* b3 */ - { 0, 100, 0, 0, 29}, /* pn */ - { 48.2, 100, 0, 0, 29}, /* a2 */ - { 40.4, 100, 0, 0, 29}, /* a3 */ - { 15.8, 100, 0, 0, 29}, /* a4 */ - { 0, 100, 0, 0, 29}, /* a5 */ - { 0, 100, 0, 0, 29}, /* a6 */ - { 0, 100, 0, 0, 29}, /* ab */ - { 0, 50, 2, 0, 29}, /* av */ - { 0, 50, 2, 0, 29}, /* avc */ - { 0, 50, 2, 0, 29}, /* asp */ - { 0, 50, 2, 0, 29} /* af */ - } -}, - -{"KZ", 23, 4, 4,"k","k",stl|vls|vel, /* [k] */ - { - { 270, 50, 0, 0, 23}, /* fn */ - { 190, 50, 3, 3, 23}, /* f1 */ - { 1480, 50, 3, 3, 23}, /* f2 */ - { 2620, 50, 3, 3, 23}, /* f3 */ - { 60, 50, 3, 3, 23}, /* b1 */ - { 90, 50, 3, 3, 23}, /* b2 */ - { 150, 50, 3, 3, 23}, /* b3 */ - { 0, 100, 0, 0, 23}, /* pn */ - { 37.8, 100, 0, 0, 23}, /* a2 */ - { 29.9, 100, 0, 0, 23}, /* a3 */ - { 5.2, 100, 0, 0, 23}, /* a4 */ - { 0, 100, 0, 0, 23}, /* a5 */ - { 0, 100, 0, 0, 23}, /* a6 */ - { 0, 100, 0, 0, 23}, /* ab */ - { 0, 50, 0, 0, 23}, /* av */ - { 0, 50, 0, 0, 23}, /* avc */ - { 34, 50, 3, 3, 23}, /* asp */ - { 60, 50, 3, 3, 23} /* af */ - } -}, - -{"G", 26,12,12,"g","g",stl|vcd|vel, /* [g] */ - { - { 270, 50, 0, 0, 26}, /* fn */ - { 190, 50, 3, 3, 26}, /* f1 */ - { 1480, 50, 3, 3, 26}, /* f2 */ - { 2620, 50, 3, 3, 26}, /* f3 */ - { 60, 50, 3, 3, 26}, /* b1 */ - { 90, 50, 3, 3, 26}, /* b2 */ - { 150, 50, 3, 3, 26}, /* b3 */ - { 0, 100, 0, 0, 26}, /* pn */ - { 0, 100, 0, 0, 26}, /* a2 */ - { 0, 100, 0, 0, 26}, /* a3 */ - { 0, 100, 0, 0, 26}, /* a4 */ - { 0, 100, 0, 0, 26}, /* a5 */ - { 0, 100, 0, 0, 26}, /* a6 */ - { 0, 100, 0, 0, 26}, /* ab */ - { 0, 50, 3, 3, 26}, /* av */ - { 49, 50, 3, 3, 26}, /* avc */ - { 0, 50, 0, 0, 26}, /* asp */ - { 0, 50, 0, 0, 26} /* af */ - } -}, - -{"GY", 29, 1, 1,"g","g",stp|vcd|vel, /* [g] */ - { - { 270, 50, 0, 0, 29}, /* fn */ - { 190, 100, 0, 0, 29}, /* f1 */ - { 1480, 100, 0, 0, 29}, /* f2 */ - { 2620, 100, 0, 0, 29}, /* f3 */ - { 60, 100, 0, 0, 29}, /* b1 */ - { 90, 100, 0, 0, 29}, /* b2 */ - { 150, 100, 0, 0, 29}, /* b3 */ - { 0, 100, 0, 0, 29}, /* pn */ - { 43, 100, 0, 0, 29}, /* a2 */ - { 29.9, 100, 0, 0, 29}, /* a3 */ - { 10.5, 100, 0, 0, 29}, /* a4 */ - { 0, 100, 0, 0, 29}, /* a5 */ - { 0, 100, 0, 0, 29}, /* a6 */ - { 0, 100, 0, 0, 29}, /* ab */ - { 0, 50, 2, 0, 29}, /* av */ - { 0, 50, 2, 0, 29}, /* avc */ - { 0, 50, 2, 0, 29}, /* asp */ - { 0, 50, 2, 0, 29} /* af */ - } -}, - -{"GZ", 26, 2, 2,"g","g",stl|vcd|vel, /* [g] */ - { - { 270, 50, 0, 0, 26}, /* fn */ - { 190, 50, 3, 2, 26}, /* f1 */ - { 1480, 50, 3, 2, 26}, /* f2 */ - { 2620, 50, 3, 2, 26}, /* f3 */ - { 60, 50, 3, 2, 26}, /* b1 */ - { 90, 50, 3, 2, 26}, /* b2 */ - { 150, 50, 3, 2, 26}, /* b3 */ - { 0, 100, 0, 0, 26}, /* pn */ - { 32.5, 100, 0, 0, 26}, /* a2 */ - { 19.4, 100, 0, 0, 26}, /* a3 */ - { 10.5, 100, 0, 0, 26}, /* a4 */ - { 0, 100, 0, 0, 26}, /* a5 */ - { 0, 100, 0, 0, 26}, /* a6 */ - { 0, 100, 0, 0, 26}, /* ab */ - { 49, 50, 3, 2, 26}, /* av */ - { 49, 50, 3, 2, 26}, /* avc */ - { 0, 50, 0, 0, 26}, /* asp */ - { 0, 50, 0, 0, 26} /* af */ - } -}, - -{"QQ", 23, 8, 8,"\312\224","?",vls|stp|glt, /* [ʔ] */ - { - { 270, 50, 0, 0, 23}, /* fn */ - { 490, 100, 0, 7, 23}, /* f1 */ - { 1480, 100, 0, 7, 23}, /* f2 */ - { 2500, 100, 0, 7, 23}, /* f3 */ - { 300, 20, 0, 7, 23}, /* b1 */ - { 90, 100, 0, 7, 23}, /* b2 */ - { 150, 100, 0, 7, 23}, /* b3 */ - { 0, 100, 0, 0, 23}, /* pn */ - { 0, 100, 0, 0, 23}, /* a2 */ - { 0, 100, 0, 0, 23}, /* a3 */ - { 0, 100, 0, 0, 23}, /* a4 */ - { 0, 100, 0, 0, 23}, /* a5 */ - { 0, 100, 0, 0, 23}, /* a6 */ - { 0, 100, 0, 0, 23}, /* ab */ - { 0, 50, 0, 0, 23}, /* av */ - { 0, 50, 0, 0, 23}, /* avc */ - { 34, 50, 0, 0, 23}, /* asp */ - { 60, 50, 0, 0, 23} /* af */ - } -}, - -{"M", 15, 8, 8,"m","m",blb|nas, /* [m] */ - { - { 360, 0, 3, 0, 15}, /* fn */ - { 480, 0, 3, 0, 15}, /* f1 */ - { 1000, 50, 3, 0, 15}, /* f2 */ - { 2200, 100, 5, 0, 15}, /* f3 */ - { 40, 50, 3, 0, 15}, /* b1 */ - { 175, 50, 3, 0, 15}, /* b2 */ - { 120, 100, 5, 0, 15}, /* b3 */ - { 1, 50, 3, 0, 15}, /* pn */ - { 27.5, 100, 3, 0, 15}, /* a2 */ - { 22.6, 100, 3, 0, 15}, /* a3 */ - { 0, 100, 3, 0, 15}, /* a4 */ - { 0, 100, 3, 0, 15}, /* a5 */ - { 0, 100, 3, 0, 15}, /* a6 */ - { 0, 100, 3, 0, 15}, /* ab */ - { 52, 50, 2, 0, 15}, /* av */ - { 52, 50, 2, 0, 15}, /* avc */ - { 0, 50, 2, 0, 15}, /* asp */ - { 0, 50, 2, 0, 15} /* af */ - } -}, - -{"N", 15, 8, 8,"n","n",alv|nas, /* [n] */ - { - { 450, 0, 3, 0, 15}, /* fn */ - { 480, 0, 3, 0, 15}, /* f1 */ - { 1780, 50, 3, 3, 15}, /* f2 */ - { 2620, 50, 3, 0, 15}, /* f3 */ - { 40, 50, 3, 0, 15}, /* b1 */ - { 300, 50, 3, 3, 15}, /* b2 */ - { 260, 50, 3, 0, 15}, /* b3 */ - { 1, 50, 3, 0, 15}, /* pn */ - { 32.5, 100, 3, 0, 15}, /* a2 */ - { 24.6, 100, 3, 0, 15}, /* a3 */ - { 6, 100, 3, 0, 15}, /* a4 */ - { 0, 100, 3, 0, 15}, /* a5 */ - { 0, 100, 3, 0, 15}, /* a6 */ - { 0, 100, 3, 0, 15}, /* ab */ - { 52, 50, 2, 0, 15}, /* av */ - { 52, 50, 2, 0, 15}, /* avc */ - { 0, 50, 2, 0, 15}, /* asp */ - { 0, 50, 2, 0, 15} /* af */ - } -}, - -{"NG", 15, 8, 8,"\305\213","N",vel|nas, /* [ŋ] */ - { - { 500, 0, 3, 0, 15}, /* fn */ - { 180, 50, 3, 0, 15}, /* f1 */ - { 820, 50, 5, 3, 15}, /* f2 */ - { 2900, 50, 3, 3, 15}, /* f3 */ - { 400, 50, 5, 0, 15}, /* b1 */ - { 40, 50, 5, 3, 15}, /* b2 */ - { 200, 50, 3, 0, 15}, /* b3 */ - { 1, 50, 3, 3, 15}, /* pn */ - { 27.5, 100, 3, 0, 15}, /* a2 */ - { 24.6, 100, 3, 0, 15}, /* a3 */ - { 0, 100, 3, 0, 15}, /* a4 */ - { 0, 100, 3, 0, 15}, /* a5 */ - { 0, 100, 3, 0, 15}, /* a6 */ - { 0, 100, 3, 0, 15}, /* ab */ - { 52, 50, 2, 0, 15}, /* av */ - { 56, 50, 2, 0, 15}, /* avc */ - { 14, 50, 2, 0, 15}, /* asp */ - { 0, 50, 2, 0, 15} /* af */ - } -}, - -{"DT", 26, 4, 4,"\311\276","4",vcd|alv|tap, /* [ɾ] */ - { - { 270, 50, 0, 0, 26}, /* fn */ - { 190, 50, 2, 2, 26}, /* f1 */ - { 1600, 50, 2, 2, 26}, /* f2 */ - { 2680, 0, 2, 2, 26}, /* f3 */ - { 120, 50, 2, 2, 26}, /* b1 */ - { 140, 50, 2, 2, 26}, /* b2 */ - { 250, 0, 2, 2, 26}, /* b3 */ - { 0, 100, 0, 0, 26}, /* pn */ - { 0, 100, 0, 0, 26}, /* a2 */ - { 0, 100, 0, 0, 26}, /* a3 */ - { 0, 100, 0, 0, 26}, /* a4 */ - { 0, 100, 0, 0, 26}, /* a5 */ - { 0, 100, 0, 0, 26}, /* a6 */ - { 0, 100, 0, 0, 26}, /* ab */ - { 44, 50, 0, 0, 26}, /* av */ - { 60, 50, 0, 0, 26}, /* avc */ - { 0, 50, 0, 0, 26}, /* asp */ - { 0, 50, 0, 0, 26} /* af */ - } -}, - -{"R", 10,11,11,"r","r",alv|apr, /* [r] */ - { - { 270, 50, 0, 0, 10}, /* fn */ - { 490, 100, 0, 5, 10}, /* f1 */ - { 1180, 50, 5, 5, 10}, /* f2 */ - { 1600, 50, 5, 5, 10}, /* f3 */ - { 60, 100, 0, 5, 10}, /* b1 */ - { 90, 50, 5, 5, 10}, /* b2 */ - { 150, 50, 5, 5, 10}, /* b3 */ - { 0, 100, 5, 5, 10}, /* pn */ - { 32.5, 50, 5, 5, 10}, /* a2 */ - { 24.6, 50, 5, 5, 10}, /* a3 */ - { 0, 50, 5, 5, 10}, /* a4 */ - { 0, 50, 5, 5, 10}, /* a5 */ - { 0, 50, 5, 5, 10}, /* a6 */ - { 0, 50, 5, 5, 10}, /* ab */ - { 52, 50, 0, 0, 10}, /* av */ - { 52, 50, 0, 0, 10}, /* avc */ - { 0, 50, 0, 0, 10}, /* asp */ - { 0, 50, 0, 0, 10} /* af */ - } -}, - -{"RX", 10,10,10,"\312\264","`",rzd, /* [ʴ] */ - { - { 270, 50, 0, 0, 10}, /* fn */ - { 490, 100, 0, 5, 10}, /* f1 */ - { 1180, 100, 0, 5, 10}, /* f2 */ - { 1600, 0, 5, 5, 10}, /* f3 */ - { 60, 50, 0, 5, 10}, /* b1 */ - { 90, 50, 5, 5, 10}, /* b2 */ - { 70, 50, 5, 5, 10}, /* b3 */ - { 0, 100, 5, 5, 10}, /* pn */ - { 32.5, 50, 5, 5, 10}, /* a2 */ - { 24.6, 50, 5, 5, 10}, /* a3 */ - { 0, 50, 5, 5, 10}, /* a4 */ - { 0, 50, 5, 5, 10}, /* a5 */ - { 0, 50, 5, 5, 10}, /* a6 */ - { 0, 50, 5, 5, 10}, /* ab */ - { 50, 50, 0, 0, 10}, /* av */ - { 16, 50, 0, 0, 10}, /* avc */ - { 0, 50, 0, 0, 10}, /* asp */ - { 0, 50, 0, 0, 10} /* af */ - } -}, - -{"F", 18,12,12,"f","f",vls|frc|lbd, /* [f] */ - { - { 270, 50, 0, 0, 18}, /* fn */ - { 400, 50, 3, 2, 18}, /* f1 */ - { 1420, 50, 3, 2, 18}, /* f2 */ - { 2560, 50, 3, 2, 18}, /* f3 */ - { 60, 50, 3, 2, 18}, /* b1 */ - { 90, 50, 3, 2, 18}, /* b2 */ - { 150, 50, 3, 2, 18}, /* b3 */ - { 0, 100, 0, 0, 18}, /* pn */ - { 0, 100, 0, 0, 18}, /* a2 */ - { 0, 100, 0, 0, 18}, /* a3 */ - { 0, 100, 0, 0, 18}, /* a4 */ - { 0, 100, 0, 0, 18}, /* a5 */ - { 0, 100, 0, 0, 18}, /* a6 */ - { 42, 50, 0, 0, 18}, /* ab */ - { 0, 50, 0, 0, 18}, /* av */ - { 0, 50, 0, 0, 18}, /* avc */ - { 6, 50, 0, 0, 18}, /* asp */ - { 54, 50, 0, 0, 18} /* af */ - } -}, - -{"V", 20, 5, 5,"v","v",vcd|frc|lbd, /* [v] */ - { - { 270, 50, 0, 0, 20}, /* fn */ - { 280, 50, 3, 2, 20}, /* f1 */ - { 1420, 50, 3, 2, 20}, /* f2 */ - { 2560, 50, 3, 2, 20}, /* f3 */ - { 60, 50, 3, 2, 20}, /* b1 */ - { 90, 50, 3, 2, 20}, /* b2 */ - { 150, 50, 3, 2, 20}, /* b3 */ - { 0, 100, 0, 0, 20}, /* pn */ - { 37.8, 100, 0, 0, 20}, /* a2 */ - { 26.4, 100, 0, 0, 20}, /* a3 */ - { 19.2, 100, 0, 0, 20}, /* a4 */ - { 0, 100, 0, 0, 20}, /* a5 */ - { 0, 100, 0, 0, 20}, /* a6 */ - { 0, 100, 0, 0, 20}, /* ab */ - { 49, 50, 0, 0, 20}, /* av */ - { 49, 50, 0, 0, 20}, /* avc */ - { 0, 50, 0, 0, 20}, /* asp */ - { 0, 50, 0, 0, 20} /* af */ - } -}, - -{"TH", 18,15,15,"\316\270","T",vls|frc|dnt, /* [θ] */ - { - { 270, 50, 0, 0, 18}, /* fn */ - { 400, 50, 3, 2, 18}, /* f1 */ - { 1780, 50, 3, 2, 18}, /* f2 */ - { 2680, 0, 3, 2, 18}, /* f3 */ - { 60, 50, 3, 2, 18}, /* b1 */ - { 90, 50, 3, 2, 18}, /* b2 */ - { 150, 0, 3, 2, 18}, /* b3 */ - { 0, 100, 0, 0, 18}, /* pn */ - { 23.8, 100, 0, 0, 18}, /* a2 */ - { 17.6, 100, 0, 0, 18}, /* a3 */ - { 8.8, 100, 0, 0, 18}, /* a4 */ - { 0, 100, 0, 0, 18}, /* a5 */ - { 0, 100, 0, 0, 18}, /* a6 */ - { 0, 100, 0, 0, 18}, /* ab */ - { 0, 50, 0, 0, 18}, /* av */ - { 0, 50, 0, 0, 18}, /* avc */ - { 34, 50, 0, 0, 18}, /* asp */ - { 60, 50, 0, 0, 18} /* af */ - } -}, - -{"DH", 20, 4, 4,"\303\260","D",vcd|frc|dnt, /* [ð] */ - { - { 270, 50, 0, 0, 20}, /* fn */ - { 280, 50, 3, 2, 20}, /* f1 */ - { 1600, 50, 3, 2, 20}, /* f2 */ - { 2560, 100, 3, 2, 20}, /* f3 */ - { 60, 50, 3, 2, 20}, /* b1 */ - { 90, 50, 3, 2, 20}, /* b2 */ - { 150, 100, 3, 2, 20}, /* b3 */ - { 0, 100, 0, 0, 20}, /* pn */ - { 29, 100, 0, 0, 20}, /* a2 */ - { 15.8, 100, 0, 0, 20}, /* a3 */ - { 14, 100, 0, 0, 20}, /* a4 */ - { 0, 100, 0, 0, 20}, /* a5 */ - { 0, 100, 0, 0, 20}, /* a6 */ - { 0, 100, 0, 0, 20}, /* ab */ - { 49, 50, 0, 0, 20}, /* av */ - { 49, 50, 0, 0, 20}, /* avc */ - { 0, 50, 0, 0, 20}, /* asp */ - { 0, 50, 0, 0, 20} /* af */ - } -}, - -{"S", 18,12,12,"s","s",vls|alv|frc, /* [s] */ - { - { 270, 50, 0, 0, 18}, /* fn */ - { 400, 50, 3, 2, 18}, /* f1 */ - { 1720, 50, 3, 2, 18}, /* f2 */ - { 2620, 100, 3, 2, 18}, /* f3 */ - { 200, 50, 3, 2, 18}, /* b1 */ - { 96, 50, 3, 2, 18}, /* b2 */ - { 220, 100, 3, 2, 18}, /* b3 */ - { 0, 100, 0, 0, 18}, /* pn */ - { 25.5, 100, 0, 0, 18}, /* a2 */ - { 17.6, 100, 0, 0, 18}, /* a3 */ - { 26.2, 100, 0, 0, 18}, /* a4 */ - { 0, 100, 0, 0, 18}, /* a5 */ - { 0, 100, 0, 0, 18}, /* a6 */ - { 0, 100, 0, 0, 18}, /* ab */ - { 0, 50, 0, 0, 18}, /* av */ - { 0, 50, 0, 0, 18}, /* avc */ - { 6, 50, 0, 0, 18}, /* asp */ - { 60, 50, 0, 0, 18} /* af */ - } -}, - -{"Z", 20, 4, 4,"z","z",vcd|alv|frc, /* [z] */ - { - { 270, 50, 0, 0, 20}, /* fn */ - { 280, 50, 3, 2, 20}, /* f1 */ - { 1720, 50, 3, 2, 20}, /* f2 */ - { 2560, 100, 3, 2, 20}, /* f3 */ - { 60, 50, 3, 2, 20}, /* b1 */ - { 90, 50, 3, 2, 20}, /* b2 */ - { 150, 100, 3, 2, 20}, /* b3 */ - { 0, 100, 0, 0, 20}, /* pn */ - { 22, 100, 0, 0, 20}, /* a2 */ - { 14.1, 100, 0, 0, 20}, /* a3 */ - { 22.8, 100, 0, 0, 20}, /* a4 */ - { 0, 100, 0, 0, 20}, /* a5 */ - { 0, 100, 0, 0, 20}, /* a6 */ - { 0, 100, 0, 0, 20}, /* ab */ - { 40, 50, 0, 0, 20}, /* av */ - { 54, 50, 0, 0, 20}, /* avc */ - { 0, 50, 0, 0, 20}, /* asp */ - { 60, 50, 0, 0, 20} /* af */ - } -}, - -{"CH", 18, 8, 8,"\312\203","S",vls|frc|pla, /* [ʃ] */ - { - { 270, 50, 0, 0, 18}, /* fn */ - { 400, 50, 3, 2, 18}, /* f1 */ - { 2020, 50, 3, 2, 18}, /* f2 */ - { 2560, 100, 3, 2, 18}, /* f3 */ - { 60, 50, 3, 2, 18}, /* b1 */ - { 90, 50, 3, 2, 18}, /* b2 */ - { 150, 100, 3, 2, 18}, /* b3 */ - { 0, 100, 0, 0, 18}, /* pn */ - { 29, 100, 0, 0, 18}, /* a2 */ - { 31.6, 100, 0, 0, 18}, /* a3 */ - { 17.5, 100, 0, 0, 18}, /* a4 */ - { 0, 100, 0, 0, 18}, /* a5 */ - { 0, 100, 0, 0, 18}, /* a6 */ - { 0, 100, 0, 0, 18}, /* ab */ - { 0, 50, 0, 0, 18}, /* av */ - { 0, 50, 0, 0, 18}, /* avc */ - { 34, 50, 0, 0, 18}, /* asp */ - { 60, 50, 0, 0, 18} /* af */ - } -}, - -{"SH", 18,12,12,"\312\203","S",vls|frc|pla, /* [ʃ] */ - { - { 270, 50, 0, 0, 18}, /* fn */ - { 400, 50, 3, 2, 18}, /* f1 */ - { 2200, 50, 3, 2, 18}, /* f2 */ - { 2560, 100, 3, 2, 18}, /* f3 */ - { 60, 50, 3, 2, 18}, /* b1 */ - { 90, 50, 3, 2, 18}, /* b2 */ - { 150, 100, 3, 2, 18}, /* b3 */ - { 0, 100, 0, 0, 18}, /* pn */ - { 29, 100, 0, 0, 18}, /* a2 */ - { 31.6, 100, 0, 0, 18}, /* a3 */ - { 17.5, 100, 0, 0, 18}, /* a4 */ - { 0, 100, 0, 0, 18}, /* a5 */ - { 0, 100, 0, 0, 18}, /* a6 */ - { 0, 100, 0, 0, 18}, /* ab */ - { 0, 50, 0, 0, 18}, /* av */ - { 0, 50, 0, 0, 18}, /* avc */ - { 34, 50, 0, 0, 18}, /* asp */ - { 60, 50, 0, 0, 18} /* af */ - } -}, - -{"ZH", 20, 4, 4,"\312\222","Z",vcd|frc|pla, /* [ʒ] */ - { - { 270, 50, 0, 0, 20}, /* fn */ - { 280, 50, 3, 2, 20}, /* f1 */ - { 2020, 50, 3, 2, 20}, /* f2 */ - { 2560, 100, 3, 2, 20}, /* f3 */ - { 60, 50, 3, 2, 20}, /* b1 */ - { 90, 50, 3, 2, 20}, /* b2 */ - { 150, 100, 3, 2, 20}, /* b3 */ - { 0, 100, 0, 0, 20}, /* pn */ - { 23.8, 100, 0, 0, 20}, /* a2 */ - { 26.4, 100, 0, 0, 20}, /* a3 */ - { 12.2, 100, 0, 0, 20}, /* a4 */ - { 0, 100, 0, 0, 20}, /* a5 */ - { 0, 100, 0, 0, 20}, /* a6 */ - { 0, 100, 0, 0, 20}, /* ab */ - { 49, 50, 0, 0, 20}, /* av */ - { 49, 50, 0, 0, 20}, /* avc */ - { 0, 50, 0, 0, 20}, /* asp */ - { 0, 50, 0, 0, 20} /* af */ - } -}, - -{"X", 18,12,12,"x","x",vls|vel|frc, /* [x] */ - { - { 270, 50, 0, 0, 18}, /* fn */ - { 190, 50, 3, 3, 18}, /* f1 */ - { 1480, 50, 3, 3, 18}, /* f2 */ - { 2620, 50, 3, 3, 18}, /* f3 */ - { 60, 50, 3, 3, 18}, /* b1 */ - { 90, 50, 3, 3, 18}, /* b2 */ - { 150, 50, 3, 3, 18}, /* b3 */ - { 0, 100, 0, 0, 18}, /* pn */ - { 37.8, 100, 0, 0, 18}, /* a2 */ - { 29.9, 100, 0, 0, 18}, /* a3 */ - { 5.2, 100, 0, 0, 18}, /* a4 */ - { 0, 100, 0, 0, 18}, /* a5 */ - { 0, 100, 0, 0, 18}, /* a6 */ - { 0, 100, 0, 0, 18}, /* ab */ - { 0, 50, 0, 0, 18}, /* av */ - { 0, 50, 0, 0, 18}, /* avc */ - { 34, 50, 0, 0, 18}, /* asp */ - { 60, 50, 0, 0, 18} /* af */ - } -}, - -{"H", 9,10,10,"h","h",vls|glt|apr, /* [h] */ - { - { 270, 50, 0, 0, 9}, /* fn */ - { 490, 100, 0, 7, 9}, /* f1 */ - { 1480, 100, 0, 7, 9}, /* f2 */ - { 2500, 100, 0, 7, 9}, /* f3 */ - { 300, 20, 0, 7, 9}, /* b1 */ - { 90, 100, 0, 7, 9}, /* b2 */ - { 150, 100, 0, 7, 9}, /* b3 */ - { 0, 100, 0, 7, 9}, /* pn */ - { 34.2, 100, 0, 7, 9}, /* a2 */ - { 15.8, 100, 0, 7, 9}, /* a3 */ - { 8.8, 100, 0, 7, 9}, /* a4 */ - { 0, 100, 0, 7, 9}, /* a5 */ - { 0, 100, 0, 7, 9}, /* a6 */ - { 0, 100, 0, 7, 9}, /* ab */ - { 0, 50, 0, 0, 9}, /* av */ - { 0, 50, 0, 0, 9}, /* avc */ - { 34, 50, 0, 0, 9}, /* asp */ - { 60, 50, 0, 0, 9} /* af */ - } -}, - -{"L", 11, 8, 8,"l","l",vcd|alv|lat, /* [l] */ - { - { 270, 50, 0, 0, 11}, /* fn */ - { 460, 50, 6, 0, 11}, /* f1 */ - { 1480, 50, 6, 0, 11}, /* f2 */ - { 2500, 50, 6, 0, 11}, /* f3 */ - { 60, 50, 6, 0, 11}, /* b1 */ - { 90, 50, 6, 0, 11}, /* b2 */ - { 150, 50, 6, 0, 11}, /* b3 */ - { 0, 100, 0, 0, 11}, /* pn */ - { 23.8, 100, 0, 0, 11}, /* a2 */ - { 15.8, 100, 0, 0, 11}, /* a3 */ - { 7, 100, 0, 0, 11}, /* a4 */ - { 0, 100, 0, 0, 11}, /* a5 */ - { 0, 100, 0, 0, 11}, /* a6 */ - { 0, 100, 0, 0, 11}, /* ab */ - { 52, 50, 0, 0, 11}, /* av */ - { 52, 50, 0, 0, 11}, /* avc */ - { 0, 50, 0, 0, 11}, /* asp */ - { 0, 50, 0, 0, 11} /* af */ - } -}, - -{"HL", 11,10,10,"\311\254","K",vls|alv|lat, /* [ɬ] */ - { - { 270, 50, 0, 0, 11}, /* fn */ - { 460, 50, 0, 7, 11}, /* f1 */ - { 1480, 50, 0, 7, 11}, /* f2 */ - { 2500, 50, 0, 7, 11}, /* f3 */ - { 60, 50, 0, 7, 11}, /* b1 */ - { 90, 50, 0, 7, 11}, /* b2 */ - { 150, 50, 0, 7, 11}, /* b3 */ - { 0, 100, 0, 7, 11}, /* pn */ - { 34.2, 100, 0, 7, 11}, /* a2 */ - { 15.8, 100, 0, 7, 11}, /* a3 */ - { 8.8, 100, 0, 7, 11}, /* a4 */ - { 0, 100, 0, 7, 11}, /* a5 */ - { 0, 100, 0, 7, 11}, /* a6 */ - { 0, 100, 0, 7, 11}, /* ab */ - { 0, 50, 0, 0, 11}, /* av */ - { 0, 50, 0, 0, 11}, /* avc */ - { 34, 50, 0, 0, 11}, /* asp */ - { 60, 50, 0, 0, 11} /* af */ - } -}, - -{"LL", 11, 8, 8,"l","l",vcd|vel|lat, /* [l] */ - { - { 270, 50, 0, 0, 11}, /* fn */ - { 460, 50, 6, 0, 11}, /* f1 */ - { 940, 50, 6, 0, 11}, /* f2 */ - { 2500, 50, 6, 0, 11}, /* f3 */ - { 60, 50, 6, 0, 11}, /* b1 */ - { 90, 50, 6, 0, 11}, /* b2 */ - { 150, 50, 6, 0, 11}, /* b3 */ - { 0, 100, 0, 0, 11}, /* pn */ - { 23.8, 100, 0, 0, 11}, /* a2 */ - { 15.8, 100, 0, 0, 11}, /* a3 */ - { 7, 100, 0, 0, 11}, /* a4 */ - { 0, 100, 0, 0, 11}, /* a5 */ - { 0, 100, 0, 0, 11}, /* a6 */ - { 0, 100, 0, 0, 11}, /* ab */ - { 52, 50, 0, 0, 11}, /* av */ - { 52, 50, 0, 0, 11}, /* avc */ - { 0, 50, 0, 0, 11}, /* asp */ - { 0, 50, 0, 0, 11} /* af */ - } -}, - -{"W", 10, 8, 8,"w","w",vcd|apr|gld|lbv, /* [w] */ - { - { 270, 50, 0, 0, 10}, /* fn */ - { 190, 50, 4, 4, 10}, /* f1 */ - { 760, 50, 4, 4, 10}, /* f2 */ - { 2020, 50, 4, 4, 10}, /* f3 */ - { 60, 50, 4, 4, 10}, /* b1 */ - { 90, 50, 4, 4, 10}, /* b2 */ - { 150, 50, 4, 4, 10}, /* b3 */ - { 0, 100, 4, 4, 10}, /* pn */ - { 25.5, 50, 4, 4, 10}, /* a2 */ - { 10.6, 50, 4, 4, 10}, /* a3 */ - { 0, 50, 4, 4, 10}, /* a4 */ - { 0, 50, 4, 4, 10}, /* a5 */ - { 0, 50, 4, 4, 10}, /* a6 */ - { 0, 50, 4, 4, 10}, /* ab */ - { 52, 50, 0, 0, 10}, /* av */ - { 52, 50, 0, 0, 10}, /* avc */ - { 0, 50, 0, 0, 10}, /* asp */ - { 0, 50, 0, 0, 10} /* af */ - } -}, - -{"Y", 10, 7, 7,"j","j",vcd|apr|gld|pal, /* [j] */ - { - { 270, 50, 0, 0, 10}, /* fn */ - { 250, 50, 4, 4, 10}, /* f1 */ - { 2500, 50, 4, 4, 10}, /* f2 */ - { 2980, 50, 4, 4, 10}, /* f3 */ - { 60, 50, 4, 4, 10}, /* b1 */ - { 90, 50, 4, 4, 10}, /* b2 */ - { 150, 50, 4, 4, 10}, /* b3 */ - { 0, 100, 4, 4, 10}, /* pn */ - { 30.8, 50, 4, 4, 10}, /* a2 */ - { 28.1, 50, 4, 4, 10}, /* a3 */ - { 17.5, 50, 4, 4, 10}, /* a4 */ - { 0, 50, 4, 4, 10}, /* a5 */ - { 0, 50, 4, 4, 10}, /* a6 */ - { 0, 50, 4, 4, 10}, /* ab */ - { 52, 50, 0, 0, 10}, /* av */ - { 16, 50, 0, 0, 10}, /* avc */ - { 0, 50, 0, 0, 10}, /* asp */ - { 0, 50, 0, 0, 10} /* af */ - } -}, - -{"AI", 2, 9, 6,"e","e",unr|lmd|fnt|vwl|dip, /* [e] */ - { - { 270, 50, 0, 0, 2}, /* fn */ - { 640, 50, 5, 5, 2}, /* f1 */ - { 1600, 50, 5, 5, 2}, /* f2 */ - { 2500, 50, 5, 5, 2}, /* f3 */ - { 60, 50, 5, 5, 2}, /* b1 */ - { 90, 50, 5, 5, 2}, /* b2 */ - { 150, 50, 5, 5, 2}, /* b3 */ - { 0, 100, 5, 5, 2}, /* pn */ - { 43, 50, 5, 5, 2}, /* a2 */ - { 24.6, 50, 5, 5, 2}, /* a3 */ - { 15.8, 50, 5, 5, 2}, /* a4 */ - { 0, 50, 5, 5, 2}, /* a5 */ - { 0, 50, 5, 5, 2}, /* a6 */ - { 0, 50, 5, 5, 2}, /* ab */ - { 62, 50, 0, 0, 2}, /* av */ - { 16, 50, 0, 0, 2}, /* avc */ - { 0, 50, 0, 0, 2}, /* asp */ - { 0, 50, 0, 0, 2} /* af */ - } -}, - -{"aN", 2, 9, 6,"\303\243","a~",unr|low|fnt|vwl|nas, /* [ã] */ - { - { 500, 50, 0, 0, 2}, /* fn */ - { 890, 50, 5, 5, 2}, /* f1 */ - { 1120, 60, 5, 5, 2}, /* f2 */ - { 2600, 50, 5, 5, 2}, /* f3 */ - { 60, 50, 5, 5, 2}, /* b1 */ - { 90, 50, 5, 5, 2}, /* b2 */ - { 150, 50, 5, 5, 2}, /* b3 */ - { 0, 100, 5, 5, 2}, /* pn */ - { 46.5, 50, 5, 5, 2}, /* a2 */ - { 19.4, 50, 5, 5, 2}, /* a3 */ - { 8.8, 50, 5, 5, 2}, /* a4 */ - { 0, 50, 5, 5, 2}, /* a5 */ - { 0, 50, 5, 5, 2}, /* a6 */ - { 0, 50, 5, 5, 2}, /* ab */ - { 62, 50, 0, 0, 2}, /* av */ - { 46, 50, 0, 0, 2}, /* avc */ - { 0, 50, 0, 0, 2}, /* asp */ - { 0, 50, 0, 0, 2} /* af */ - } -}, - -{"I", 2, 8, 6,"\311\252","I",unr|lax|fnt|vwl, /* [ɪ] */ - { - { 270, 50, 0, 0, 2}, /* fn */ - { 370, 50, 4, 4, 2}, /* f1 */ - { 2100, 50, 4, 4, 2}, /* f2 */ - { 2500, 50, 4, 4, 2}, /* f3 */ - { 60, 50, 4, 4, 2}, /* b1 */ - { 90, 50, 4, 4, 2}, /* b2 */ - { 150, 50, 4, 4, 2}, /* b3 */ - { 0, 100, 4, 4, 2}, /* pn */ - { 34.2, 50, 4, 4, 2}, /* a2 */ - { 24.6, 50, 4, 4, 2}, /* a3 */ - { 15.8, 50, 4, 4, 2}, /* a4 */ - { 0, 50, 4, 4, 2}, /* a5 */ - { 0, 50, 4, 4, 2}, /* a6 */ - { 0, 50, 4, 4, 2}, /* ab */ - { 62, 50, 0, 0, 2}, /* av */ - { 16, 50, 0, 0, 2}, /* avc */ - { 0, 50, 0, 0, 2}, /* asp */ - { 0, 50, 0, 0, 2} /* af */ - } -}, - -{"oN", 2, 9, 6,"\303\265","o~",rnd|smh|bck|vwl|nas, /* [õ] */ - { - { 370, 50, 0, 0, 2}, /* fn */ - { 470, 50, 4, 4, 2}, /* f1 */ - { 700, 50, 4, 4, 2}, /* f2 */ - { 2200, 50, 4, 4, 2}, /* f3 */ - { 60, 50, 4, 4, 2}, /* b1 */ - { 90, 50, 4, 4, 2}, /* b2 */ - { 150, 50, 4, 4, 2}, /* b3 */ - { 0, 100, 4, 4, 2}, /* pn */ - { 39.5, 50, 4, 4, 2}, /* a2 */ - { 17.6, 50, 4, 4, 2}, /* a3 */ - { 8.8, 50, 4, 4, 2}, /* a4 */ - { 0, 50, 4, 4, 2}, /* a5 */ - { 0, 50, 4, 4, 2}, /* a6 */ - { 0, 50, 4, 4, 2}, /* ab */ - { 62, 50, 0, 0, 2}, /* av */ - { 16, 50, 0, 0, 2}, /* avc */ - { 0, 50, 0, 0, 2}, /* asp */ - { 0, 50, 0, 0, 2} /* af */ - } -}, - -{"IE", 2, 9, 6,"a","a",unr|low|fnt|vwl|dip, /* [a] */ - { - { 270, 50, 0, 0, 2}, /* fn */ - { 790, 50, 5, 5, 2}, /* f1 */ - { 1340, 50, 5, 5, 2}, /* f2 */ - { 2500, 50, 5, 5, 2}, /* f3 */ - { 60, 50, 5, 5, 2}, /* b1 */ - { 90, 50, 5, 5, 2}, /* b2 */ - { 150, 50, 5, 5, 2}, /* b3 */ - { 0, 100, 5, 5, 2}, /* pn */ - { 46.5, 50, 5, 5, 2}, /* a2 */ - { 19.4, 50, 5, 5, 2}, /* a3 */ - { 8.8, 50, 5, 5, 2}, /* a4 */ - { 0, 50, 5, 5, 2}, /* a5 */ - { 0, 50, 5, 5, 2}, /* a6 */ - { 0, 50, 5, 5, 2}, /* ab */ - { 62, 50, 0, 0, 2}, /* av */ - { 16, 50, 0, 0, 2}, /* avc */ - { 0, 50, 0, 0, 2}, /* asp */ - { 0, 50, 0, 0, 2} /* af */ - } -}, - -{"a", 2, 9, 6,"a","a",unr|low|fnt|vwl, /* [a] */ - { - { 270, 50, 0, 0, 2}, /* fn */ - { 790, 50, 5, 5, 2}, /* f1 */ - { 1820, 50, 5, 5, 2}, /* f2 */ - { 2500, 50, 5, 5, 2}, /* f3 */ - { 60, 50, 5, 5, 2}, /* b1 */ - { 90, 50, 5, 5, 2}, /* b2 */ - { 150, 50, 5, 5, 2}, /* b3 */ - { 0, 100, 5, 5, 2}, /* pn */ - { 46.5, 50, 5, 5, 2}, /* a2 */ - { 19.4, 50, 5, 5, 2}, /* a3 */ - { 8.8, 50, 5, 5, 2}, /* a4 */ - { 0, 50, 5, 5, 2}, /* a5 */ - { 0, 50, 5, 5, 2}, /* a6 */ - { 0, 50, 5, 5, 2}, /* ab */ - { 62, 50, 0, 0, 2}, /* av */ - { 16, 50, 0, 0, 2}, /* avc */ - { 0, 50, 0, 0, 2}, /* asp */ - { 0, 50, 0, 0, 2} /* af */ - } -}, - -{"OI", 2, 9, 6,"\311\224","O",rnd|lmd|bck|vwl|dip, /* [ɔ] */ - { - { 270, 50, 0, 0, 2}, /* fn */ - { 490, 50, 5, 5, 2}, /* f1 */ - { 820, 50, 5, 5, 2}, /* f2 */ - { 2500, 50, 5, 5, 2}, /* f3 */ - { 60, 50, 5, 5, 2}, /* b1 */ - { 90, 50, 5, 5, 2}, /* b2 */ - { 150, 50, 5, 5, 2}, /* b3 */ - { 0, 100, 5, 5, 2}, /* pn */ - { 43, 50, 5, 5, 2}, /* a2 */ - { 12.3, 50, 5, 5, 2}, /* a3 */ - { 3.5, 50, 5, 5, 2}, /* a4 */ - { 0, 50, 5, 5, 2}, /* a5 */ - { 0, 50, 5, 5, 2}, /* a6 */ - { 0, 50, 5, 5, 2}, /* ab */ - { 62, 50, 0, 0, 2}, /* av */ - { 16, 50, 0, 0, 2}, /* avc */ - { 0, 50, 0, 0, 2}, /* asp */ - { 0, 50, 0, 0, 2} /* af */ - } -}, - -{"OV", 2, 8, 6,"\312\212","U",rnd|lax|bck|vwl|dip, /* [ʊ] */ - { - { 270, 50, 0, 0, 2}, /* fn */ - { 370, 50, 4, 4, 2}, /* f1 */ - { 1000, 50, 4, 4, 2}, /* f2 */ - { 2500, 50, 4, 4, 2}, /* f3 */ - { 60, 50, 4, 4, 2}, /* b1 */ - { 90, 50, 4, 4, 2}, /* b2 */ - { 150, 50, 4, 4, 2}, /* b3 */ - { 0, 100, 4, 4, 2}, /* pn */ - { 39.5, 50, 4, 4, 2}, /* a2 */ - { 17.6, 50, 4, 4, 2}, /* a3 */ - { 8.8, 50, 4, 4, 2}, /* a4 */ - { 0, 50, 4, 4, 2}, /* a5 */ - { 0, 50, 4, 4, 2}, /* a6 */ - { 0, 50, 4, 4, 2}, /* ab */ - { 62, 50, 0, 0, 2}, /* av */ - { 16, 50, 0, 0, 2}, /* avc */ - { 0, 50, 0, 0, 2}, /* asp */ - { 0, 50, 0, 0, 2} /* af */ - } -}, - -{"OA", 2, 9, 6,"\311\231","@",unr|mdl|cnt|vwl|dip, /* [ə] */ - { - { 270, 50, 0, 0, 2}, /* fn */ - { 490, 50, 5, 5, 2}, /* f1 */ - { 1480, 50, 5, 5, 2}, /* f2 */ - { 2500, 50, 5, 5, 2}, /* f3 */ - { 60, 50, 5, 5, 2}, /* b1 */ - { 90, 50, 5, 5, 2}, /* b2 */ - { 150, 50, 5, 5, 2}, /* b3 */ - { 0, 100, 5, 5, 2}, /* pn */ - { 48.2, 50, 5, 5, 2}, /* a2 */ - { 22.9, 50, 5, 5, 2}, /* a3 */ - { 12.2, 50, 5, 5, 2}, /* a4 */ - { 0, 50, 5, 5, 2}, /* a5 */ - { 0, 50, 5, 5, 2}, /* a6 */ - { 0, 50, 5, 5, 2}, /* ab */ - { 62, 50, 0, 0, 2}, /* av */ - { 16, 50, 0, 0, 2}, /* avc */ - { 0, 50, 0, 0, 2}, /* asp */ - { 0, 50, 0, 0, 2} /* af */ - } -}, - -{"IA", 2, 9, 6,"\311\252","I",unr|smh|fnt|vwl|dip, /* [ɪ] */ - { - { 270, 50, 0, 0, 2}, /* fn */ - { 310, 50, 5, 5, 2}, /* f1 */ - { 2200, 50, 5, 5, 2}, /* f2 */ - { 2900, 50, 5, 5, 2}, /* f3 */ - { 60, 50, 5, 5, 2}, /* b1 */ - { 90, 50, 5, 5, 2}, /* b2 */ - { 150, 50, 5, 5, 2}, /* b3 */ - { 0, 100, 5, 5, 2}, /* pn */ - { 32.5, 50, 5, 5, 2}, /* a2 */ - { 26.4, 50, 5, 5, 2}, /* a3 */ - { 17.5, 50, 5, 5, 2}, /* a4 */ - { 0, 50, 5, 5, 2}, /* a5 */ - { 0, 50, 5, 5, 2}, /* a6 */ - { 0, 50, 5, 5, 2}, /* ab */ - { 62, 50, 0, 0, 2}, /* av */ - { 16, 50, 0, 0, 2}, /* avc */ - { 0, 50, 0, 0, 2}, /* asp */ - { 0, 50, 0, 0, 2} /* af */ - } -}, - -{"IB", 2, 8, 6,"\311\231","@",unr|low|fnt|vwl|dip, /* [ə] */ - { - { 270, 50, 0, 0, 2}, /* fn */ - { 490, 50, 4, 4, 2}, /* f1 */ - { 1480, 50, 4, 4, 2}, /* f2 */ - { 2500, 50, 4, 4, 2}, /* f3 */ - { 60, 50, 4, 4, 2}, /* b1 */ - { 90, 50, 4, 4, 2}, /* b2 */ - { 150, 50, 4, 4, 2}, /* b3 */ - { 0, 100, 4, 4, 2}, /* pn */ - { 48.2, 50, 4, 4, 2}, /* a2 */ - { 22.9, 50, 4, 4, 2}, /* a3 */ - { 12.2, 50, 4, 4, 2}, /* a4 */ - { 0, 50, 4, 4, 2}, /* a5 */ - { 0, 50, 4, 4, 2}, /* a6 */ - { 0, 50, 4, 4, 2}, /* ab */ - { 62, 50, 0, 0, 2}, /* av */ - { 16, 50, 0, 0, 2}, /* avc */ - { 0, 50, 0, 0, 2}, /* asp */ - { 0, 50, 0, 0, 2} /* af */ - } -}, - -{"AIR", 2, 9, 6,"e","e",unr|lmd|fnt|vwl|dip, /* [e] */ - { - { 270, 50, 0, 0, 2}, /* fn */ - { 640, 50, 5, 5, 2}, /* f1 */ - { 2020, 50, 5, 5, 2}, /* f2 */ - { 2500, 50, 5, 5, 2}, /* f3 */ - { 60, 50, 5, 5, 2}, /* b1 */ - { 90, 50, 5, 5, 2}, /* b2 */ - { 150, 50, 5, 5, 2}, /* b3 */ - { 0, 100, 5, 5, 2}, /* pn */ - { 39.5, 50, 5, 5, 2}, /* a2 */ - { 28.1, 50, 5, 5, 2}, /* a3 */ - { 17.5, 50, 5, 5, 2}, /* a4 */ - { 0, 50, 5, 5, 2}, /* a5 */ - { 0, 50, 5, 5, 2}, /* a6 */ - { 0, 50, 5, 5, 2}, /* ab */ - { 62, 50, 0, 0, 2}, /* av */ - { 16, 50, 0, 0, 2}, /* avc */ - { 0, 50, 0, 0, 2}, /* asp */ - { 0, 50, 0, 0, 2} /* af */ - } -}, - -{"OOR", 2, 9, 6,"\312\212","U",rnd|lax|bck|vwl|dip, /* [ʊ] */ - { - { 270, 50, 0, 0, 2}, /* fn */ - { 370, 50, 5, 5, 2}, /* f1 */ - { 1000, 50, 5, 5, 2}, /* f2 */ - { 2500, 50, 5, 5, 2}, /* f3 */ - { 60, 50, 5, 5, 2}, /* b1 */ - { 90, 50, 5, 5, 2}, /* b2 */ - { 150, 50, 5, 5, 2}, /* b3 */ - { 0, 100, 5, 5, 2}, /* pn */ - { 39.5, 50, 5, 5, 2}, /* a2 */ - { 17.6, 50, 5, 5, 2}, /* a3 */ - { 8.8, 50, 5, 5, 2}, /* a4 */ - { 0, 50, 5, 5, 2}, /* a5 */ - { 0, 50, 5, 5, 2}, /* a6 */ - { 0, 50, 5, 5, 2}, /* ab */ - { 62, 50, 0, 0, 2}, /* av */ - { 16, 50, 0, 0, 2}, /* avc */ - { 0, 50, 0, 0, 2}, /* asp */ - { 0, 50, 0, 0, 2} /* af */ - } -}, - -{"o", 2, 9, 6,"o","o",rnd|smh|bck|vwl, /* [o] */ - { - { 270, 50, 0, 0, 2}, /* fn */ - { 370, 50, 4, 4, 2}, /* f1 */ - { 700, 50, 4, 4, 2}, /* f2 */ - { 2200, 50, 4, 4, 2}, /* f3 */ - { 60, 50, 4, 4, 2}, /* b1 */ - { 90, 50, 4, 4, 2}, /* b2 */ - { 150, 50, 4, 4, 2}, /* b3 */ - { 0, 100, 4, 4, 2}, /* pn */ - { 39.5, 50, 4, 4, 2}, /* a2 */ - { 17.6, 50, 4, 4, 2}, /* a3 */ - { 8.8, 50, 4, 4, 2}, /* a4 */ - { 0, 50, 4, 4, 2}, /* a5 */ - { 0, 50, 4, 4, 2}, /* a6 */ - { 0, 50, 4, 4, 2}, /* ab */ - { 62, 50, 0, 0, 2}, /* av */ - { 16, 50, 0, 0, 2}, /* avc */ - { 0, 50, 0, 0, 2}, /* asp */ - { 0, 50, 0, 0, 2} /* af */ - } -}, - -{"EE", 2,11, 7,"i","i",unr|hgh|fnt|vwl, /* [i] */ - { - { 270, 50, 0, 0, 2}, /* fn */ - { 250, 50, 4, 4, 2}, /* f1 */ - { 2320, 50, 4, 4, 2}, /* f2 */ - { 3200, 50, 4, 4, 2}, /* f3 */ - { 60, 50, 4, 4, 2}, /* b1 */ - { 90, 50, 4, 4, 2}, /* b2 */ - { 150, 50, 4, 4, 2}, /* b3 */ - { 0, 100, 4, 4, 2}, /* pn */ - { 30.8, 50, 4, 4, 2}, /* a2 */ - { 26.4, 50, 4, 4, 2}, /* a3 */ - { 17.5, 50, 4, 4, 2}, /* a4 */ - { 0, 50, 4, 4, 2}, /* a5 */ - { 0, 50, 4, 4, 2}, /* a6 */ - { 0, 50, 4, 4, 2}, /* ab */ - { 62, 50, 0, 0, 2}, /* av */ - { 16, 50, 0, 0, 2}, /* avc */ - { 0, 50, 0, 0, 2}, /* asp */ - { 0, 50, 0, 0, 2} /* af */ - } -}, - -{"YY", 2,14, 9,"y","y",rnd|hgh|fnt|vwl, /* [y] */ - { - { 270, 50, 0, 0, 2}, /* fn */ - { 250, 50, 4, 4, 2}, /* f1 */ - { 2100, 50, 4, 4, 2}, /* f2 */ - { 2700, 50, 4, 4, 2}, /* f3 */ - { 60, 50, 4, 4, 2}, /* b1 */ - { 90, 50, 4, 4, 2}, /* b2 */ - { 150, 50, 4, 4, 2}, /* b3 */ - { 0, 100, 4, 4, 2}, /* pn */ - { 30.8, 50, 4, 4, 2}, /* a2 */ - { 26.4, 50, 4, 4, 2}, /* a3 */ - { 17.5, 50, 4, 4, 2}, /* a4 */ - { 0, 50, 4, 4, 2}, /* a5 */ - { 0, 50, 4, 4, 2}, /* a6 */ - { 0, 50, 4, 4, 2}, /* ab */ - { 62, 50, 0, 0, 2}, /* av */ - { 16, 50, 0, 0, 2}, /* avc */ - { 0, 50, 0, 0, 2}, /* asp */ - { 0, 50, 0, 0, 2} /* af */ - } -}, - -{"EY", 2,11, 7,"\311\250","1",unr|hgh|cnt|vwl, /* [ɨ] */ - { - { 270, 50, 0, 0, 2}, /* fn */ - { 250, 50, 4, 4, 2}, /* f1 */ - { 1600, 50, 4, 4, 2}, /* f2 */ - { 2500, 50, 4, 4, 2}, /* f3 */ - { 60, 50, 4, 4, 2}, /* b1 */ - { 90, 50, 4, 4, 2}, /* b2 */ - { 150, 50, 4, 4, 2}, /* b3 */ - { 0, 100, 4, 4, 2}, /* pn */ - { 30.8, 50, 4, 4, 2}, /* a2 */ - { 26.4, 50, 4, 4, 2}, /* a3 */ - { 17.5, 50, 4, 4, 2}, /* a4 */ - { 0, 50, 4, 4, 2}, /* a5 */ - { 0, 50, 4, 4, 2}, /* a6 */ - { 0, 50, 4, 4, 2}, /* ab */ - { 62, 50, 0, 0, 2}, /* av */ - { 16, 50, 0, 0, 2}, /* avc */ - { 0, 50, 0, 0, 2}, /* asp */ - { 0, 50, 0, 0, 2} /* af */ - } -}, - -{"JU", 2,11, 7,"\312\211","}",rnd|hgh|cnt|vwl, /* [ʉ] */ - { - { 270, 50, 0, 0, 2}, /* fn */ - { 250, 50, 4, 4, 2}, /* f1 */ - { 1400, 50, 4, 4, 2}, /* f2 */ - { 2200, 50, 4, 4, 2}, /* f3 */ - { 60, 50, 4, 4, 2}, /* b1 */ - { 90, 50, 4, 4, 2}, /* b2 */ - { 150, 50, 4, 4, 2}, /* b3 */ - { 0, 100, 4, 4, 2}, /* pn */ - { 30.8, 50, 4, 4, 2}, /* a2 */ - { 26.4, 50, 4, 4, 2}, /* a3 */ - { 17.5, 50, 4, 4, 2}, /* a4 */ - { 0, 50, 4, 4, 2}, /* a5 */ - { 0, 50, 4, 4, 2}, /* a6 */ - { 0, 50, 4, 4, 2}, /* ab */ - { 62, 50, 0, 0, 2}, /* av */ - { 16, 50, 0, 0, 2}, /* avc */ - { 0, 50, 0, 0, 2}, /* asp */ - { 0, 50, 0, 0, 2} /* af */ - } -}, - -{"UW", 2,14, 9,"\311\257","M",unr|hgh|bck|vwl, /* [ɯ] */ - { - { 270, 50, 0, 0, 2}, /* fn */ - { 250, 50, 4, 4, 2}, /* f1 */ - { 1080, 50, 4, 4, 2}, /* f2 */ - { 2500, 50, 4, 4, 2}, /* f3 */ - { 60, 50, 4, 4, 2}, /* b1 */ - { 90, 50, 4, 4, 2}, /* b2 */ - { 150, 50, 4, 4, 2}, /* b3 */ - { 0, 100, 4, 4, 2}, /* pn */ - { 36, 50, 4, 4, 2}, /* a2 */ - { 7.1, 50, 4, 4, 2}, /* a3 */ - { 0, 50, 4, 4, 2}, /* a4 */ - { 0, 50, 4, 4, 2}, /* a5 */ - { 0, 50, 4, 4, 2}, /* a6 */ - { 0, 50, 4, 4, 2}, /* ab */ - { 62, 50, 0, 0, 2}, /* av */ - { 16, 50, 0, 0, 2}, /* avc */ - { 0, 50, 0, 0, 2}, /* asp */ - { 0, 50, 0, 0, 2} /* af */ - } -}, - -{"UU", 2,14, 9,"u","u",rnd|hgh|bck|vwl, /* [u] */ - { - { 270, 50, 0, 0, 2}, /* fn */ - { 250, 50, 4, 4, 2}, /* f1 */ - { 740, 50, 4, 4, 2}, /* f2 */ - { 2200, 50, 4, 4, 2}, /* f3 */ - { 60, 50, 4, 4, 2}, /* b1 */ - { 90, 50, 4, 4, 2}, /* b2 */ - { 150, 50, 4, 4, 2}, /* b3 */ - { 0, 100, 4, 4, 2}, /* pn */ - { 36, 50, 4, 4, 2}, /* a2 */ - { 7.1, 50, 4, 4, 2}, /* a3 */ - { 0, 50, 4, 4, 2}, /* a4 */ - { 0, 50, 4, 4, 2}, /* a5 */ - { 0, 50, 4, 4, 2}, /* a6 */ - { 0, 50, 4, 4, 2}, /* ab */ - { 62, 50, 0, 0, 2}, /* av */ - { 16, 50, 0, 0, 2}, /* avc */ - { 0, 50, 0, 0, 2}, /* asp */ - { 0, 50, 0, 0, 2} /* af */ - } -}, - -{"oeN", 2, 8, 4,"\305\223\314\203","9~",rnd|lmd|fnt|vwl|nas, /* [œ̃] */ - { - { 505, 50, 0, 0, 2}, /* fn */ - { 740, 50, 4, 4, 2}, /* f1 */ - { 1680, 50, 4, 4, 2}, /* f2 */ - { 2500, 50, 4, 4, 2}, /* f3 */ - { 60, 50, 4, 4, 2}, /* b1 */ - { 90, 50, 4, 4, 2}, /* b2 */ - { 150, 50, 4, 4, 2}, /* b3 */ - { 0, 100, 4, 4, 2}, /* pn */ - { 39.5, 50, 4, 4, 2}, /* a2 */ - { 28.1, 50, 4, 4, 2}, /* a3 */ - { 17.5, 50, 4, 4, 2}, /* a4 */ - { 0, 50, 4, 4, 2}, /* a5 */ - { 0, 50, 4, 4, 2}, /* a6 */ - { 0, 50, 4, 4, 2}, /* ab */ - { 62, 50, 0, 0, 2}, /* av */ - { 16, 50, 0, 0, 2}, /* avc */ - { 0, 50, 0, 0, 2}, /* asp */ - { 0, 50, 0, 0, 2} /* af */ - } -}, - -{"IU", 2, 8, 6,"\312\217","Y",rnd|lax|fnt|vwl, /* [ʏ] */ - { - { 270, 50, 0, 0, 2}, /* fn */ - { 380, 50, 4, 4, 2}, /* f1 */ - { 1840, 50, 4, 4, 2}, /* f2 */ - { 2200, 50, 4, 4, 2}, /* f3 */ - { 60, 50, 4, 4, 2}, /* b1 */ - { 90, 50, 4, 4, 2}, /* b2 */ - { 150, 50, 4, 4, 2}, /* b3 */ - { 0, 100, 4, 4, 2}, /* pn */ - { 34.2, 50, 4, 4, 2}, /* a2 */ - { 24.6, 50, 4, 4, 2}, /* a3 */ - { 15.8, 50, 4, 4, 2}, /* a4 */ - { 0, 50, 4, 4, 2}, /* a5 */ - { 0, 50, 4, 4, 2}, /* a6 */ - { 0, 50, 4, 4, 2}, /* ab */ - { 62, 50, 0, 0, 2}, /* av */ - { 16, 50, 0, 0, 2}, /* avc */ - { 0, 50, 0, 0, 2}, /* asp */ - { 0, 50, 0, 0, 2} /* af */ - } -}, - -{"OO", 2, 6, 4,"\312\212","U",rnd|lax|bck|vwl, /* [ʊ] */ - { - { 270, 50, 0, 0, 2}, /* fn */ - { 330, 50, 4, 4, 2}, /* f1 */ - { 960, 50, 4, 4, 2}, /* f2 */ - { 2200, 50, 4, 4, 2}, /* f3 */ - { 60, 50, 4, 4, 2}, /* b1 */ - { 90, 50, 4, 4, 2}, /* b2 */ - { 150, 50, 4, 4, 2}, /* b3 */ - { 0, 100, 4, 4, 2}, /* pn */ - { 39.5, 50, 4, 4, 2}, /* a2 */ - { 17.6, 50, 4, 4, 2}, /* a3 */ - { 8.8, 50, 4, 4, 2}, /* a4 */ - { 0, 50, 4, 4, 2}, /* a5 */ - { 0, 50, 4, 4, 2}, /* a6 */ - { 0, 50, 4, 4, 2}, /* ab */ - { 62, 50, 0, 0, 2}, /* av */ - { 16, 50, 0, 0, 2}, /* avc */ - { 0, 50, 0, 0, 2}, /* asp */ - { 0, 50, 0, 0, 2} /* af */ - } -}, - -{"e", 2, 8, 4,"e","e",unr|smh|fnt|vwl, /* [e] */ - { - { 270, 50, 0, 0, 2}, /* fn */ - { 540, 50, 4, 4, 2}, /* f1 */ - { 2040, 50, 4, 4, 2}, /* f2 */ - { 2500, 50, 4, 4, 2}, /* f3 */ - { 60, 50, 4, 4, 2}, /* b1 */ - { 90, 50, 4, 4, 2}, /* b2 */ - { 150, 50, 4, 4, 2}, /* b3 */ - { 0, 100, 4, 4, 2}, /* pn */ - { 39.5, 50, 4, 4, 2}, /* a2 */ - { 28.1, 50, 4, 4, 2}, /* a3 */ - { 17.5, 50, 4, 4, 2}, /* a4 */ - { 0, 50, 4, 4, 2}, /* a5 */ - { 0, 50, 4, 4, 2}, /* a6 */ - { 0, 50, 4, 4, 2}, /* ab */ - { 62, 50, 0, 0, 2}, /* av */ - { 16, 50, 0, 0, 2}, /* avc */ - { 0, 50, 0, 0, 2}, /* asp */ - { 0, 50, 0, 0, 2} /* af */ - } -}, - -{"eN", 2, 8, 4,"\341\272\275","e~",unr|smh|fnt|vwl|nas, /* [ẽ] */ - { - { 455, 50, 0, 0, 2}, /* fn */ - { 640, 50, 4, 4, 2}, /* f1 */ - { 2040, 50, 4, 4, 2}, /* f2 */ - { 2500, 50, 4, 4, 2}, /* f3 */ - { 60, 50, 4, 4, 2}, /* b1 */ - { 90, 50, 4, 4, 2}, /* b2 */ - { 150, 50, 4, 4, 2}, /* b3 */ - { 0, 100, 4, 4, 2}, /* pn */ - { 39.5, 50, 4, 4, 2}, /* a2 */ - { 28.1, 50, 4, 4, 2}, /* a3 */ - { 17.5, 50, 4, 4, 2}, /* a4 */ - { 0, 50, 4, 4, 2}, /* a5 */ - { 0, 50, 4, 4, 2}, /* a6 */ - { 0, 50, 4, 4, 2}, /* ab */ - { 62, 50, 0, 0, 2}, /* av */ - { 16, 50, 0, 0, 2}, /* avc */ - { 0, 50, 0, 0, 2}, /* asp */ - { 0, 50, 0, 0, 2} /* af */ - } -}, - -{"EU", 2,10, 6,"\303\270","2",rnd|smh|fnt|vwl, /* [ø] */ - { - { 270, 50, 0, 0, 2}, /* fn */ - { 540, 50, 4, 4, 2}, /* f1 */ - { 1840, 50, 4, 4, 2}, /* f2 */ - { 2500, 50, 4, 4, 2}, /* f3 */ - { 60, 50, 4, 4, 2}, /* b1 */ - { 90, 50, 4, 4, 2}, /* b2 */ - { 150, 50, 4, 4, 2}, /* b3 */ - { 0, 100, 4, 4, 2}, /* pn */ - { 34.2, 50, 4, 4, 2}, /* a2 */ - { 24.6, 50, 4, 4, 2}, /* a3 */ - { 15.8, 50, 4, 4, 2}, /* a4 */ - { 0, 50, 4, 4, 2}, /* a5 */ - { 0, 50, 4, 4, 2}, /* a6 */ - { 0, 50, 4, 4, 2}, /* ab */ - { 62, 50, 0, 0, 2}, /* av */ - { 16, 50, 0, 0, 2}, /* avc */ - { 0, 50, 0, 0, 2}, /* asp */ - { 0, 50, 0, 0, 2} /* af */ - } -}, - -{"Ur", 2, 8, 4,"\311\230","@\\",unr|lmd|cnt|vwl, /* [ɘ] */ - { - { 270, 50, 0, 0, 2}, /* fn */ - { 380, 50, 4, 4, 2}, /* f1 */ - { 1480, 50, 4, 4, 2}, /* f2 */ - { 2500, 50, 4, 4, 2}, /* f3 */ - { 60, 50, 4, 4, 2}, /* b1 */ - { 90, 50, 4, 4, 2}, /* b2 */ - { 150, 50, 4, 4, 2}, /* b3 */ - { 0, 100, 4, 4, 2}, /* pn */ - { 39.5, 50, 4, 4, 2}, /* a2 */ - { 28.1, 50, 4, 4, 2}, /* a3 */ - { 17.5, 50, 4, 4, 2}, /* a4 */ - { 0, 50, 4, 4, 2}, /* a5 */ - { 0, 50, 4, 4, 2}, /* a6 */ - { 0, 50, 4, 4, 2}, /* ab */ - { 62, 50, 0, 0, 2}, /* av */ - { 16, 50, 0, 0, 2}, /* avc */ - { 0, 50, 0, 0, 2}, /* asp */ - { 0, 50, 0, 0, 2} /* af */ - } -}, - -{"UR", 2, 8, 4,"\311\265","8",rnd|lmd|cnt|vwl, /* [ɵ] */ - { - { 270, 50, 0, 0, 2}, /* fn */ - { 370, 50, 4, 4, 2}, /* f1 */ - { 1280, 50, 4, 4, 2}, /* f2 */ - { 2200, 50, 4, 4, 2}, /* f3 */ - { 60, 50, 4, 4, 2}, /* b1 */ - { 90, 50, 4, 4, 2}, /* b2 */ - { 150, 50, 4, 4, 2}, /* b3 */ - { 0, 100, 4, 4, 2}, /* pn */ - { 39.5, 50, 4, 4, 2}, /* a2 */ - { 28.1, 50, 4, 4, 2}, /* a3 */ - { 17.5, 50, 4, 4, 2}, /* a4 */ - { 0, 50, 4, 4, 2}, /* a5 */ - { 0, 50, 4, 4, 2}, /* a6 */ - { 0, 50, 4, 4, 2}, /* ab */ - { 62, 50, 0, 0, 2}, /* av */ - { 16, 50, 0, 0, 2}, /* avc */ - { 0, 50, 0, 0, 2}, /* asp */ - { 0, 50, 0, 0, 2} /* af */ - } -}, - -{"UE", 2, 9, 6,"\311\244","7",unr|smh|bck|vwl, /* [ɤ] */ - { - { 270, 50, 0, 0, 2}, /* fn */ - { 390, 50, 4, 4, 2}, /* f1 */ - { 940, 50, 4, 4, 2}, /* f2 */ - { 2200, 50, 4, 4, 2}, /* f3 */ - { 60, 50, 4, 4, 2}, /* b1 */ - { 90, 50, 4, 4, 2}, /* b2 */ - { 150, 50, 4, 4, 2}, /* b3 */ - { 0, 100, 4, 4, 2}, /* pn */ - { 39.5, 50, 4, 4, 2}, /* a2 */ - { 17.6, 50, 4, 4, 2}, /* a3 */ - { 8.8, 50, 4, 4, 2}, /* a4 */ - { 0, 50, 4, 4, 2}, /* a5 */ - { 0, 50, 4, 4, 2}, /* a6 */ - { 0, 50, 4, 4, 2}, /* ab */ - { 62, 50, 0, 0, 2}, /* av */ - { 16, 50, 0, 0, 2}, /* avc */ - { 0, 50, 0, 0, 2}, /* asp */ - { 0, 50, 0, 0, 2} /* af */ - } -}, - -{"A", 2, 4, 4,"\311\231","@",unr|mdl|cnt|vwl, /* [ə] */ - { - { 270, 50, 0, 0, 2}, /* fn */ - { 490, 50, 4, 4, 2}, /* f1 */ - { 1480, 50, 4, 4, 2}, /* f2 */ - { 2500, 50, 4, 4, 2}, /* f3 */ - { 60, 50, 4, 4, 2}, /* b1 */ - { 90, 50, 4, 4, 2}, /* b2 */ - { 150, 50, 4, 4, 2}, /* b3 */ - { 0, 100, 4, 4, 2}, /* pn */ - { 48.2, 50, 4, 4, 2}, /* a2 */ - { 22.9, 50, 4, 4, 2}, /* a3 */ - { 12.2, 50, 4, 4, 2}, /* a4 */ - { 0, 50, 4, 4, 2}, /* a5 */ - { 0, 50, 4, 4, 2}, /* a6 */ - { 0, 50, 4, 4, 2}, /* ab */ - { 62, 50, 0, 0, 2}, /* av */ - { 16, 50, 0, 0, 2}, /* avc */ - { 0, 50, 0, 0, 2}, /* asp */ - { 0, 50, 0, 0, 2} /* af */ - } -}, - -{"EH", 2, 8, 4,"\311\233","E",unr|lmd|fnt|vwl, /* [ɛ] */ - { - { 270, 50, 0, 0, 2}, /* fn */ - { 630, 50, 4, 4, 2}, /* f1 */ - { 1900, 50, 4, 4, 2}, /* f2 */ - { 2500, 50, 4, 4, 2}, /* f3 */ - { 300, 50, 4, 4, 2}, /* b1 */ - { 90, 50, 4, 4, 2}, /* b2 */ - { 150, 50, 4, 4, 2}, /* b3 */ - { 0, 100, 4, 4, 2}, /* pn */ - { 44.8, 50, 4, 4, 2}, /* a2 */ - { 28.1, 50, 4, 4, 2}, /* a3 */ - { 17.5, 50, 4, 4, 2}, /* a4 */ - { 0, 50, 4, 4, 2}, /* a5 */ - { 0, 50, 4, 4, 2}, /* a6 */ - { 0, 50, 4, 4, 2}, /* ab */ - { 62, 50, 0, 0, 2}, /* av */ - { 16, 50, 0, 0, 2}, /* avc */ - { 0, 50, 0, 0, 2}, /* asp */ - { 0, 50, 0, 0, 2} /* af */ - } -}, - -{"oe", 2, 8, 4,"\305\223","9",rnd|lmd|fnt|vwl, /* [œ] */ - { - { 270, 50, 0, 0, 2}, /* fn */ - { 640, 50, 4, 4, 2}, /* f1 */ - { 1680, 50, 4, 4, 2}, /* f2 */ - { 2500, 50, 4, 4, 2}, /* f3 */ - { 60, 50, 4, 4, 2}, /* b1 */ - { 90, 50, 4, 4, 2}, /* b2 */ - { 150, 50, 4, 4, 2}, /* b3 */ - { 0, 100, 4, 4, 2}, /* pn */ - { 39.5, 50, 4, 4, 2}, /* a2 */ - { 28.1, 50, 4, 4, 2}, /* a3 */ - { 17.5, 50, 4, 4, 2}, /* a4 */ - { 0, 50, 4, 4, 2}, /* a5 */ - { 0, 50, 4, 4, 2}, /* a6 */ - { 0, 50, 4, 4, 2}, /* ab */ - { 62, 50, 0, 0, 2}, /* av */ - { 16, 50, 0, 0, 2}, /* avc */ - { 0, 50, 0, 0, 2}, /* asp */ - { 0, 50, 0, 0, 2} /* af */ - } -}, - -{"ER", 2,16,16,"\311\234","3",unr|lmd|cnt|vwl, /* [ɜ] */ - { - { 270, 50, 0, 0, 2}, /* fn */ - { 580, 50, 4, 4, 2}, /* f1 */ - { 1420, 50, 4, 4, 2}, /* f2 */ - { 2500, 50, 4, 4, 2}, /* f3 */ - { 60, 50, 4, 4, 2}, /* b1 */ - { 90, 50, 4, 4, 2}, /* b2 */ - { 150, 50, 4, 4, 2}, /* b3 */ - { 0, 100, 4, 4, 2}, /* pn */ - { 43, 50, 4, 4, 2}, /* a2 */ - { 22.9, 50, 4, 4, 2}, /* a3 */ - { 12.2, 50, 4, 4, 2}, /* a4 */ - { 0, 50, 4, 4, 2}, /* a5 */ - { 0, 50, 4, 4, 2}, /* a6 */ - { 0, 50, 4, 4, 2}, /* ab */ - { 62, 50, 0, 0, 2}, /* av */ - { 16, 50, 0, 0, 2}, /* avc */ - { 0, 50, 0, 0, 2}, /* asp */ - { 0, 50, 0, 0, 2} /* af */ - } -}, - -{"Er", 2,16,16,"\311\236","3\\",rnd|lmd|cnt|vwl, /* [ɞ] */ - { - { 270, 50, 0, 0, 2}, /* fn */ - { 580, 50, 4, 4, 2}, /* f1 */ - { 1180, 50, 4, 4, 2}, /* f2 */ - { 2200, 50, 4, 4, 2}, /* f3 */ - { 60, 50, 4, 4, 2}, /* b1 */ - { 90, 50, 4, 4, 2}, /* b2 */ - { 150, 50, 4, 4, 2}, /* b3 */ - { 0, 100, 4, 4, 2}, /* pn */ - { 43, 50, 4, 4, 2}, /* a2 */ - { 22.9, 50, 4, 4, 2}, /* a3 */ - { 12.2, 50, 4, 4, 2}, /* a4 */ - { 0, 50, 4, 4, 2}, /* a5 */ - { 0, 50, 4, 4, 2}, /* a6 */ - { 0, 50, 4, 4, 2}, /* ab */ - { 62, 50, 0, 0, 2}, /* av */ - { 16, 50, 0, 0, 2}, /* avc */ - { 0, 50, 0, 0, 2}, /* asp */ - { 0, 50, 0, 0, 2} /* af */ - } -}, - -{"U", 2, 9, 6,"\312\214","V",unr|lmd|bck|vwl, /* [ʌ] */ - { - { 270, 50, 0, 0, 2}, /* fn */ - { 700, 50, 4, 4, 2}, /* f1 */ - { 1120, 50, 4, 4, 2}, /* f2 */ - { 2500, 50, 4, 4, 2}, /* f3 */ - { 60, 50, 4, 4, 2}, /* b1 */ - { 90, 50, 4, 4, 2}, /* b2 */ - { 150, 50, 4, 4, 2}, /* b3 */ - { 0, 100, 4, 4, 2}, /* pn */ - { 41.2, 50, 4, 4, 2}, /* a2 */ - { 21.1, 50, 4, 4, 2}, /* a3 */ - { 10.5, 50, 4, 4, 2}, /* a4 */ - { 0, 50, 4, 4, 2}, /* a5 */ - { 0, 50, 4, 4, 2}, /* a6 */ - { 0, 50, 4, 4, 2}, /* ab */ - { 62, 50, 0, 0, 2}, /* av */ - { 16, 50, 0, 0, 2}, /* avc */ - { 0, 50, 0, 0, 2}, /* asp */ - { 0, 50, 0, 0, 2} /* af */ - } -}, - -{"AW", 2,16,10,"\311\224","O",rnd|lmd|bck|vwl, /* [ɔ] */ - { - { 270, 50, 0, 0, 2}, /* fn */ - { 500, 50, 4, 4, 2}, /* f1 */ - { 760, 50, 4, 4, 2}, /* f2 */ - { 2500, 50, 4, 4, 2}, /* f3 */ - { 60, 50, 4, 4, 2}, /* b1 */ - { 90, 50, 4, 4, 2}, /* b2 */ - { 150, 50, 4, 4, 2}, /* b3 */ - { 0, 100, 4, 4, 2}, /* pn */ - { 43, 50, 4, 4, 2}, /* a2 */ - { 12.3, 50, 4, 4, 2}, /* a3 */ - { 3.5, 50, 4, 4, 2}, /* a4 */ - { 0, 50, 4, 4, 2}, /* a5 */ - { 0, 50, 4, 4, 2}, /* a6 */ - { 0, 50, 4, 4, 2}, /* ab */ - { 62, 50, 0, 0, 2}, /* av */ - { 16, 50, 0, 0, 2}, /* avc */ - { 0, 50, 0, 0, 2}, /* asp */ - { 0, 50, 0, 0, 2} /* af */ - } -}, - -{"AA", 2,10, 5,"\303\246","{",unr|low|fnt|vwl, /* [æ] */ - { - { 270, 50, 0, 0, 2}, /* fn */ - { 710, 50, 4, 4, 2}, /* f1 */ - { 1660, 50, 4, 4, 2}, /* f2 */ - { 2500, 50, 4, 4, 2}, /* f3 */ - { 60, 50, 4, 4, 2}, /* b1 */ - { 90, 50, 4, 4, 2}, /* b2 */ - { 150, 50, 4, 4, 2}, /* b3 */ - { 0, 100, 4, 4, 2}, /* pn */ - { 39.5, 50, 4, 4, 2}, /* a2 */ - { 28.1, 50, 4, 4, 2}, /* a3 */ - { 17.5, 50, 4, 4, 2}, /* a4 */ - { 0, 50, 4, 4, 2}, /* a5 */ - { 0, 50, 4, 4, 2}, /* a6 */ - { 0, 50, 4, 4, 2}, /* ab */ - { 62, 50, 0, 0, 2}, /* av */ - { 16, 50, 0, 0, 2}, /* avc */ - { 0, 50, 0, 0, 2}, /* asp */ - { 0, 50, 0, 0, 2} /* af */ - } -}, - -{"OE", 2, 9, 6,"\311\266","&",rnd|low|fnt|vwl, /* [ɶ] */ - { - { 270, 50, 0, 0, 2}, /* fn */ - { 800, 50, 5, 5, 2}, /* f1 */ - { 1520, 50, 5, 5, 2}, /* f2 */ - { 2200, 50, 5, 5, 2}, /* f3 */ - { 60, 50, 5, 5, 2}, /* b1 */ - { 90, 50, 5, 5, 2}, /* b2 */ - { 150, 50, 5, 5, 2}, /* b3 */ - { 0, 100, 5, 5, 2}, /* pn */ - { 46.5, 50, 5, 5, 2}, /* a2 */ - { 19.4, 50, 5, 5, 2}, /* a3 */ - { 8.8, 50, 5, 5, 2}, /* a4 */ - { 0, 50, 5, 5, 2}, /* a5 */ - { 0, 50, 5, 5, 2}, /* a6 */ - { 0, 50, 5, 5, 2}, /* ab */ - { 62, 50, 0, 0, 2}, /* av */ - { 16, 50, 0, 0, 2}, /* avc */ - { 0, 50, 0, 0, 2}, /* asp */ - { 0, 50, 0, 0, 2} /* af */ - } -}, - -{"AR", 2,15,15,"\311\221","A",unr|low|bck|vwl, /* [ɑ] */ - { - { 270, 50, 0, 0, 2}, /* fn */ - { 790, 50, 4, 4, 2}, /* f1 */ - { 1220, 50, 4, 4, 2}, /* f2 */ - { 2500, 50, 4, 4, 2}, /* f3 */ - { 60, 50, 4, 4, 2}, /* b1 */ - { 90, 50, 4, 4, 2}, /* b2 */ - { 150, 50, 4, 4, 2}, /* b3 */ - { 0, 100, 4, 4, 2}, /* pn */ - { 46.5, 50, 4, 4, 2}, /* a2 */ - { 19.4, 50, 4, 4, 2}, /* a3 */ - { 8.8, 50, 4, 4, 2}, /* a4 */ - { 0, 50, 4, 4, 2}, /* a5 */ - { 0, 50, 4, 4, 2}, /* a6 */ - { 0, 50, 4, 4, 2}, /* ab */ - { 62, 50, 0, 0, 2}, /* av */ - { 16, 50, 0, 0, 2}, /* avc */ - { 0, 50, 0, 0, 2}, /* asp */ - { 0, 50, 0, 0, 2} /* af */ - } -}, - -{"O", 2, 9, 6,"\311\222","Q",rnd|low|bck|vwl, /* [ɒ] */ - { - { 270, 50, 0, 0, 2}, /* fn */ - { 610, 50, 4, 4, 2}, /* f1 */ - { 880, 50, 4, 4, 2}, /* f2 */ - { 2500, 50, 4, 4, 2}, /* f3 */ - { 60, 50, 4, 4, 2}, /* b1 */ - { 90, 50, 4, 4, 2}, /* b2 */ - { 150, 50, 4, 4, 2}, /* b3 */ - { 0, 100, 4, 4, 2}, /* pn */ - { 44.8, 50, 4, 4, 2}, /* a2 */ - { 12.3, 50, 4, 4, 2}, /* a3 */ - { 1.8, 50, 4, 4, 2}, /* a4 */ - { 0, 50, 4, 4, 2}, /* a5 */ - { 0, 50, 4, 4, 2}, /* a6 */ - { 0, 50, 4, 4, 2}, /* ab */ - { 58, 50, 0, 0, 2}, /* av */ - { 16, 50, 0, 0, 2}, /* avc */ - { 0, 50, 0, 0, 2}, /* asp */ - { 0, 50, 0, 0, 2} /* af */ - } -}, - -{"VWL", 2,10,10,"#","#",rnd|low|bck|vwl, /* [#] */ - { - { 270, 50, 0, 0, 2}, /* fn */ - { 380, 50, 4, 4, 2}, /* f1 */ - { 700, 50, 4, 4, 2}, /* f2 */ - { 2300, 50, 4, 4, 2}, /* f3 */ - { 60, 50, 4, 4, 2}, /* b1 */ - { 90, 50, 4, 4, 2}, /* b2 */ - { 150, 50, 4, 4, 2}, /* b3 */ - { 0, 100, 4, 4, 2}, /* pn */ - { 44.8, 50, 4, 4, 2}, /* a2 */ - { 12.3, 50, 4, 4, 2}, /* a3 */ - { 1.8, 50, 4, 4, 2}, /* a4 */ - { 0, 50, 4, 4, 2}, /* a5 */ - { 0, 50, 4, 4, 2}, /* a6 */ - { 0, 50, 4, 4, 2}, /* ab */ - { 62, 50, 0, 0, 2}, /* av */ - { 16, 50, 0, 0, 2}, /* avc */ - { 0, 50, 0, 0, 2}, /* asp */ - { 0, 50, 0, 0, 2} /* af */ - } -} diff --git a/stella/src/emucore/rsynth/PORTING b/stella/src/emucore/rsynth/PORTING deleted file mode 100644 index 24896a38e..000000000 --- a/stella/src/emucore/rsynth/PORTING +++ /dev/null @@ -1,61 +0,0 @@ -Hopefully most of unix/compiler variant issues should be handled by configure -process. Thus porting issues should reduce (for UNIX-ish machines at least) -to writing the audio driver. - -The interface to the driver is defined in hplay.h. -There are three routines: - -extern int audio_init PROTO((int argc, char *argv[])); - - Do what ever is necessary to initialize audio. - You can process any command line arguments to influence the - behaviour. Use getargs() function to make this easy. - Where it make sense copy options from other drivers e.g. -r for - sample rate. - - This routine should also define the global variable samp_rate - to define sample rate to the core synth. - - Sample rates in 8 - 12kHz range work best due to as yet unresolved - problems with some of the digital filters. - -extern void audio_play PROTO((int n, short *data)); - - Send a block of 'n' 16 bit signed linear samples to the - audio device. If your device requires uLaw samples (US telephone standard) - then l2u.h defines routines which may help (example is Sun driver). - -extern void audio_term PROTO((void)); - Close down audio device, probably waiting for buffer(s) to empty. - -To test your driver (which should be called xxxxplay.c where xxxx describes -the system/hardware), link it to hplay.c, and "make". - -The brave/experienced might like to obtain and install GNU autoconf-2.0 (or -latter?) and the GNU m4 it needs (m4-1.3 or latter), and try and get the new -driver auto configured. - -When you have written your driver please contact me (nick@ing-simmons.net) -if you are willing to let others use it. Please let me know the output of -config.guess script to assist in merging into autoconf. - ------------------------------------------------------------------------- - -Perfomance issues. - -For best speed in DSP is done in "float", -but with strict IEEE-754 compliance turned off where possible. -This is fastest because in general for modern RISC processors -(e.g. SPARCs or at least some of them ...) - - - There is no integer multiply hardware - - There IS floating point multiply hardware - - Floating point multiply hardware cannot handle "double" in one pass. - - Some of IEEE-754 options (e.g. denormals) are handled via software traps. - -Modern x86 (Athlon/P4 do okay with float as well.) - -The computations in opsynth.c should dominate the cpu requirements -of the other levels. - - diff --git a/stella/src/emucore/rsynth/config.h b/stella/src/emucore/rsynth/config.h deleted file mode 100644 index d72aa7a26..000000000 --- a/stella/src/emucore/rsynth/config.h +++ /dev/null @@ -1,170 +0,0 @@ -/* config.h. Generated by configure. */ -/* config.h.in. Generated from configure.in by autoheader. */ - -/* Old ALSA API without pointers */ -/* #undef ALSA_PCM_OLD_HW_PARAMS_API */ - -/* Define to 1 if you have the header file. */ -#define HAVE_ALSA_ASOUNDLIB_H 1 - -/* Define to 1 if you have the