summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/distate.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* distate: Polymorphic classes need virtual destructors (nw) AJR2017-10-131-0/+9
* Explicitly allow floating point values for state registers AJR2017-10-131-3/+45
* device_state_interface: Polymorphism and std::function for entries (nw) (#2690) ajrhacker2017-10-121-62/+38
* emucore: Kill generic_ptr [O. Galibert] Olivier Galibert2016-11-191-8/+8
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-36/+36
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-15/+15
* Fix disassembly window updating when you set pc/curpc on 68000 and z80. Remov... smf-2016-10-081-3/+1
* more debug consistency. (nw) smf-2016-10-051-2/+2
* simplified memory management for save states and states (nw) Miodrag Milanovic2016-07-011-16/+8
* Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-241-7/+7
* Iterate over core classes C++11 style AJR2016-03-311-1/+1
* Replace strformat, strprintf and strcatprintf with type-safe steam_format and... Vas Crabb2016-02-281-1/+1
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* Revert "remove const (nw)" Miodrag Milanovic2016-01-131-2/+2
* remove const (nw) Miodrag Milanovic2016-01-111-2/+2
* Return std::string objects by value rather than pass by reference AJR2016-01-101-10/+9
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-031-15/+15
* Some cleanups and init fixes with help of ReSharper C++ (nw) Miodrag Milanovic2015-11-111-2/+2
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+631