summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu
Commit message (Expand)AuthorAgeFilesLines
* Moved the state saving system to C++. For now the registration macros Aaron Giles2011-02-0857-745/+636
* Move generic templates from emucore.h to emutempl.h. Aaron Giles2011-02-0719-358/+423
* G65816: fixed operation on PowerPC Linux where char is unsigned [R. Belmont, ... R. Belmont2011-02-071-1/+1
* tms57002: significantly improved build speed on lower-end h/w [R. Belmont] R. Belmont2011-02-064-243/+270
* Expand video output for EZV20-Monitor to the full dynamic range. Couriersud2011-02-061-2/+4
* As promised, the bulk update of timer calls: Aaron Giles2011-02-06117-622/+597
* Fix timer_pulse. Better would be not to use it at all, though. Aaron Giles2011-02-061-1/+1
* Fix build break from last checkin. Aaron Giles2011-02-0626-97/+84
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-06123-1553/+1282
* Added some information. (no whatsnew) Curt Coder2011-02-051-0/+18
* drcbex64: fix compile on Apple GCC (no whatsnew) R. Belmont2011-02-051-2/+2
* drcuml: fix compile on systems that use the C backend [R. Belmont] R. Belmont2011-02-051-0/+1
* stop LOG_BIOSCALL triggering dbe when outputting parameters. smf-2011-02-051-0/+1
* take two smf-2011-02-041-0/+4
* fixed msvc compilation (min/max conflict) smf-2011-02-041-1/+0
* fixed msvc compilation smf-2011-02-041-1/+1
* 68681 patch to fix dectalk's startup test in MESS [Hans Ostermeyer] Jonathan Gevaryahu2011-02-041-22/+22
* Add basic LOAD function to the debugger to complement the existing SAVE funct... Scott Stone2011-02-032-0/+80
* Attotime bulk conversion step: Aaron Giles2011-02-0398-346/+319
* Converted attotime to a class, with proper operators. Removed old Aaron Giles2011-02-0378-679/+715
* NetBSD support [Thomas Klausner] R. Belmont2011-02-022-1/+3
* Converted TMS3203X to a modern device. Aaron Giles2011-01-318-3642/+4720
* Fixed interrupt vector in F8 CPU core [Sandro Ronco] Miodrag Milanovic2011-01-301-1/+1
* ARM7: Fix an LDM base register write-back bug. [Tim Schuerewegen] R. Belmont2011-01-301-2/+11
* ksys573: Hook up part of the i2c communication with the mas3507d. [O. Galibert] Angelo Salese2011-01-293-0/+370
* Imported the MC68901 device from MESS so it can be shared with micro3d.c. [Cu... Curt Coder2011-01-293-0/+1744
* arm7: - Improved LDM/STM unaligned word access in THUMB mode. [Tim Schuerewegen] Miodrag Milanovic2011-01-291-3/+10
* Added all CPU and sound devices in emu folder to the MAME build. [Curt Coder] Curt Coder2011-01-291-4/+0
* v25: added commented line useful for decryption process Roberto Zandona2011-01-291-1/+1
* ASC: fix AaronDamage(tm) (no whatsnew) R. Belmont2011-01-292-8/+5
* C++-ified the DSP32 code so Andrew has something modern to work from. Aaron Giles2011-01-285-2002/+2491
* Whoops, missed some files. Aaron Giles2011-01-272-0/+456
* > From: atari_ace@frontier.com Aaron Giles2011-01-272-78/+94
* C++-ified the sound and streams interfaces. Combined sound.c and streams.c Aaron Giles2011-01-27114-2405/+1581
* Added game types (no whatsnew) Miodrag Milanovic2011-01-261-4/+25
* Completed the DSP16A disassembler. [Andrew Gardner] Andrew Gardner2011-01-261-37/+129
* Naming cleanups. (no whatsnew) Curt Coder2011-01-252-209/+44
* Removed IRQ line clear on ACK, consulted Hans Ostermeyer about this, this cha... Miodrag Milanovic2011-01-251-1/+0
* A new WE DSP16A cpu disassembler. [Andrew Gardner] Andrew Gardner2011-01-254-0/+872
* Not Worth Mentioning Derrick Renaud2011-01-251-1/+1
* intelfsh: Support flash ROMs that have a bankswitch command [Tim Schuerewegen] R. Belmont2011-01-252-1/+15
* Fixed DISCRETE_WAVLOG & DISCRETE_RCFILTER fixing dkongjr and likely other sou... Derrick Renaud2011-01-243-5/+5
* Not Worth Mentioning - uimenu.c - changed event to menu_event to not conflict... Derrick Renaud2011-01-242-109/+109
* Only display suggestions in case there were really no matching drivers, but d... Miodrag Milanovic2011-01-241-3/+10
* Added the HCD62121 cpu to cpu.mak (used by MESS) Fabio Priuli2011-01-241-0/+15
* arm7: Fix for "MOV LR, Rx" (where Rx bit 0 = 1) + "F800" situation. This fixe... Fabio Priuli2011-01-241-1/+1
* Cleanups and version bump.mame0141u1 Aaron Giles2011-01-2459-941/+941
* Carved out a discrete_sound_device from discrete_device. Couriersud2011-01-234-151/+278
* hcd62121: Fixed some instructions. No whatsnew. Wilbert Pol2011-01-234-36/+100
* softlist: now we suggest items in compatible lists as well, when choosing bes... Fabio Priuli2011-01-231-2/+5