summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/snes.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-35/+51
* BIG update. Aaron Giles2011-03-291-3/+3
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* C++-ified the sound and streams interfaces. Combined sound.c and streams.c Aaron Giles2011-01-271-1/+0
* NEC DSP updates [R. Belmont, byuu, Dr. Decapitator]: R. Belmont2011-01-231-0/+1
* NSS: Don't add the DSP since the currently dumped games can do without. (no w... R. Belmont2011-01-031-0/+2
* Add uPD7725 16-bit DSP core and hookups for SNES hardware [byuu, R. Belmont] R. Belmont2011-01-021-0/+6
* Added include files for all remaining drivers with multiple source files. Aaron Giles2010-09-021-2/+2
* Remove artificial SOUND_ prefix from sound device names. Aaron Giles2010-09-021-1/+1
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-5/+3
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-3/+4
* Created CPU-specific device types for all CPUs, using new macros Aaron Giles2010-07-031-3/+6
* Remove the following functions: Aaron Giles2010-07-011-4/+4
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-0/+1
* sega16sp: moved bootleg interfaces to the system 16 bootleg driver and added ... Fabio Priuli2010-05-191-14/+22
* snes.c: tentative unified approach to snes sram. no whatsnew Fabio Priuli2010-04-121-5/+4
* Fixed various SNES SRAM issues [Fabio Priuli, Angelo Salese] Angelo Salese2010-04-121-1/+1
* small change needed by MESS. no whatsnew Fabio Priuli2010-04-121-1/+2
* Moved the i/o update status inside a timer in the SNES driver [Angelo Salese] Angelo Salese2010-04-031-0/+1
* snes.c: fixed a SRAM size problem and moved PPU registers handling to video/s... Fabio Priuli2010-03-301-0/+5
* superfx.c: added save states to the CPU [Fabio Priuli] Fabio Priuli2010-03-291-1/+3
* snes.c: enforced abus validity check on dma reads, fixed possible tile and vr... Fabio Priuli2010-03-281-1/+1
* forgot to commit this file Fabio Priuli2010-03-281-1/+3
* snes.c: enabled PPU->CPU hdma transfer and moved hdma variables to snes_state... Fabio Priuli2010-03-271-2/+16
* spc700.c: Added save states [Fabio Priuli] Fabio Priuli2010-03-171-72/+6
* snes.c: moving more variables to driver data class and refactoring/cleaning u... Fabio Priuli2010-03-161-25/+40
* Turn off debug flag.mame0137 Aaron Giles2010-03-111-1/+1
* Reverted some more changes done in rev.8551, to avoid a few very picky games ... Fabio Priuli2010-03-101-1/+2
* snes.c: refactored joypad inputs to be consistent with other input devices (u... Fabio Priuli2010-03-091-4/+4
* not worth mention: minor renaming of some snes_ppu struct elements Fabio Priuli2010-03-091-4/+5
* snes.c: changed OAM code to create sprite list for each line based on OBSEL s... Fabio Priuli2010-03-091-1/+5
* not worth mention: minor addition to support SNES SuperScope in MESS Fabio Priuli2010-03-081-20/+30
* not worth mention: minor addition to support SNES mouse in MESS Fabio Priuli2010-03-071-0/+9
* not worth mention: renamed a couple of variables Fabio Priuli2010-03-061-1/+1
* snes.c: Added very preliminary driver_data class for snes based drivers (it o... Fabio Priuli2010-03-061-0/+26
* not worth mention in the whatsnew: minor fixes and cleanups Fabio Priuli2010-03-051-1/+1
* Not worth mentioning: some more snes minor refactorization. Fabio Priuli2010-03-011-5/+3
* Not worth mentioning: some more snes minor refactorization. Fabio Priuli2010-03-011-4/+0
* snes.c: minor refactorization [Fabio Priuli] Fabio Priuli2010-03-011-6/+10
* snes wip: Fabio Priuli2010-02-101-10/+2
* snes wip: fixed the remaining debug functionalities Fabio Priuli2010-02-101-1/+3
* snes wip: added another couple of registers to snes_ppu struct and fixed colo... Fabio Priuli2010-02-101-1/+2
* snes wip: added a couple of registers to snes_ppu struct and a few cosmetic c... Fabio Priuli2010-02-101-192/+224
* > From: atari_ace@verizon.net Aaron Giles2009-10-211-0/+1
* > -----Original Message----- Aaron Giles2009-10-031-2/+0
* Fixes the build. Ryan Holtz2009-09-191-0/+2
* > From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-09-101-2/+1
* Fixed numerous opcodes in the AVR8 core [Harmony] Ryan Holtz2009-09-031-2/+13
* Ported Capcom CX4 implementation over from bsnes. Mega Man X2 and X3 are now... Ryan Holtz2009-08-221-0/+1