summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/superfx (follow)
Commit message (Expand)AuthorAgeFilesLines
* DEVINFO_* to CPU_INFO_*, and some cleanups (no whatsnew) Miodrag Milanovic2012-09-031-15/+15
* Fixes for variable shadowing [Oliver Stöneberg] R. Belmont2011-07-211-3/+3
* Reimplemented devcb using delegates and classes. Unified the logic Aaron Giles2011-05-021-3/+3
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2
* Cleanups and version bump.mame0142 Aaron Giles2011-04-031-9/+9
* 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-40/+40
* running_device -> device_t Aaron Giles2010-12-312-11/+11
* 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-1/+1
* 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-3/+3
* 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-4/+4
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-7/+6
* snes.c wip: fixed reserved memory address read not returning open_bus; fixed ... Fabio Priuli2010-03-302-0/+24
* superfx.c: added save states to the CPU [Fabio Priuli] Fabio Priuli2010-03-291-186/+240
* Remove some aliases between CPUINFO_ and DEVINFO_ to help clarify Aaron Giles2010-01-211-9/+9
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-182-10/+10
* 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-4/+2
* Changes to sync with new toolchain: Aaron Giles2010-01-031-3/+3
* Results of running the latest srcclean. Aaron Giles2009-12-281-16/+16
* Fixed 64-bit MSVC compile. Curt Coder2009-09-061-1/+2
* Fixed carry handling in ADC, ADCI, SBC and SBCI opcodes. Fixes many SNES Sup... Ryan Holtz2009-09-051-2/+8
* SNES updates: [R. Belmont, Harmony] Ryan Holtz2009-09-041-7/+9
* Fixed numerous opcodes in the AVR8 core [Harmony] Ryan Holtz2009-09-032-64/+123
* SuperFX updates: [Harmony] Ryan Holtz2009-09-021-139/+75
* SuperFX fixes: [Anonymous] Ryan Holtz2009-08-311-26/+27
* SuperFX updates [Anonymous] Ryan Holtz2009-08-302-40/+40
* > Shouldn't you also add a return statement? Michaël Banaan Ananas2009-08-301-0/+1
* MSVC compile fixes. Aaron Giles2009-08-301-1/+1
* Cleanups and version bump.mame0133u4 Aaron Giles2009-08-291-13/+13
* SuperFX changes: [Anonymous] Ryan Holtz2009-08-291-7/+7
* SuperFX updates: [Anonymous] Ryan Holtz2009-08-291-29/+38
* SuperFX core updates: [Anonymous] Ryan Holtz2009-08-271-7/+15
* Multiple SuperFX updates: [Anonymous] Ryan Holtz2009-08-271-16/+48
* Argonaut SuperFX core: [Anonymous] Ryan Holtz2009-08-263-29/+229
* Improved some aspects of SuperFX emulation, Star Fox now executes SuperFX cod... Ryan Holtz2009-08-241-17/+15
* Fixed a handful of SuperFX core bugs. Star Fox begins to run code. [Anonymous] Ryan Holtz2009-08-232-57/+218
* Hooked up Branch instructions in the Argonaut SuperFX core. [Anonymous] Ryan Holtz2009-08-231-0/+80
* Implemented basic Argonaut SuperFX support, needs to be hooked to the SNES dr... Ryan Holtz2009-08-233-0/+1642