| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | z80dma: implemented fixed port transfer behaviour. |  Angelo Salese | 2009-09-19 | 1 | -4/+7 |
* | z80dma: Implemented reset command |  Angelo Salese | 2009-09-18 | 1 | -1/+29 |
* | z80dma: Fixed Initiate read command |  Angelo Salese | 2009-09-16 | 1 | -6/+9 |
* | z80dma: Added enable/disable irq, force ready and reinitialize status byte co... |  Angelo Salese | 2009-09-16 | 1 | -6/+32 |
* | z80dma: Added continue and reset port A/B timing commands |  Angelo Salese | 2009-09-16 | 1 | -7/+17 |
* | z80dma: Added Initiate read sequence command and hooked up basic status reading |  Angelo Salese | 2009-09-16 | 1 | -4/+25 |
* | Deprecated device_set_info. Almost all devices had a NULL or empty |  Aaron Giles | 2009-04-23 | 1 | -10/+0 |
* | Many casts added to the core files, and various other tweaks |  Aaron Giles | 2009-03-12 | 1 | -3/+3 |
* | On Mon, Jan 19, 2009 at 02:48:05PM +0100, Olivier Galibert wrote: |  Aaron Giles | 2009-01-22 | 1 | -2/+0 |
* | Cleaned up device and sound interfaces to match the CPU |  Aaron Giles | 2008-12-19 | 1 | -5/+5 |
* | Made the concept of a "clock" native to devices. The clock is now |  Aaron Giles | 2008-12-18 | 1 | -1/+1 |
* | Made CPUs into proper devices. CPUs are now added in the |  Aaron Giles | 2008-12-16 | 1 | -2/+2 |
* | Cleanups/version bump/added missing drivers.mame0128u5 |  Aaron Giles | 2008-12-06 | 1 | -1/+1 |
* | Changed save state system to accept machine parameters where |  Aaron Giles | 2008-12-05 | 1 | -15/+15 |
* | Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, |  Aaron Giles | 2008-11-26 | 1 | -2/+2 |
* | [Z80DMA] Added placeholders for interrupt callback and Z80 daisy chain functi... |  Curt Coder | 2008-11-25 | 1 | -3/+29 |
* | Added "tag" parameter to state_save_register_item_* calls. Removed |  Aaron Giles | 2008-11-17 | 1 | -19/+15 |
* | Massive API cleanup/change. The primary goal is that all CPU- |  Aaron Giles | 2008-11-13 | 1 | -1/+1 |
* | Cleanups and version bump.mame0127u3 |  Aaron Giles | 2008-09-11 | 1 | -1/+1 |
* | Changed DEVICE_START functions to return an error code. Currently this |  Aaron Giles | 2008-09-09 | 1 | -0/+2 |
* | 8257dma and z80dma devices now require device callback handlers instead of ma... |  Couriersud | 2008-08-03 | 1 | -25/+27 |
* | Cleanups/version bump.mame0125u7 |  Aaron Giles | 2008-06-26 | 1 | -1/+1 |
* | Cleaned up z80dma interface - missing files from last commit) |  Couriersud | 2008-06-22 | 1 | -71/+36 |
* | From: Atari Ace [mailto:atari_ace@verizon.net] |  Aaron Giles | 2008-04-24 | 1 | -6/+6 |
* | Fix chicken and egg problem with device_start callbacks. |  Aaron Giles | 2008-03-17 | 1 | -7/+2 |
* | Changed device interfaces to pass the device_config * rather |  Aaron Giles | 2008-03-06 | 1 | -7/+7 |
* | Cleanups and version bump.mame0123u4 |  Aaron Giles | 2008-03-06 | 1 | -2/+2 |
* | Changed z80dma to new device interface, updated mario.c and dkong.c to use ne... |  Couriersud | 2008-03-02 | 1 | -125/+165 |
* | Split timer_adjust() into timer_adjust_oneshot() and timer_adjust_periodic(). |  Aaron Giles | 2008-02-06 | 1 | -1/+1 |
* | - Added deprecat.h that contains some deprecated/discouraged contructs (see b... |  Zsolt Vasvari | 2008-01-25 | 1 | -0/+1 |
* | - Changed cpunum_set_input_line* functions to take running_machine as an argu... |  Zsolt Vasvari | 2008-01-24 | 1 | -1/+1 |
* | Cleanups and version bump to 0.122u4.mame0122u4 |  Aaron Giles | 2008-01-07 | 1 | -13/+13 |
* | Switched to use the standard compile-time logging pattern, which is more wide... |  Aaron Giles | 2008-01-05 | 1 | -5/+7 |
* | Added Z80 DMA chip. |  Couriersud | 2008-01-04 | 1 | -0/+492 |