| Commit message (Expand) | Author | Age | Files | Lines |
| * | Cleanups and version bump to 0.124u1.mame0124u1 |  Aaron Giles | 2008-04-03 | 17 | -456/+456 |
| * | Switched from ACCESSING_BYTE_*, ACCESSING_WORD_*, ACCESSING_DWORD_* |  Aaron Giles | 2008-04-03 | 27 | -378/+377 |
| * | From: Wilbert Pol |  Aaron Giles | 2008-04-03 | 3 | -268/+1305 |
| * | From: Oliver Stoeneberg [mailto:oliverst@online.de] |  Aaron Giles | 2008-04-03 | 1 | -1/+1 |
| * | - converted CDP1869 to the new device system |  Curt Coder | 2008-04-02 | 2 | -378/+692 |
| * | More COP400 fixes: |  Curt Coder | 2008-04-02 | 4 | -251/+219 |
| * | Tweaked the hooks that MESS has in the MAME initialization process |  Nathan Woods | 2008-04-02 | 1 | -3/+8 |
| * | From: JEA Wallace [mailto:jeaw100@york.ac.uk] |  Aaron Giles | 2008-04-02 | 2 | -8/+106 |
| * | From: Oliver Stoeneberg [mailto:oliverst@online.de] |  Aaron Giles | 2008-04-02 | 1 | -1/+1 |
| * | From: Oliver Stoeneberg [mailto:oliverst@online.de] |  Aaron Giles | 2008-04-02 | 5 | -19/+19 |
| * | Added missing #include. |  Aaron Giles | 2008-04-02 | 1 | -0/+1 |
| * | Removing false assertion; NULL is also DEVICE_TYPE_WILDCARD |  Nathan Woods | 2008-04-02 | 1 | -3/+0 |
| * | discrete sound system: |  Couriersud | 2008-04-01 | 7 | -444/+490 |
| * | fix tilemap viewer to draw the whole tilemap when categories are used |  Nicola Salmoria | 2008-04-01 | 2 | -1/+9 |
| * | Typo fix |  Nathan Woods | 2008-04-01 | 1 | -1/+1 |
| * | Various SCSI devices register state items by their disk ID, which are not uni... |  R. Belmont | 2008-03-31 | 2 | -3/+8 |
| * | Fixed state loading now that the digital i/o board's serial number has been c... |  smf- | 2008-03-30 | 1 | -1/+0 |
| * | MESS specific change; part of MESS' device changeover |  Nathan Woods | 2008-03-30 | 1 | -1/+1 |
| * | Add ITEM_IDs for additional axes and switches |  Couriersud | 2008-03-30 | 2 | -3/+147 |
| * | New macros added for checking mem_mask. ACCESSING_BYTE_n, ACCESSING_WORD_n & ... |  smf- | 2008-03-30 | 28 | -375/+379 |
| * | [AICA, SCSP] Fixed encoding/decoding of negative denormal floats in the DSP. ... |  R. Belmont | 2008-03-30 | 2 | -0/+8 |
| * | Added NODE(x) macro to avoid avoid (NODE_00 + 3) in code. |  Couriersud | 2008-03-29 | 1 | -1/+2 |
| * | adds DISCRETE_RCFILTER_SW to discrete sound |  Couriersud | 2008-03-29 | 3 | -2/+107 |
| * | MESS-specific changes; mame.h no longer include's MESS's device.h |  Nathan Woods | 2008-03-29 | 1 | -1/+4 |
| * | Reverted to old execute, new broke more than it fixed. |  Curt Coder | 2008-03-29 | 4 | -427/+206 |
| * | Removed debugging code. |  Curt Coder | 2008-03-29 | 1 | -2/+0 |
| * | Rewrote the COP400 execute function. |  Curt Coder | 2008-03-29 | 4 | -298/+493 |
| * | 1. Added driver for JPM 'Give us a Break' hardware, supporting: |  Phil Bennett | 2008-03-29 | 1 | -151/+171 |
| * | Minor cleanup and simplification. Removed palette_config(). |  Aaron Giles | 2008-03-28 | 3 | -36/+12 |
| * | Fixed compile error in MSVC. |  Aaron Giles | 2008-03-28 | 1 | -1/+1 |
| * | - implemented interrupt |  Curt Coder | 2008-03-28 | 7 | -571/+1808 |
| * | Fixed: |  Aaron Giles | 2008-03-28 | 1 | -6/+15 |
| * | Converted special-case DIP switches (service, unknown, unused) into their |  Aaron Giles | 2008-03-28 | 2 | -42/+67 |
| * | Added fatal error if AM_READ_PORT() references a non-existent port. |  Aaron Giles | 2008-03-28 | 1 | -4/+9 |
| * | fixed another bug in new debug hook code, data wasn't shifted properly in all... |  smf- | 2008-03-27 | 1 | -3/+3 |
| * | Passes mem_mask to the read and write debug hooks. This allows the address & ... |  smf- | 2008-03-27 | 3 | -36/+67 |
| * | reverted, I misunderstood something and it's broken. I'm on it. |  smf- | 2008-03-27 | 3 | -67/+36 |
| * | Passes mem_mask to the read and write debug hooks. This allows the address & ... |  smf- | 2008-03-27 | 3 | -36/+67 |
| * | Fix cfg file corruption if joystick is not connected |  Couriersud | 2008-03-26 | 1 | -1/+1 |
| * | Removed a MESS-ism |  Nathan Woods | 2008-03-26 | 1 | -5/+0 |
| * | Fix for incorrect sound bug in 0.124. |  Aaron Giles | 2008-03-25 | 1 | -2/+2 |
| * | Driver for Astro Corp. hardware. |  Luca Elia | 2008-03-24 | 1 | -0/+1 |
| * | Cleanups for 0.124. Marked Mermaid as working per checkin comment. |  Aaron Giles | 2008-03-24 | 5 | -25/+25 |
| * | From: Atari Ace [mailto:atari_ace@verizon.net] |  Aaron Giles | 2008-03-24 | 4 | -7/+5 |
| * | From: Lei Wu [mailto:lanewu@hotmail.com] |  Aaron Giles | 2008-03-24 | 1 | -2/+4 |
| * | Added validity check to ensure input port tags don't have duplicates. |  Aaron Giles | 2008-03-24 | 1 | -4/+24 |
| * | Undid recent change to remove pen lookups in 16bpp modes. This code |  Aaron Giles | 2008-03-24 | 1 | -22/+46 |
| * | Added mc6845_set_hpixels_per_column() for the Hercules gfx adapter |  Zsolt Vasvari | 2008-03-23 | 2 | -8/+29 |
| * | From: Duke [mailto:startaq@gmail.com] |  Aaron Giles | 2008-03-23 | 1 | -1/+0 |
| * | Added a machine_config* parameter to certain MESS specific hooks |  Nathan Woods | 2008-03-23 | 1 | -8/+7 |