summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/sharc (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-139-7368/+0
* blame balrog for this :) (NW) Cowering2015-07-081-1/+1
* Another round of -Wextra -Wdouble-promotion fixes. (nw) couriersud2015-05-201-3/+3
* update for Ville Linde (nw) Miodrag Milanovic2015-05-139-9/+9
* Sorted out cpu cores (nw) Miodrag Milanovic2015-05-139-5/+13
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-075-0/+10
* gradius4: avoid stack overflow when adsp21062 device is reset while inside in... Peter Ferrie2015-03-181-2/+2
* fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warn... Oliver Stöneberg2014-09-081-1/+0
* More cleanups, there is issue with srcclean that needs to be taken care as we... Miodrag Milanovic2014-07-221-1/+1
* sharc: DMA internal index registers are only 17 bits long. (nw) Ville Linde2014-05-063-13/+13
* sharc: initialize DMA6 registers in host booting mode. (nw) Ville Linde2014-04-161-0/+6
* Moved eminline and related files into /src/osd since it's system related (nw) Miodrag Milanovic2014-04-162-2/+2
* Added ALU opcode 0x89 (FAVG), Last Bronx shows background scene in attract th... Angelo Salese2014-04-163-0/+25
* Simplified Last Bronx fix, however it's confirmed to set dst address to 0, Vi... Angelo Salese2014-04-161-2/+9
* Attempt to fix Last Bronx booting, still uses a shitload of unsupported opcod... Angelo Salese2014-04-155-7/+77
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-072-6/+5
* and more *.c -> *.inc renaming (nw) Oliver Stöneberg2014-03-195-4/+4
* Removed some auto_mallocs in favor of dynamic_arrays. Aaron Giles2014-02-192-2/+2
* sharc.c: Modernized cpu core. [Wilbert Pol] Wilbert Pol2014-01-267-2113/+2072
* added missing short names to legacy devices and added validation that short n... Miodrag Milanovic2013-08-231-0/+1
* Cleanups and version bumpmame0148u1 Miodrag Milanovic2013-02-111-1/+1
* sharcdsm.c: [Pavel Semerad] Scott Stone2013-01-171-10/+33
* output of new srcclean changes that are relatively small [smf] smf-2013-01-112-2/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-119-1156/+1154
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-2/+2
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-175-12/+12
* Final round of struct/union/enum normalization. Aaron Giles2012-09-161-2/+1
* Enum and union normalization. Aaron Giles2012-09-162-4/+4
* Pass 2 of struct modernization. Aaron Giles2012-09-154-14/+14
* sharc: Rewrote DMA handling to use timers. Ville Linde2012-09-122-106/+124
* sharc: Changed delayed IOP writes to use timers. Ville Linde2012-09-121-33/+26
* sharc: Minor optimizations Ville Linde2012-09-082-45/+35
* added missing \n to some fatalerror() calls (no whatsnew) Oliver Stöneberg2012-09-075-57/+57
* DEVINFO_* to CPU_INFO_*, and some cleanups (no whatsnew) Miodrag Milanovic2012-09-031-16/+16
* Renamed device_irq_callback to device_irq_acknowledge_callback to Aaron Giles2012-04-101-1/+1
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-1/+1
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-1/+1
* BIG update. Aaron Giles2011-03-291-1/+1
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-13/+13
* Get rid of state_save_register_device_* macros in favor of direct Aaron Giles2011-02-091-92/+92
* running_device -> device_t Aaron Giles2010-12-312-7/+7
* Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly Aaron Giles2010-08-191-2/+2
* 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-4/+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-6/+1
* Changed CPU callbacks to use cpu_device, eliminating a bunch of casting. Aaron Giles2010-06-081-4/+4
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-8/+7
* Disable many unused variables as identifed by cppcheck. [Oliver Stöneberg] Scott Stone2010-04-231-5/+5
* Remove some aliases between CPUINFO_ and DEVINFO_ to help clarify Aaron Giles2010-01-211-10/+10