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