| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Eliminate ARRAY_LENGTH template in favor of C++17's std::size | 2021-02-14 | 1 | -2/+2 | |
| | | | | | | | | | | | * 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 | ||||
| * | cpu: Allow recompilers to work with W^X policy | 2021-01-06 | 1 | -1/+1 | |
| | | |||||
| * | prettier, and fewer copies (nw) | 2018-12-24 | 1 | -6/+4 | |
| | | |||||
| * | it's important to construct/destruct objects (nw) | 2018-12-24 | 1 | -0/+4 | |
| | | |||||
| * | Do not use FUNC in delegate where applicable (nw) | 2016-11-06 | 1 | -1/+1 | |
| | | |||||
| * | NOTICE (TYPE NAME CONSOLIDATION) | 2016-10-22 | 1 | -23/+23 | |
| | | | | | | Use standard uint64_t, uint32_t, uint16_t or uint8_t instead of UINT64, UINT32, UINT16 or UINT8 also use standard int64_t, int32_t, int16_t or int8_t instead of INT64, INT32, INT16 or INT8 | ||||
| * | use standard types uintptr_t, char16_t and char32_t instead of FPTR, ↵ | 2016-10-22 | 1 | -2/+2 | |
| | | | | | utf16_char, unicode_char (nw) | ||||
| * | NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent ↵ | 2016-04-24 | 1 | -2/+2 | |
| | | | | | confusion (nw) | ||||
| * | cleanup (nw) | 2015-12-26 | 1 | -1/+1 | |
| | | |||||
| * | clang-modernize part 3 | 2015-12-04 | 1 | -22/+22 | |
| | | |||||
| * | Rename *.c -> *.cpp in our source (nw) | 2015-11-08 | 1 | -0/+577 | |
