| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | move mess into mame (nw) | 2015-09-30 | 1 | -304/+0 | |
| | | |||||
| * | change flags from GAME_ to MACHINE_ | 2015-07-29 | 1 | -2/+2 | |
| | | | | | this better fits the drivers from MESS (which have always illogically used the GAME_ flags despite not being games) and also fits fine with arcade machines. | ||||
| * | Placed my files under BSD3, and also some that I shared with Robbert with ↵ | 2015-05-07 | 1 | -0/+2 | |
| | | | | | his approval (nw) | ||||
| * | Uppercase hash cleanup (nw) | 2014-12-24 | 1 | -1/+1 | |
| | | |||||
| * | z80dart: converted to use devcb2. nw. | 2014-04-29 | 1 | -1/+2 | |
| | | |||||
| * | z80pio: converted to use devcb2. nw. | 2014-04-29 | 1 | -4/+18 | |
| | | |||||
| * | z80ctc: converted to use devcb2. nw. | 2014-04-28 | 1 | -3/+19 | |
| | | | | | | | | | | | Notes: - for whatever reason the tlcs_z80 internal CTC fails to recognize/find its owner tag, does anyone know how to fix this? it's probably trivial, but I need an helping hand or pve500 cannot be launched anymore... - @Haze: can you check your inder_sb.c code? your CTC interface was wrong, judging from the comments in the source (the first cb was for the interrupt, and no callback was present by default for the ZC/TO3...) and I'm not sure what the code is intended to actually do | ||||
| * | Replaced set_irq_acknowledge_callback with proper ↵ | 2014-04-23 | 1 | -0/+2 | |
| | | | | | MCFG_CPU_IRQ_ACKNOWLEDGE_DRIVER/DEVICE (nw) | ||||
| * | Cleanups and version bumpmame0153 | 2014-04-07 | 1 | -2/+2 | |
| | | |||||
| * | Made palette settings for screen explicit and mandatory for ind16 mode (nw) | 2014-03-14 | 1 | -0/+4 | |
| | | |||||
| * | Huge update, palette is now device (nw) | 2014-02-27 | 1 | -4/+2 | |
| | | | | note: Aaron please give more descriptive text for release log I have no more strength :) | ||||
| * | modernized generic palette initializations (nw) | 2013-07-15 | 1 | -2/+2 | |
| | | |||||
| * | (MESS) Refactored drivers to use z80dart.c instead of z80sio.c, the easy ↵ | 2013-05-27 | 1 | -2/+2 | |
| | | | | | part. (nw) | ||||
| * | various cpu lookup cleanup (nw) | 2013-04-15 | 1 | -2/+1 | |
| | | |||||
| * | Removal of machine().root_device() where appropriate (nw) | 2013-04-14 | 1 | -1/+1 | |
| | | |||||
| * | Cleanups and version bumpmame0148 | 2013-01-11 | 1 | -5/+5 | |
| | | |||||
| * | TIMER_CALLBACK_DEVICE_MEMBER modernization part 1 (no whatsnew) | 2012-09-25 | 1 | -4/+4 | |
| | | |||||
| * | Since nobody checks for NULLs anyway, make | 2012-09-19 | 1 | -2/+2 | |
| | | | | | | | | | | | | | device_memory_interface::space() assert against NULL and return a reference, and pushed references throughout all address space usage in the system. Added a has_space() method to check for those rare case when it is ambiguous. [Aaron Giles] Also reinstated the generic space and added fatal error handlers if anyone tries to actually read/write from it. | ||||
| * | Modernized screen update calls (no whatsnew) | 2012-09-17 | 1 | -2/+2 | |
| | | |||||
| * | Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT ↵ | 2012-09-13 | 1 | -4/+4 | |
| | | | | | changed to be members of state classes (no whatsnew) | ||||
| * | [MC8030] Added notes, connected up devices (nw) | 2012-08-22 | 1 | -8/+27 | |
| | | |||||
| * | svn update test (nw) | 2012-08-21 | 1 | -1/+1 | |
| | | |||||
| * | Merge of MESS sources (no whatsnew) | 2012-08-21 | 1 | -0/+249 | |
