summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/sharc/sharc.h
Commit message (Expand)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-131-358/+0
* update for Ville Linde (nw) Miodrag Milanovic2015-05-131-1/+1
* Sorted out cpu cores (nw) Miodrag Milanovic2015-05-131-1/+1
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-071-0/+2
* Added ALU opcode 0x89 (FAVG), Last Bronx shows background scene in attract th... Angelo Salese2014-04-161-0/+1
* Attempt to fix Last Bronx booting, still uses a shitload of unsupported opcod... Angelo Salese2014-04-151-0/+2
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-1/+1
* Removed some auto_mallocs in favor of dynamic_arrays. Aaron Giles2014-02-191-1/+2
* sharc.c: Modernized cpu core. [Wilbert Pol] Wilbert Pol2014-01-261-7/+326
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-4/+4
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-171-1/+1
* Enum and union normalization. Aaron Giles2012-09-161-2/+2
* Pass 2 of struct modernization. Aaron Giles2012-09-151-2/+2
* running_device -> device_t Aaron Giles2010-12-311-3/+3
* Created CPU-specific device types for all CPUs, using new macros Aaron Giles2010-07-031-2/+1
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-3/+3
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-1/+0
* CPU cores are now enabled on a per cpu core family basis instead of per cpu c... Wilbert Pol2009-03-251-2/+0
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-081-3/+3
* Added macros for all CPU callbacks to ease future changes. Aaron Giles2008-11-081-1/+1
* Final CPU header updates. Mostly just re-naming the re-inclusions. Derrick Renaud2008-08-131-4/+7
* Removed DEBUGGER flag from makefile and ENABLE_DEBUGGER Aaron Giles2008-06-261-2/+0
* Changed debugger-related code to be based off a new makefile define (DEBUGGER... Aaron Giles2008-02-021-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+35