summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0148u3 Miodrag Milanovic2013-04-0943-182/+179
* (MESS) New working clone: Miodrag Milanovic2013-04-082-0/+59
* a7800.c - Corrected rotation values and errors including duplicate entries fo... Scott Stone2013-04-071-61/+70
* (MESS) snes.c: added support for the PowerFest '94 competition cart. [Fabio P... Fabio Priuli2013-04-076-2/+445
* s3virge: moved to separate source file (no whatsnew) mahlemiut2013-04-075-1/+689
* reorganised the memory map a bit & added some notes (nw) smf-2013-04-061-3/+18
* start to modernize (nw) David Haywood2013-04-053-51/+64
* ok, nevermind this bit then =) Michaël Banaan Ananas2013-04-051-1/+0
* fix prg16k when info is obtained from nes.hsi Michaël Banaan Ananas2013-04-051-2/+3
* Mess is now free of DEVCB_HANDLER (nw) Miodrag Milanovic2013-04-053-39/+52
* some mess modernization (nw) Miodrag Milanovic2013-04-052-51/+104
* some mess device callback cleanup (nw) Miodrag Milanovic2013-04-0517-54/+47
* some more naomi/dc cleanup (nw) Miodrag Milanovic2013-04-053-83/+82
* (MESS) megadriv.xml: fixed dumps for some PCBs with 128K+512K chips, plus add... Fabio Priuli2013-04-041-1/+1
* (mess) isa_ide_cd: don't set intreason_io in data out phase (nw) cracyc2013-04-041-2/+5
* Fixed nes clones regression (nw) Miodrag Milanovic2013-04-041-0/+2
* (MESS) ngp.c: Minor cleanups (nw) Wilbert Pol2013-04-031-5/+9
* modernized photon and small cleanup (nw) Miodrag Milanovic2013-04-031-29/+12
* nes fix (nw) Miodrag Milanovic2013-04-031-9/+21
* minor change to make easier my work on the slot-ified pcbs/mappers. nw. Fabio Priuli2013-04-031-1/+1
* V9938 to use devcb2 (nw) Miodrag Milanovic2013-04-027-18/+15
* device callback handler cleanup (nw) Miodrag Milanovic2013-04-021-7/+7
* little bit more (nw) Miodrag Milanovic2013-04-0110-47/+45
* modernized pocketc driver (nw) Miodrag Milanovic2013-04-0113-420/+324
* make mcs51 callbacks used delegates (nw) Miodrag Milanovic2013-04-015-33/+28
* (MESS) Added s3virgedx (no whatsnew) mahlemiut2013-04-013-0/+100
* missed this file (no whatsnew) mahlemiut2013-03-311-0/+1
* (MESS) Added skeleton S3 ViRGE video card. [Barry Rodewald] mahlemiut2013-03-312-1/+112
* (MESS) apple2gs: Checkpoint on ADB MCU emulation (nw) R. Belmont2013-03-313-37/+59
* (MESS) Makes sure the first instruction of cpe/psx/psf files will be executed... smf-2013-03-291-0/+2
* (mess) psxcd: reset disk change timer when load comes before reset (nw) cracyc2013-03-291-2/+3
* made some of sound devices use device callbacks instead of function callbacks... Miodrag Milanovic2013-03-294-6/+6
* made some of sound devices use device callbacks instead of function callbacks... Miodrag Milanovic2013-03-295-15/+15
* did latch delegate for ppu also (nw) Miodrag Milanovic2013-03-292-263/+263
* Embrace and extend (nw) R. Belmont2013-03-291-1/+1
* Fix GCC compile (nw) R. Belmont2013-03-291-9/+9
* (MESS) megadriv.c: fixed SRAM detection from fullpath and Fabio Priuli2013-03-282-10/+129
* (MESS) c64: Added Spanish C64C variant. [The Commodore Museum] Curt Coder2013-03-282-0/+18
* made some of sound devices use device callbacks instead of function callbacks... Miodrag Milanovic2013-03-287-8/+8
* (MESS) Fixed regression. (nw) Curt Coder2013-03-281-1/+1
* (MESS) Added some most wanted Commodore ROMs. [Martin Hoffmann-Vetter] Curt Coder2013-03-283-4/+7
* fix invalid cast (nw) Miodrag Milanovic2013-03-281-1/+1
* made ppu nmi also delegate and now inline config (nw) Miodrag Milanovic2013-03-282-4/+5
* Made ppu use delegates instead of callbacks (nw) Miodrag Milanovic2013-03-286-476/+463
* (MESS) megadriv.c: fixed input-related crash in 32x and segacd, due to latest... Fabio Priuli2013-03-281-2/+30
* MESS: stop psx cd timers when reset (nw) smf-2013-03-281-0/+3
* MESS: stop psx crashing when reloading a state when cd access was in progress... smf-2013-03-271-0/+6
* spu: add cdda interrupts [Carl] cracyc2013-03-262-16/+29
* (MESS) ql: Added floppy softlist. [anonymous] Curt Coder2013-03-261-1/+12
* Expanded device_t constructor with parameters for short name and source file ... Miodrag Milanovic2013-03-26682-1870/+900