| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) | 2023-06-17 | 1 | -12/+0 | |
| | | | | | | | | | | | | | Read callbacks now need a default return value supplied at construction. Replaced isnull() with isunset() which tells you if the callback wasn't configured rather than whether it isn't safe to call. Enabled validation of device callbacks (it seems it was disabled at some point, probably accidentally). Device callbacks and object finders now implement the same interface for resolution. | ||||
| * | emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit ↵ | 2023-06-01 | 1 | -6/+6 | |
| | | | | | function signatures. (#11283) [Ryan Holtz] | ||||
| * | 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 | ||||
| * | srcclean and cleanup (nw) | 2020-06-21 | 1 | -5/+5 | |
| | | |||||
| * | -am2901b: Added a skeleton device for the AMD Am2901B 4-bit Bipolar ↵ | 2020-05-02 | 1 | -0/+228 | |
| Microprocessor Slice. [Ryan Holtz] | |||||
