summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/nec/necdasm.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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
* nec: 8080 mode [Carl] cracyc2020-04-111-1/+281
|
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-261-320/+201
| | | | | | | | Disassemblers are now independant classes. Not only the code is cleaner, but unidasm has access to all the cpu cores again. The interface to the disassembly method has changed from byte buffers to objects that give a result to read methods. This also adds support for lfsr and/or paged PCs.
* Changed disassembler infrastructure to not use char buffers internally Nathan Woods2016-11-201-10/+1
|
* Changed the NEC disassembler to use 'std::ostream &' internally Nathan Woods2016-11-161-210/+217
|
* Put necv_dasm_one() into a header file Nathan Woods2016-11-161-0/+1
|
* some TRUE/FALSE cleanup (nw) Miodrag Milanovic2016-10-221-6/+6
|
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-39/+39
| | | | | 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
* macro removal INLINE -> static inline (nw) Miodrag Milanovic2015-12-121-4/+4
|
* clang-modernize part 3 Miodrag Milanovic2015-12-041-1/+1
|
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1603