summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/esrip
Commit message (Expand)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-133-2363/+0
* blame balrog for this :) (NW) Cowering2015-07-082-17/+17
* memory: Remove support for decrypted bases, use an address space instead [O. ... Olivier Galibert2015-06-241-1/+1
* update for Philip Bennett (nw) Miodrag Milanovic2015-05-183-6/+6
* Sorted out cpu cores (nw) Miodrag Milanovic2015-05-133-3/+3
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-073-0/+6
* moved all to std::string (nw) Miodrag Milanovic2015-04-222-4/+4
* Replace dynamic_array with std::vector [O. Galibert] Olivier Galibert2015-04-141-1/+1
* string -> str rename due to future conflicts (nw) Miodrag Milanovic2015-04-122-3/+3
* devcv2 -> devcb (nw) Miodrag Milanovic2014-05-141-9/+9
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-3/+3
* esrip sys converted to use devcb2 and delegates (nw) Miodrag Milanovic2014-03-292-49/+44
* primary_screen -> first_screen() (nw) Miodrag Milanovic2014-03-151-1/+1
* Removed some auto_mallocs in favor of dynamic_arrays. Aaron Giles2014-02-192-3/+3
* did modern cpu cores as well (nw) Miodrag Milanovic2013-06-211-1/+1
* fix stack overflow in disasm_disassemble (nw) smf-2013-03-061-1/+1
* output of new srcclean changes that are relatively small [smf] smf-2013-01-112-3/+1
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-112-162/+162
* fixed some cppcheck warnings about format identifiers and duplicated enum (nw) Oliver Stöneberg2013-01-061-8/+0
* (nw) Just in case... Ryan Holtz2012-12-251-0/+1
* - esrip.c: Modernized Entertainment Sciences Real Time Image Processor (ESRIP... Ryan Holtz2012-12-232-738/+916
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-1/+1
* Memory handler normalization, part 1. Aaron Giles2012-09-171-3/+3
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-171-1/+1
* Pass 2 of struct modernization. Aaron Giles2012-09-151-2/+2
* First pass at modernizing struct definitions. Aaron Giles2012-09-151-2/+1
* DEVINFO_* to CPU_INFO_*, and some cleanups (no whatsnew) Miodrag Milanovic2012-09-031-15/+15
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-1/+1
* Keep Clang happy while removing any ambiguity Phil Bennett2012-01-131-1/+1
* Make memset been used in cpu core in unique way (no whatsnew) Miodrag Milanovic2011-07-131-1/+1
* Fix for memsets in core (no whatsnew) Miodrag Milanovic2011-07-131-1/+1
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-1/+1
* BIG update. Aaron Giles2011-03-292-14/+14
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-9/+9
* Get rid of state_save_register_device_* macros in favor of direct Aaron Giles2011-02-091-42/+42
* Ok, last major rename for this round: Aaron Giles2011-01-011-1/+1
* running_device -> device_t Aaron Giles2010-12-312-3/+3
* Remove final set of legacy inlines from memory.h. Mostly affects CPU Aaron Giles2010-08-191-1/+3
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-1/+1
* Created CPU-specific device types for all CPUs, using new macros Aaron Giles2010-07-032-5/+4
* Change cpu_device into a base class. Rename old cpu_device to legacy_cpu_device. Aaron Giles2010-06-171-2/+2
* Change cpu execute function to just use the icount stuffed by Aaron Giles2010-06-091-4/+0
* Changed CPU callbacks to use cpu_device, eliminating a bunch of casting. Aaron Giles2010-06-081-3/+3
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-7/+6
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-182-6/+6
* Within src/emu, basic conversions: Aaron Giles2010-01-121-1/+1
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-103-2/+2
* Results of running the latest srcclean. Aaron Giles2009-12-281-4/+4
* Cleaned-up several drivers; added missing prototypes and removed dead ones, Phil Bennett2009-12-081-1/+0
* Added infrastructure to compile universal standalone disassembler: Aaron Giles2009-08-222-81/+94