| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Eliminate ARRAY_LENGTH template in favor of C++17's std::size | 2021-02-14 | 1 | -1/+1 | |
| | | | | | | | | | | | * 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 | ||||
| * | swim2: Add reading, writing gcr up to track 63. | 2021-01-15 | 1 | -12/+1 | |
| | | |||||
| * | Include floppy.h explicitly in drivers and bus cards, rather than indirectly ↵ | 2018-11-25 | 1 | -0/+1 | |
| | | | | | through popular FDC headers (nw) | ||||
| * | Fixed a bug in fdc_pll: there is no operator* to multiply an attotime | 2017-03-08 | 1 | -3/+4 | |
| | | | | | by a double | ||||
| * | srcclean (nw) | 2017-02-19 | 1 | -3/+3 | |
| | | |||||
| * | Remove emu.h from headers (nw) | 2017-02-11 | 1 | -0/+1 | |
| | | | | | | | | | | | | | Per Vas' request. If the compile fails for you (i'm thinking osx and windows native debuggers here in particular), add '#include "emu.h"' as first include of the cpp files that fail. Due to our use of precompilation and forced inclusion, emu.h must be included as the very first non-comment thing we do if we want to be sure msvc compiles are identical to gcc/clang ones. Doing it directly instead of through an include increases the correctness probability by a magnitude. | ||||
| * | hp9845: fixed a weird case of missed synchronization in 9895 drive | 2017-02-01 | 1 | -1/+1 | |
| | | |||||
| * | hp9845: 9895 is 95% done, it works except for some minor issues | 2017-01-26 | 1 | -3/+13 | |
| | | |||||
| * | Rename *.c -> *.cpp in our source (nw) | 2015-11-08 | 1 | -0/+134 | |
