| Commit message (Expand) | Author | Age | Files | Lines |
| * | Cleanups/version bump.mame0125u4 |  Aaron Giles | 2008-06-05 | 19 | -450/+450 |
| * | 01829: bermudat, gwar, ikari, victroad + clones: MAME freezes at "initializin... |  Aaron Giles | 2008-06-05 | 1 | -2/+2 |
| * | 64-bit GCC compile fixes. |  R. Belmont | 2008-06-05 | 1 | -3/+3 |
| * | MESS-specific compilation fix |  Nathan Woods | 2008-06-05 | 1 | -0/+2 |
| * | Fixes for 64-bit MSVC compile. |  Aaron Giles | 2008-06-05 | 1 | -10/+10 |
| * | 01859: looping, loopinga, skybump: Fatal Error crash |  Aaron Giles | 2008-06-05 | 1 | -2/+10 |
| * | Added compile-time error if PTR64 is incorrectly set. |  Aaron Giles | 2008-06-05 | 1 | -0/+13 |
| * | It is now an actual error to have duplicate input bits. |  Aaron Giles | 2008-06-05 | 1 | -0/+3 |
| * | MAMETesters Bugs Fixed |  Aaron Giles | 2008-06-05 | 1 | -2589/+2556 |
| * | From: Atari Ace [mailto:atari_ace@verizon.net] |  Aaron Giles | 2008-06-05 | 3 | -5/+7 |
| * | PowerPC dynamic recompiler: [Aaron Giles] |  Aaron Giles | 2008-06-05 | 29 | -9112/+10152 |
| * | optimised tilemap_draw rowscroll case to avoid overhead when used with clip r... |  Nicola Salmoria | 2008-06-05 | 1 | -13/+16 |
| * | Fixed flag results for INC, DEC, AND, OR, and XOR instructions in the Nintend... |  Wilbert Pol | 2008-06-04 | 1 | -4/+36 |
| * | Used cpunum_ instead of active_cpu_. |  Curt Coder | 2008-06-04 | 2 | -2/+2 |
| * | - Added HALT opcode and halt mode to the COP410 |  Curt Coder | 2008-06-04 | 5 | -31/+319 |
| * | Fixed opcodes 45, 4D, 55, 5D, B5, B6, B7, FC, FD, and CF 70-7F in the Nintend... |  Wilbert Pol | 2008-06-04 | 2 | -17/+17 |
| * | 00788: Problem about Joy Axis Input for Pedal. |  Couriersud | 2008-06-04 | 1 | -1/+22 |
| * | Credit Fabio Priuli: Remove port_input_read_indexed in favor of the use of pr... |  Couriersud | 2008-06-02 | 2 | -2/+2 |
| * | Fixed taking of interrupts in the Nintendo Minx cpu core. |  Wilbert Pol | 2008-06-02 | 1 | -2/+2 |
| * | 53c810 now passes IRQ state with the IRQ callback. |  R. Belmont | 2008-06-02 | 2 | -3/+9 |
| * | Some Nintendo Minx cpu core updates: |  Wilbert Pol | 2008-06-01 | 5 | -492/+634 |
| * | Fixed Cause register for bad COP instructions. Verified with |  Aaron Giles | 2008-05-30 | 1 | -2/+9 |
| * | Fix for Mantis 01699: asteroid, asteroi1, asteroib, asterock, meteor, meteort... |  Couriersud | 2008-05-29 | 1 | -0/+2 |
| * | 64-bit compile fix (d'oh!) |  Aaron Giles | 2008-05-29 | 1 | -4/+4 |
| * | Made it possible to pass a NULL errorbug to input_port_config_alloc() |  Nathan Woods | 2008-05-29 | 1 | -1/+1 |
| * | MESS-specific fix |  Nathan Woods | 2008-05-29 | 1 | -0/+2 |
| * | Cleanups for 0.125u3. |  Aaron Giles | 2008-05-29 | 13 | -152/+152 |
| * | From: ShimaPong |  Aaron Giles | 2008-05-29 | 1 | -5619/+9006 |
| * | Removed obsolete comment. |  Aaron Giles | 2008-05-29 | 1 | -2/+0 |
| * | Added internal default tags for input ports when saving/loading. |  Aaron Giles | 2008-05-29 | 1 | -18/+41 |
| * | Fixed bug that caused DIP switches to be improperly read from game cfg file. |  Aaron Giles | 2008-05-29 | 1 | -1/+1 |
| * | Moved implementation-specific state into a pointer hanging off of the core |  Aaron Giles | 2008-05-29 | 2 | -341/+366 |
| * | removed meaningless service_coin_lockout_w function |  Nicola Salmoria | 2008-05-29 | 3 | -35/+9 |
| * | Added new option -snapname which lets you provide a template for how snapshot |  Aaron Giles | 2008-05-29 | 3 | -15/+52 |
| * | Several miscellaneous changes: |  Aaron Giles | 2008-05-29 | 26 | -147/+460 |
| * | Fixed a benign bug in the x86 DRC backend |  Nathan Woods | 2008-05-28 | 1 | -1/+1 |
| * | Credit Miodrag Milanovic: Implement autoload mode in 8257 |  Couriersud | 2008-05-27 | 1 | -3/+26 |
| * | fixed cpu_getiloops() which was not returning the correct value. |  Nicola Salmoria | 2008-05-26 | 1 | -4/+8 |
| * | Added new front-end flag to tag privileged instructions. |  Aaron Giles | 2008-05-25 | 5 | -82/+23 |
| * | Removed empty input ports from the empty driver, in favor of a NULL entry. |  Aaron Giles | 2008-05-25 | 2 | -12/+2 |
| * | 01822: OSD causes crash when try to show the Screen Refresh Rate menu |  Aaron Giles | 2008-05-25 | 1 | -3/+4 |
| * | Refinement of previous check-in to handle conditional inputs. |  Aaron Giles | 2008-05-25 | 1 | -32/+91 |
| * | Added TOKEN_SKIP_* macros to tokenize.h. |  Aaron Giles | 2008-05-25 | 5 | -107/+272 |
| * | MESS-specific: Added hook for default keyboard key names |  Nathan Woods | 2008-05-25 | 1 | -0/+16 |
| * | Changed text used to specify a menu separator, and now using a #define |  Nathan Woods | 2008-05-25 | 2 | -1/+4 |
| * | Updates from MESS in response to 0.125u2 |  Nathan Woods | 2008-05-25 | 2 | -2/+7 |
| * | Renamed EEPROM_* to eeprom_* |  Aaron Giles | 2008-05-25 | 3 | -46/+53 |
| * | Fix DEBUG=1 compile |  Couriersud | 2008-05-24 | 1 | -2/+2 |
| * | 01825: Toggling Tab menu works as F2 key in games with their service |  Aaron Giles | 2008-05-24 | 3 | -91/+106 |
| * | Fixed memory access in the 80286 cpu core which made i286.h obsolete. Changed... |  Wilbert Pol | 2008-05-24 | 2 | -38/+4 |