m9710797 b485443bb7 Serialize period iso frequency for DynamicClock 3 years ago
..
cassette f4fd45708c [1/5] Split FilePool -> FilePool + FilePoolCore 3 years ago
commands 6c95a7d057 Use 'one_of()' to simplify code 4 years ago
config 3718ed7df4 Use 'one_of()' to simplify code 4 years ago
console aed35d61fa CommandConsole: Change Alt+D to Alt+Delete on macOS 3 years ago
cpu 6c95a7d057 Use 'one_of()' to simplify code 4 years ago
debugger 6c95a7d057 Use 'one_of()' to simplify code 4 years ago
events 171b4ce5fb rename 'turbo'/'turbospeed' to 'fastforward'/'fastforwardspeed' 3 years ago
fdc f4fd45708c [1/5] Split FilePool -> FilePool + FilePoolCore 3 years ago
file 86cf3ad991 [5/5] Optimize FilePoolCore 3 years ago
ide 1b4498b6ca Make CLI errors a bit more user friendly 3 years ago
input ddaf35482d Applied reworked version of PR1268 by wbahnassi-if 3 years ago
laserdisc 1b4498b6ca Make CLI errors a bit more user friendly 3 years ago
memory f4fd45708c [1/5] Split FilePool -> FilePool + FilePoolCore 3 years ago
resource 83ae0db773 Update copyright year 3 years ago
security 3718ed7df4 Use 'one_of()' to simplify code 4 years ago
serial 3718ed7df4 Use 'one_of()' to simplify code 4 years ago
settings 16de056efa Do not save the value of the 'speed' setting between openMSX runs 3 years ago
sound 945f4ec69e Tweak calculation of ResampledSoundDevice::emuClock speed 3 years ago
thread 54edd8d8b0 Use c++17 nested namespace definition 4 years ago
unittest 39a1d21bc8 [4/5] Added SimpleHashSet 3 years ago
utils b485443bb7 Serialize period iso frequency for DynamicClock 3 years ago
video eab61a6987 Fix boundary check in Scale_8on9 3 years ago
.gitignore 24d2a5fcf0 Cleanup in .gitignore files 10 years ago
Autofire.cc ad62f1f738 [1/2] Made EmuTime/Duration/Clock constexpr 4 years ago
Autofire.hh 8e96880015 Use c++17 std::string_view instead of our own version 4 years ago
CLIOption.cc fcc2ca6773 Ran include-what-you-use (iwyu) and remove some unnecessary #include's 5 years ago
CLIOption.hh 707778beea Allow a script to query which file type category a file belongs to 4 years ago
CartridgeSlotManager.cc 6c95a7d057 Use 'one_of()' to simplify code 4 years ago
CartridgeSlotManager.hh 0c6c272e85 [2/2] use constexpr to define constants 4 years ago
ChakkariCopy.cc 03f639885a [4c/7] replace MSXDevice::invalidateAllSlotsRWCache() calls with invalidateDeviceRWCache() 4 years ago
ChakkariCopy.hh 1c389ce22b [1/6] apply fixes suggested by clang-tidy modernize-* 5 years ago
CliExtension.cc 8e96880015 Use c++17 std::string_view instead of our own version 4 years ago
CliExtension.hh 8e96880015 Use c++17 std::string_view instead of our own version 4 years ago
Clock.hh ad62f1f738 [1/2] Made EmuTime/Duration/Clock constexpr 4 years ago
CommandLineParser.cc 6c95a7d057 Use 'one_of()' to simplify code 4 years ago
CommandLineParser.hh 4973076dd8 small tweaks to FileTypeCategoryInfoTopic related code 4 years ago
Connector.cc 9f2312e3d0 Make use of strCat() and strAppend() 5 years ago
Connector.hh 8e96880015 Use c++17 std::string_view instead of our own version 4 years ago
DebugDevice.cc 8e3113dd1a Cleanup of whitespace and typos 4 years ago
DebugDevice.hh 8e96880015 Use c++17 std::string_view instead of our own version 4 years ago
DeviceFactory.cc 6c95a7d057 Use 'one_of()' to simplify code 4 years ago
DeviceFactory.hh 5b4cf2b66e applied a (small part of) the changes suggested by clang-tidy readability-* 5 years ago
Doxyfile af23cd7133 Set PAPER_TYPE to default in Doxyfile 3 years ago
DummyDevice.cc 771cbae70b Make 'machine_info slot' return a list of devices 11 years ago
DummyDevice.hh c78bd93d2c [4/5] Mark virtual method overrides with new c++11 'override' keyword 9 years ago
DummyPrinterPortDevice.cc 8e96880015 Use c++17 std::string_view instead of our own version 4 years ago
DummyPrinterPortDevice.hh 8e96880015 Use c++17 std::string_view instead of our own version 4 years ago
DynamicClock.cc b485443bb7 Serialize period iso frequency for DynamicClock 3 years ago
DynamicClock.hh b485443bb7 Serialize period iso frequency for DynamicClock 3 years ago
EmptyPatch.cc d089095d55 Various text-processing stuff 11 years ago
EmptyPatch.hh bc48c7d9b9 Replace our 'noncopyable' helper with c++11 '=delete' 8 years ago
EmuDuration.hh 84ccdf26b5 [2/2] Allow short EmuDurations to be stored more compactly 4 years ago
EmuTime.cc ad62f1f738 [1/2] Made EmuTime/Duration/Clock constexpr 4 years ago
EmuTime.hh ad62f1f738 [1/2] Made EmuTime/Duration/Clock constexpr 4 years ago
FirmwareSwitch.cc 0c6c272e85 [2/2] use constexpr to define constants 4 years ago
FirmwareSwitch.hh c2a8cb3594 [1/9] unique_ptr->value, setting objects 9 years ago
GlobalSettings.cc 1bd0547631 Move the "speed" setting into new class SpeedManager 3 years ago
GlobalSettings.hh 1bd0547631 Move the "speed" setting into new class SpeedManager 3 years ago
I8255.cc 4fb8cff470 Fix clang compiler warning 4 years ago
I8255.hh 4fb8cff470 Fix clang compiler warning 4 years ago
I8255Interface.hh 1c389ce22b [1/6] apply fixes suggested by clang-tidy modernize-* 5 years ago
IPSPatch.cc 07a37c3a1a Using make_xxx() factory functions is often no longer needed in c++17 4 years ago
IPSPatch.hh a3f0ebe136 Fix most "clang-tidy -check=modernize-pass-by-value" warnings 7 years ago
InitException.hh 414be59551 Change constructor of exception classes 5 years ago
LedStatus.cc 0c6c272e85 [2/2] use constexpr to define constants 4 years ago
LedStatus.hh d5887e6faf Annotate LedStatus::handleEvent noexcept 4 years ago
MSXBunsetsu.cc 5bedf250bb [5/9] unique_ptr->value, Rom,Ram,Sram,Flash 9 years ago
MSXBunsetsu.hh 5b4cf2b66e applied a (small part of) the changes suggested by clang-tidy readability-* 5 years ago
MSXCielTurbo.cc f85d68865c Fix all "clang-tidy -check=modernize-use-default" warnings 7 years ago
MSXCielTurbo.hh f85d68865c Fix all "clang-tidy -check=modernize-use-default" warnings 7 years ago
MSXDevice.cc 3718ed7df4 Use 'one_of()' to simplify code 4 years ago
MSXDevice.hh b43b958e5c Fix Victor HC-95A machine 4 years ago
MSXDeviceSwitch.cc 97e0d9687b [15/15] Use more algorithms 5 years ago
MSXDeviceSwitch.hh 1c389ce22b [1/6] apply fixes suggested by clang-tidy modernize-* 5 years ago
MSXE6Timer.cc d089095d55 Various text-processing stuff 11 years ago
MSXE6Timer.hh c78bd93d2c [4/5] Mark virtual method overrides with new c++11 'override' keyword 9 years ago
MSXException.hh 8e3113dd1a Cleanup of whitespace and typos 4 years ago
MSXHiResTimer.cc 5d915cd38d Re-apply serialization improvements. 4 years ago
MSXHiResTimer.hh fbd2d80bbb Mark single-parameter constructors 'implicit' 7 years ago
MSXKanji.cc 3718ed7df4 Use 'one_of()' to simplify code 4 years ago
MSXKanji.hh 988270c7e6 Fix hangul font ROM on Daewoo CPC-400S 4 years ago
MSXKanji12.cc 3718ed7df4 Use 'one_of()' to simplify code 4 years ago
MSXKanji12.hh 5bedf250bb [5/9] unique_ptr->value, Rom,Ram,Sram,Flash 9 years ago
MSXMatsushita.cc 0c6c272e85 [2/2] use constexpr to define constants 4 years ago
MSXMatsushita.hh fcc2ca6773 Ran include-what-you-use (iwyu) and remove some unnecessary #include's 5 years ago
MSXMotherBoard.cc 3718ed7df4 Use 'one_of()' to simplify code 4 years ago
MSXMotherBoard.hh 8e96880015 Use c++17 std::string_view instead of our own version 4 years ago
MSXPPI.cc 4fb8cff470 Fix clang compiler warning 4 years ago
MSXPPI.hh 1c389ce22b [1/6] apply fixes suggested by clang-tidy modernize-* 5 years ago
MSXPrinterPort.cc 8e96880015 Use c++17 std::string_view instead of our own version 4 years ago
MSXPrinterPort.hh 8e96880015 Use c++17 std::string_view instead of our own version 4 years ago
MSXRTC.cc 5d915cd38d Re-apply serialization improvements. 4 years ago
MSXRTC.hh 5bedf250bb [5/9] unique_ptr->value, Rom,Ram,Sram,Flash 9 years ago
MSXResetStatusRegister.cc d089095d55 Various text-processing stuff 11 years ago
MSXResetStatusRegister.hh c78bd93d2c [4/5] Mark virtual method overrides with new c++11 'override' keyword 9 years ago
MSXS1985.cc 0c6c272e85 [2/2] use constexpr to define constants 4 years ago
MSXS1985.hh 1c389ce22b [1/6] apply fixes suggested by clang-tidy modernize-* 5 years ago
MSXS1990.cc 5d915cd38d Re-apply serialization improvements. 4 years ago
MSXS1990.hh 49f27fea65 Remove back-pointers from inner to outer objects 9 years ago
MSXSwitchedDevice.cc d089095d55 Various text-processing stuff 11 years ago
MSXSwitchedDevice.hh bc48c7d9b9 Replace our 'noncopyable' helper with c++11 '=delete' 8 years ago
MSXTurboRPause.cc 0d1ec8e593 fix clang-tidy-7 'readability-inconsistent-declaration-parameter-name' 5 years ago
MSXTurboRPause.hh 1c389ce22b [1/6] apply fixes suggested by clang-tidy modernize-* 5 years ago
MSXVictorHC9xSystemControl.cc b43b958e5c Fix Victor HC-95A machine 4 years ago
MSXVictorHC9xSystemControl.hh b43b958e5c Fix Victor HC-95A machine 4 years ago
PasswordCart.cc d089095d55 Various text-processing stuff 11 years ago
PasswordCart.hh c78bd93d2c [4/5] Mark virtual method overrides with new c++11 'override' keyword 9 years ago
PatchInterface.hh 1c389ce22b [1/6] apply fixes suggested by clang-tidy modernize-* 5 years ago
PlugException.hh 414be59551 Change constructor of exception classes 5 years ago
Pluggable.cc 9f2312e3d0 Make use of strCat() and strAppend() 5 years ago
Pluggable.hh 8e96880015 Use c++17 std::string_view instead of our own version 4 years ago
PluggableFactory.cc 39f5361836 use std::make_unique instead of our own version 5 years ago
PluggableFactory.hh d089095d55 Various text-processing stuff 11 years ago
PluggingController.cc 8e96880015 Use c++17 std::string_view instead of our own version 4 years ago
PluggingController.hh 8e96880015 Use c++17 std::string_view instead of our own version 4 years ago
Printer.cc 0c6c272e85 [2/2] use constexpr to define constants 4 years ago
Printer.hh 0c6c272e85 [2/2] use constexpr to define constants 4 years ago
PrinterPortDevice.cc 8e96880015 Use c++17 std::string_view instead of our own version 4 years ago
PrinterPortDevice.hh 8e96880015 Use c++17 std::string_view instead of our own version 4 years ago
PrinterPortLogger.cc 8e96880015 Use c++17 std::string_view instead of our own version 4 years ago
PrinterPortLogger.hh 8e96880015 Use c++17 std::string_view instead of our own version 4 years ago
PrinterPortSimpl.cc 8e96880015 Use c++17 std::string_view instead of our own version 4 years ago
PrinterPortSimpl.hh 8e96880015 Use c++17 std::string_view instead of our own version 4 years ago
RP5C01.cc 0c6c272e85 [2/2] use constexpr to define constants 4 years ago
RP5C01.hh 0c6c272e85 [2/2] use constexpr to define constants 4 years ago
RTSchedulable.cc 7bd9111ba3 Replace Alarm with RTScheduler 9 years ago
RTSchedulable.hh 00b3389534 Added emulation of EEPROM_93C46 + unittest 6 years ago
RTScheduler.cc 8e3113dd1a Cleanup of whitespace and typos 4 years ago
RTScheduler.hh bc48c7d9b9 Replace our 'noncopyable' helper with c++11 '=delete' 8 years ago
Reactor.cc 74ec557005 [1/6] Make the Reactor main loop body a function 4 years ago
Reactor.hh 74ec557005 [1/6] Make the Reactor main loop body a function 4 years ago
RealTime.cc 1bd0547631 Move the "speed" setting into new class SpeedManager 3 years ago
RealTime.hh 1bd0547631 Move the "speed" setting into new class SpeedManager 3 years ago
RenShaTurbo.cc 39f5361836 use std::make_unique instead of our own version 5 years ago
RenShaTurbo.hh bc48c7d9b9 Replace our 'noncopyable' helper with c++11 '=delete' 8 years ago
ReplayCLI.cc 707778beea Allow a script to query which file type category a file belongs to 4 years ago
ReplayCLI.hh 707778beea Allow a script to query which file type category a file belongs to 4 years ago
ReverseManager.cc 6c95a7d057 Use 'one_of()' to simplify code 4 years ago
ReverseManager.hh ad62f1f738 [1/2] Made EmuTime/Duration/Clock constexpr 4 years ago
SVIPPI.cc 4fb8cff470 Fix clang compiler warning 4 years ago
SVIPPI.hh 1fdbf50e81 Support spectravideo machines, contributed by Tomas Karlsson 8 years ago
SVIPrinterPort.cc 8e96880015 Use c++17 std::string_view instead of our own version 4 years ago
SVIPrinterPort.hh 8e96880015 Use c++17 std::string_view instead of our own version 4 years ago
SaveStateCLI.cc 707778beea Allow a script to query which file type category a file belongs to 4 years ago
SaveStateCLI.hh 707778beea Allow a script to query which file type category a file belongs to 4 years ago
Schedulable.cc 771a5f9f20 Don't use std::endl 5 years ago
Schedulable.hh ad62f1f738 [1/2] Made EmuTime/Duration/Clock constexpr 4 years ago
Scheduler.cc ad62f1f738 [1/2] Made EmuTime/Duration/Clock constexpr 4 years ago
Scheduler.hh ad62f1f738 [1/2] Made EmuTime/Duration/Clock constexpr 4 years ago
SchedulerQueue.hh 0c6c272e85 [2/2] use constexpr to define constants 4 years ago
SensorKid.cc 5d915cd38d Re-apply serialization improvements. 4 years ago
SensorKid.hh 0d7b7293a0 Added callback to acquire data 8 years ago
SpeedManager.cc 585a93d464 Limit speed (normal and fastforward) to 100x realtime 3 years ago
SpeedManager.hh 171b4ce5fb rename 'turbo'/'turbospeed' to 'fastforward'/'fastforwardspeed' 3 years ago
ThrottleManager.cc c2a8cb3594 [1/9] unique_ptr->value, setting objects 9 years ago
ThrottleManager.hh bc48c7d9b9 Replace our 'noncopyable' helper with c++11 '=delete' 8 years ago
Version.cc 8e3113dd1a Cleanup of whitespace and typos 4 years ago
Version.hh d089095d55 Various text-processing stuff 11 years ago
main.cc 13cf90b8b7 Remove leftover from experiment (oops) 3 years ago
meson.build 39a1d21bc8 [4/5] Added SimpleHashSet 3 years ago
openmsx.hh ea7d554a4f Remove workaround for gcc-4.7 bug 5 years ago
serialize.cc 6c95a7d057 Use 'one_of()' to simplify code 4 years ago
serialize.hh 2c6fc262a6 Use c++17 constexpr-if to simplify tag-dispatch helper stuff 4 years ago
serialize_constr.hh 371fa62f69 Workaround gcc-7,gcc-8 compiler bug 4 years ago
serialize_core.cc 9f2312e3d0 Make use of strCat() and strAppend() 5 years ago
serialize_core.hh 6c95a7d057 Use 'one_of()' to simplify code 4 years ago
serialize_meta.cc 7cd6673a43 Be more robust against invalid statestate files. 4 years ago
serialize_meta.hh 0c6c272e85 [2/2] use constexpr to define constants 4 years ago
serialize_stl.hh 0c6c272e85 [2/2] use constexpr to define constants 4 years ago