| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Created new hierarchical save_registrar, which supports self-describing ↵ | 2021-04-09 | 1 | -6/+0 | |
| | | | | | structs and arrays. Converted several core files and structures over to using it. Currently just for testing. | ||||
| * | Eliminate ARRAY_LENGTH template in favor of C++17's std::size | 2021-02-14 | 1 | -5/+5 | |
| | | | | | | | | | | | * osdcomm.h: Move definition of EQUIVALENT_ARRAY to coretmpl.h * sharc.cpp, gt64xxx.cpp, ym2413.cpp, gb_lcd.cpp, snes_ppu.cpp: Use STRUCT_MEMBER for save state registration * gio/newport.cpp, megadrive/svp.cpp, nes_ctrl/bcbattle.cpp, arm7.cpp, tms9995.cpp, pckeybrd.cpp, sa1110.cpp, sa1111.cpp, jangou_blitter.cpp, vic4567.cpp: Use std::fill(_n) instead of memset * emucore.h: Remove obsolete typedef | ||||
| * | emu: correct some file headers (nw) | 2020-06-19 | 1 | -1/+1 | |
| | | |||||
| * | XML refactoring: | 2016-12-11 | 1 | -9/+11 | |
| | | | | | | | | * move stuff to namespace util::xml * scope down some enums * split config load/save delegate types * make config load take const so it can't mangle data | ||||
| * | Turn xmlfile API into something that looks like C++ | 2016-11-17 | 1 | -11/+11 | |
| | | | | | It's still a bit quirky but it's far better encapsulated before, and it plays nice with const (nw) | ||||
| * | Do not use FUNC in delegate where applicable (nw) | 2016-11-06 | 1 | -1/+1 | |
| | | |||||
| * | more TRUE/FALSE cleanup (nw) | 2016-10-22 | 1 | -1/+1 | |
| | | |||||
| * | Cleanups and version bumpmame0170 | 2016-01-27 | 1 | -3/+2 | |
| | | |||||
| * | modernized configuration_manager (nw) | 2016-01-10 | 1 | -6/+6 | |
| | | |||||
| * | modernized bookkeeping manager (nw) | 2016-01-10 | 1 | -92/+53 | |
| | | |||||
| * | generic machine is now bookkeeping (nw) | 2016-01-10 | 1 | -0/+255 | |
