| Commit message (Expand) | Author | Age | Files | Lines |
| * | Removed old C-based interface to astrings. astring exists only as |  Aaron Giles | 2012-01-03 | 2 | -9/+5 |
| * | Adding "totalcycles" debugger variable |  Nathan Woods | 2011-12-29 | 2 | -1/+17 |
| * | clean-ups and version bump |  Angelo Salese | 2011-10-10 | 1 | -1/+1 |
| * | Fixes views without device (no whatsnew) |  Miodrag Milanovic | 2011-10-04 | 1 | -1/+1 |
| * | Made disassembler view show in octal if cpu core is specified like that, for ... |  Miodrag Milanovic | 2011-10-04 | 3 | -11/+19 |
| * | - Removing MD5 support in ROMLOAD_* [Oliver Stoneberg] |  Miodrag Milanovic | 2011-07-31 | 1 | -2/+1 |
| * | Break into debugger check outside of vblank check (no whatsnew) |  Miodrag Milanovic | 2011-07-26 | 1 | -9/+3 |
| * | Allow break into debugger for screen less systems (no whatsnew) |  Miodrag Milanovic | 2011-07-19 | 1 | -0/+5 |
| * | Cleanups and version bumpmame0142u6 |  Angelo Salese | 2011-06-19 | 1 | -7/+7 |
| * | Added image devices support to debugger [Miodrag Milanovic] |  Miodrag Milanovic | 2011-06-08 | 2 | -1/+117 |
| * | Fixed the disassembly of the "mov ax, mem" instructions (opcodes A0- |  Angelo Salese | 2011-05-15 | 1 | -1/+1 |
| * | Switch to using delegates for some callbacks: |  Aaron Giles | 2011-04-27 | 3 | -6/+6 |
| * | Collapsed device_config and device_t into one class. Updated all |  Aaron Giles | 2011-04-27 | 5 | -26/+26 |
| * | Rename state_manager -> save_manager since the term "state" is overloaded. |  Aaron Giles | 2011-04-20 | 2 | -2/+2 |
| * | Ok, last spring cleaning, I hope ... |  Angelo Salese | 2011-04-19 | 1 | -1/+1 |
| * | Privatized most of the m_machine pointers in the system to prevent |  Aaron Giles | 2011-04-19 | 2 | -3/+5 |
| * | Switch from m_machine to machine() everywhere. In some cases this |  Aaron Giles | 2011-04-18 | 5 | -40/+45 |
| * | (Big tangle of changes that all happened as I was looking into the ROM |  Aaron Giles | 2011-04-13 | 1 | -2/+2 |
| * | Cleanups and version bump.mame0142 |  Aaron Giles | 2011-04-03 | 1 | -2/+2 |
| * | Remove redundant item cpu from address_space, in favor of |  Aaron Giles | 2011-03-29 | 3 | -21/+21 |
| * | BIG update. |  Aaron Giles | 2011-03-29 | 10 | -344/+344 |
| * | Cleanup of machine.h. Shuffled some fields around, and moved several |  Aaron Giles | 2011-03-28 | 3 | -4/+4 |
| * | Created new enum type address_spacenum for specifying an address |  Aaron Giles | 2011-03-27 | 6 | -66/+75 |
| * | Added device_t::memory() to fetch a reference to the memory interface, |  Aaron Giles | 2011-03-27 | 2 | -18/+18 |
| * | Converted core_options to a class. Removed a bunch of marginal |  Aaron Giles | 2011-03-03 | 2 | -4/+4 |
| * | Fix disassembler override hook [Aaron Giles] |  R. Belmont | 2011-02-19 | 1 | -2/+2 |
| * | mame_file is now emu_file and is a class. It is required |  Aaron Giles | 2011-02-12 | 2 | -20/+10 |
| * | Cleanups and version bump.mame0141u2 |  Aaron Giles | 2011-02-09 | 3 | -4/+4 |
| * | Make "run to next CPU" more reliable. |  Aaron Giles | 2011-02-09 | 2 | -10/+12 |
| * | Moved the state saving system to C++. For now the registration macros |  Aaron Giles | 2011-02-08 | 2 | -2/+2 |
| * | Move generic templates from emucore.h to emutempl.h. |  Aaron Giles | 2011-02-07 | 2 | -5/+6 |
| * | Fix build break from last checkin. |  Aaron Giles | 2011-02-06 | 1 | -3/+3 |
| * | 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 | 1 | -2/+2 |
| * | Converted attotime to a class, with proper operators. Removed old |  Aaron Giles | 2011-02-03 | 1 | -4/+4 |
| * | NetBSD support [Thomas Klausner] |  R. Belmont | 2011-02-02 | 1 | -1/+1 |
| * | C++-ified the sound and streams interfaces. Combined sound.c and streams.c |  Aaron Giles | 2011-01-27 | 1 | -2/+2 |
| * | SDL OS/2 fixes [K.O. Myung-Hun] |  R. Belmont | 2011-01-10 | 1 | -1/+1 |
| * | Ok, last major rename for this round: |  Aaron Giles | 2011-01-01 | 3 | -6/+6 |
| * | Add directxor parameter to direct memory accessors. Update all callers |  Aaron Giles | 2010-12-31 | 1 | -13/+14 |
| * | Added a 'changed by' search to the cheat engine [Pugsy] |  Phil Bennett | 2010-12-19 | 2 | -1/+16 |
| * | Fixed debug command symlist (bug #4131) [Robbbert] |  Miodrag Milanovic | 2010-12-12 | 1 | -4/+4 |
| * | Fixed BSD compile [ElBarto] |  R. Belmont | 2010-12-06 | 1 | -1/+3 |
| * | Split the screen device into a separate module. |  Aaron Giles | 2010-12-02 | 2 | -3/+3 |
| * | Cleanup & version bump.mame0140u1 |  Aaron Giles | 2010-11-08 | 5 | -62/+62 |
| * | Fix issues with setting condition expressions on break/watchpoints. |  Aaron Giles | 2010-11-08 | 3 | -25/+31 |
| * | Fix compile error. |  Aaron Giles | 2010-11-03 | 1 | -2/+2 |
| * | OSX compile fix. |  Tomasz Slanina | 2010-11-01 | 1 | -0/+1 |
| * | Converted the expression engine to C++, did the usual cleanup. |  Aaron Giles | 2010-11-01 | 10 | -2071/+1816 |
| * | Create new class osd_interface to house OSD callbacks. Added new |  Aaron Giles | 2010-10-21 | 1 | -16/+17 |