summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/ns32081.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Use the device-provided timer_alloc instead of reaching around to the ↵ Aaron Giles2021-03-251-1/+1
| | | | scheduler. Also change machine().scheduler().time() calls to just machine().time().
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-141-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
* ns32081: better fix for movif Patrick Mackinlay2020-10-101-2/+2
|
* ns32081: movif bug fixes Patrick Mackinlay2020-10-071-7/+14
| | | | | * fixed byte-sized operand case * fixed sign extension
* ns32081: new device Patrick Mackinlay2020-10-051-0/+630