summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/e132xs
Commit message (Expand)AuthorAgeFilesLines
* e132xs.c: added missing save states, fixes save states in at least pasha2, f2... Osso2014-12-122-17/+26
* oops (nw) David Haywood2014-09-091-25/+25
* e132xs: fix do xx= in debugger (nw) David Haywood2014-09-091-139/+139
* Moved eminline and related files into /src/osd since it's system related (nw) Miodrag Milanovic2014-04-161-1/+1
* more *.c -> *.inc renaming / added some missing dependencies in cpu.mak (nw) Oliver Stöneberg2014-03-192-1/+1
* did modern cpu cores as well (nw) Miodrag Milanovic2013-06-212-17/+17
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-2/+1
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-113-746/+746
* Re-modernized Hyperstone device, Korean bootlegs all work now, tested with: (nw) Ryan Holtz2012-12-283-2222/+2283
* - e132xs.c: Reverting modernization. (nw) Ryan Holtz2012-12-273-2261/+2222
* - e132xs.c: Modernized Hyperstone CPU core. [MooglyGuy] Ryan Holtz2012-12-263-2222/+2261
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-4/+4
* Final round of struct/union/enum normalization. Aaron Giles2012-09-161-2/+2
* First pass at modernizing struct definitions. Aaron Giles2012-09-151-2/+1
* added missing \n to some fatalerror() calls (no whatsnew) Oliver Stöneberg2012-09-071-1/+1
* DEVINFO_* to CPU_INFO_*, and some cleanups (no whatsnew) Miodrag Milanovic2012-09-031-70/+70
* Renamed device_irq_callback to device_irq_acknowledge_callback to Aaron Giles2012-04-101-5/+5
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-6/+6
* New WORKING game Pierpaolo Prazzoli2012-02-041-2/+2
* BIG update. Aaron Giles2011-03-291-1/+1
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-57/+57
* Get rid of state_save_register_device_* macros in favor of direct Aaron Giles2011-02-091-9/+9
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-4/+4
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-1/+1
* Attotime bulk conversion step: Aaron Giles2011-02-031-2/+2
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* Add directxor parameter to direct memory accessors. Update all callers Aaron Giles2010-12-311-1/+1
* Remove final set of legacy inlines from memory.h. Mostly affects CPU Aaron Giles2010-08-192-1/+4
* Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly Aaron Giles2010-08-191-8/+8
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-2/+2
* Created CPU-specific device types for all CPUs, using new macros Aaron Giles2010-07-032-55/+43
* Remove the following functions: Aaron Giles2010-07-011-2/+2
* Remove most other instances of cpu_get_total_cycles. Aaron Giles2010-06-301-4/+4
* Change cpu_device into a base class. Rename old cpu_device to legacy_cpu_device. Aaron Giles2010-06-171-6/+6
* 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-10/+10
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-13/+12
* Remove some aliases between CPUINFO_ and DEVINFO_ to help clarify Aaron Giles2010-01-211-51/+51
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-6/+6
* Missed another one (no whatsnew) R. Belmont2010-01-161-4/+4
* Within src/emu, basic conversions: Aaron Giles2010-01-121-4/+4
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-103-4/+2
* gcc 4.5.0 compilation fixes. Aaron Giles2009-12-291-1/+1
* Cleaned up braces in the code so that they are properly balanced. [Atari Ace] Aaron Giles2009-12-281-2/+2
* Results of running the latest srcclean. Aaron Giles2009-12-281-23/+23
* Minor speed improvement to the e132xs core - don't pass opcode parameter when... Phil Bennett2009-10-212-263/+260
* Eliminated osd_cpu.h. Aaron Giles2009-10-121-21/+20
* Added infrastructure to compile universal standalone disassembler: Aaron Giles2009-08-221-0/+5
* Another step. Moved the address-space related get_info constants Aaron Giles2009-07-081-19/+19
* CPU cores are now enabled on a per cpu core family basis instead of per cpu c... Wilbert Pol2009-03-252-100/+0