Supermodel/Src/Util
SpinDizzy 08d4735ee8 Huge refactor of the Driveboard:
-Separate each possible boards (wheel, joystick, skipad, billboard).
-Defined a Driveboard type in Games.xml for each games.
-Due to the refactoring, Driveboard Savestates have changed (a common base data + a specific board data are saved).
-Backwards compatibility with previous save states is maintained.
-Driveboard rom section is no longer required anymore. This disables Driveboard emulation in case the rom is not found.
-Added Billboard emulation (vf3, vs2, fvipers2, von2). 7 segments and lamps Outputs are redirected to Supermodel outputs.
-Changes project to C++ 17 standard.
2021-02-18 10:29:15 +00:00
..
BitRegister.cpp fix missing header 2017-09-24 22:14:39 +00:00
BitRegister.h Added functions to extract bits as integer values and updated comment about bit vector layout 2017-09-24 18:40:58 +00:00
BMPFile.h Added RGBA4 format to BMP file writer 2016-09-07 01:25:27 +00:00
ByteSwap.cpp Changes to game loader interface, added 32-bit word swapping utility function 2016-08-11 03:53:19 +00:00
ByteSwap.h Changes to game loader interface, added 32-bit word swapping utility function 2016-08-11 03:53:19 +00:00
ConfigBuilders.cpp -Added support for specifying multiple sections simultaneously in INI 2019-01-20 08:02:01 +00:00
ConfigBuilders.h Added support for multiple value types in config nodes. 2016-08-21 22:22:45 +00:00
Format.cpp Hex formatting support extended to 64 bits. 2017-09-23 15:33:26 +00:00
Format.h Hex formatting support extended to 64 bits. 2017-09-23 15:33:26 +00:00
GenericValue.h fix project files 2017-03-27 22:01:31 +00:00
NewConfig.cpp -Added support for specifying multiple sections simultaneously in INI 2019-01-20 08:02:01 +00:00
NewConfig.h Huge refactor of the Driveboard: 2021-02-18 10:29:15 +00:00
Test_BitRegister.cpp Added functions to extract bits as integer values and updated comment about bit vector layout 2017-09-24 18:40:58 +00:00
Test_Config.cpp Updated Util::Config::Node unit tests with multiple leaf node test 2017-04-12 02:41:02 +00:00