summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/mc80.c
Commit message (Collapse)AuthorAgeFilesLines
* move mess into mame (nw) Miodrag Milanovic2015-09-301-304/+0
|
* change flags from GAME_ to MACHINE_ David Haywood2015-07-291-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 ↵ Miodrag Milanovic2015-05-071-0/+2
| | | | his approval (nw)
* Uppercase hash cleanup (nw) Scott Stone2014-12-241-1/+1
|
* z80dart: converted to use devcb2. nw. Fabio Priuli2014-04-291-1/+2
|
* z80pio: converted to use devcb2. nw. Fabio Priuli2014-04-291-4/+18
|
* z80ctc: converted to use devcb2. nw. Fabio Priuli2014-04-281-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 ↵ Miodrag Milanovic2014-04-231-0/+2
| | | | MCFG_CPU_IRQ_ACKNOWLEDGE_DRIVER/DEVICE (nw)
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-2/+2
|
* Made palette settings for screen explicit and mandatory for ind16 mode (nw) Miodrag Milanovic2014-03-141-0/+4
|
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-4/+2
| | | note: Aaron please give more descriptive text for release log I have no more strength :)
* modernized generic palette initializations (nw) Oliver Stöneberg2013-07-151-2/+2
|
* (MESS) Refactored drivers to use z80dart.c instead of z80sio.c, the easy ↵ Curt Coder2013-05-271-2/+2
| | | | part. (nw)
* various cpu lookup cleanup (nw) Miodrag Milanovic2013-04-151-2/+1
|
* Removal of machine().root_device() where appropriate (nw) Miodrag Milanovic2013-04-141-1/+1
|
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-5/+5
|
* TIMER_CALLBACK_DEVICE_MEMBER modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-251-4/+4
|
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-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) Miodrag Milanovic2012-09-171-2/+2
|
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT ↵ Miodrag Milanovic2012-09-131-4/+4
| | | | changed to be members of state classes (no whatsnew)
* [MC8030] Added notes, connected up devices (nw) Robbbert2012-08-221-8/+27
|
* svn update test (nw) Robbbert2012-08-211-1/+1
|
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+249