| Commit message (Expand) | Author | Age | Files | Lines |
* | Laserdiscs are now devices. Updated all drivers accordingly. |  Aaron Giles | 2008-07-21 | 1 | -1/+1 |
* | 01965: driveyes: Access Violation |  Aaron Giles | 2008-07-06 | 1 | -5/+11 |
* | Adding per-device and per-CPU validity checks |  Nathan Woods | 2008-07-06 | 1 | -0/+24 |
* | Cleanups/version bump.mame0125u7 |  Aaron Giles | 2008-06-26 | 1 | -7/+7 |
* | Save state support: |  Aaron Giles | 2008-06-23 | 1 | -8/+10 |
* | Save state support: |  Aaron Giles | 2008-06-23 | 2 | -91/+257 |
* | Converted voodoo into a proper device. |  Aaron Giles | 2008-06-23 | 3 | -685/+695 |
* | From: Oliver Stoeneberg [mailto:oliverst@online.de] |  Aaron Giles | 2008-06-12 | 2 | -56/+56 |
* | Passing more running_machine* parameters around |  Nathan Woods | 2008-05-23 | 2 | -4/+4 |
* | From: Atari Ace [mailto:atari_ace@verizon.net] |  Aaron Giles | 2008-05-22 | 5 | -33/+33 |
* | Fixed CDP1869 character memory access, and Cidelsa sprite flashing. |  Curt Coder | 2008-05-19 | 1 | -20/+28 |
* | Cleanups and version bump.mame0125u1 |  Aaron Giles | 2008-05-15 | 1 | -1/+1 |
* | New universal dynamic recompiler system. The central module |  Aaron Giles | 2008-05-11 | 1 | -1/+4 |
* | [CDP1802] Added memory address parameter to DMA callbacks, and added a macro ... |  Curt Coder | 2008-05-09 | 1 | -1/+2 |
* | de-hack metro tilemaps... (lightly tested..) |  davidhay | 2008-04-28 | 2 | -0/+11 |
* | From: Atari Ace [mailto:atari_ace@verizon.net] |  Aaron Giles | 2008-04-24 | 1 | -4/+4 |
* | Flipped the damn mem_mask. It is no longer inverted when passed to |  Aaron Giles | 2008-04-20 | 1 | -16/+16 |
* | [CDP1869] Added a macro for the interface, and made write handlers optional. |  Curt Coder | 2008-04-17 | 2 | -7/+12 |
* | [CDP1802] Added machine parameter and macros for the callback functions. This... |  Curt Coder | 2008-04-14 | 1 | -2/+0 |
* | Reduced the number of save state callback types from 3 to 1. The |  Aaron Giles | 2008-04-11 | 3 | -8/+9 |
* | Cleanups and version bump to 0.124u1.mame0124u1 |  Aaron Giles | 2008-04-03 | 1 | -7/+7 |
* | Switched from ACCESSING_BYTE_*, ACCESSING_WORD_*, ACCESSING_DWORD_* |  Aaron Giles | 2008-04-03 | 2 | -14/+14 |
* | - converted CDP1869 to the new device system |  Curt Coder | 2008-04-02 | 2 | -378/+692 |
* | New macros added for checking mem_mask. ACCESSING_BYTE_n, ACCESSING_WORD_n & ... |  smf- | 2008-03-30 | 2 | -14/+14 |
* | Cleanups for 0.124. Marked Mermaid as working per checkin comment. |  Aaron Giles | 2008-03-24 | 1 | -3/+3 |
* | From: Atari Ace [mailto:atari_ace@verizon.net] |  Aaron Giles | 2008-03-24 | 1 | -1/+1 |
* | Added mc6845_set_hpixels_per_column() for the Hercules gfx adapter |  Zsolt Vasvari | 2008-03-23 | 2 | -8/+29 |
* | Adds the 'static' as per AtariAce, but he screwed up the alignment of an impo... |  Zsolt Vasvari | 2008-03-23 | 1 | -1/+1 |
* | - Converted crystal.c from RGB32 to INDEXED16 |  Zsolt Vasvari | 2008-03-23 | 2 | -0/+17 |
* | Added option to programatically set the clock pin. This is needed by at leas... |  Zsolt Vasvari | 2008-03-22 | 2 | -1/+24 |
* | DGPIX: Converted to INDEXED16 |  Zsolt Vasvari | 2008-03-22 | 2 | -0/+27 |
* | Fix 01557: dealem: Assertion |  Zsolt Vasvari | 2008-03-21 | 1 | -2/+6 |
* | Cleaned driver up to the latest spec. |  Curt Coder | 2008-03-19 | 2 | -6/+17 |
* | Fix chicken and egg problem with device_start callbacks. |  Aaron Giles | 2008-03-17 | 1 | -15/+10 |
* | Fix 01526: futflash, laserbas, laserbsa: Assertion |  Zsolt Vasvari | 2008-03-15 | 2 | -4/+7 |
* | Cleanups and version bump to 0.123u5.mame0123u5 |  Aaron Giles | 2008-03-13 | 1 | -6/+6 |
* | From: Mariusz Wojcieszek |  Aaron Giles | 2008-03-13 | 3 | -654/+827 |
* | - Fixed case when there is no interface given |  Zsolt Vasvari | 2008-03-12 | 1 | -10/+12 |
* | - First batch of machine->screen[] access has been removed |  Zsolt Vasvari | 2008-03-11 | 2 | -10/+13 |
* | Adds some new varieties: MC6845-1, H46505, HD6845 and SY6545-1 |  Zsolt Vasvari | 2008-03-11 | 2 | -6/+98 |
* | Removes the scrnum parameter from VIDEO_UPDATE, updates all drivers to use th... |  Zsolt Vasvari | 2008-03-10 | 1 | -7/+8 |
* | Makes atarigen and tms34061 handle based |  Zsolt Vasvari | 2008-03-10 | 2 | -33/+33 |
* | Replaced the following macros (SMH == static memory handler) |  Aaron Giles | 2008-03-10 | 1 | -1/+1 |
* | Voodoo now takes a device_config for the screen |  Zsolt Vasvari | 2008-03-10 | 3 | -18/+28 |
* | Changes MC6845 to take a screen tag instead of a screen number |  Zsolt Vasvari | 2008-03-09 | 2 | -25/+27 |
* | Changes first argument of video_screen_* functions to take a device_config |  Zsolt Vasvari | 2008-03-09 | 5 | -37/+37 |
* | Changes VIDEO_UPDATE signature to |  Zsolt Vasvari | 2008-03-08 | 3 | -24/+24 |
* | Moves 'refresh' from public to internal video state and renames it to 'frame_... |  Zsolt Vasvari | 2008-03-07 | 3 | -6/+6 |
* | This changes the MC6845 to take and pass device_config's only |  Zsolt Vasvari | 2008-03-07 | 2 | -70/+75 |
* | Changed device interfaces to pass the device_config * rather |  Aaron Giles | 2008-03-06 | 1 | -14/+14 |