summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine
Commit message (Collapse)AuthorAgeFilesLines
* MSVC fix. (nw) Curt Coder2014-05-091-1/+1
|
* ins8250_device: converted to devcb2 (nw) Ivan Vangelista2014-05-072-68/+0
|
* ay8910_device and extended family: converted to devcb2 (nw) Ivan Vangelista2014-05-064-52/+12
| | | This is easily the commit I ever did that touches the most drivers. I payed extra attention while doing it, stared at the diff really hard to find any errors and did some testing. Obviously I can't test every single game / system, so please report any regression you might find.
* Missed this one, Duke please ignore (nw) Miodrag Milanovic2014-05-051-4/+4
|
* Same for Amiga, so Duke ignore this one (nw) Miodrag Milanovic2014-05-051-9/+7
|
* (MESS) Remove now-fixed TODO (nw) R. Belmont2014-05-041-3/+0
|
* (mess) rmnimbus: extract keyboard and use z80dart and wd_fdc (nw) cracyc2014-05-023-256/+281
|
* cassette config moved inline (nw) Miodrag Milanovic2014-05-022-23/+2
|
* Cleanup of image device interfaces (nw) Miodrag Milanovic2014-05-0212-82/+11
|
* mc6845: converted to devcb2, delegates and inline configs. nw. Fabio Priuli2014-05-012-35/+3
| | | | | | | | | while at it, cleaned up the args of the mc6845 delegates as well (no need to pass back and forth pieces of the driver class, now that delegates belong to it as well) even if I tested the changes extensively, I might have missed something among the 177 source files using this, so please report any regressions you see :)
* (MESS) fixed loss of cursor on radio86,apogee, mikrosha,partner Robbbert2014-05-012-2/+2
|
* (MESS) msx.c: Moved kanji roms into 'kanji' memory regions. (nw) Wilbert Pol2014-04-301-5/+2
|
* (MESS) msx.c: Moved RAMIO_SET_BITS settings from an msx layout to an MCFG ↵ Wilbert Pol2014-04-301-3/+0
| | | | entry. (nw)
* mc6854_device: converted to devcb2 and delegates (nw) Ivan Vangelista2014-04-302-20/+6
|
* 6532riot: updated to use devcb2. nw. Fabio Priuli2014-04-301-10/+0
|
* (mess) radio86: convert to new 8257 and 8275 (nw) cracyc2014-04-302-88/+69
| | | | | i8257: fix off-by-one (nw) --- Unior doesn't quite display properly. Only remaining user of 8257dma is dkong.
* (MESS) msx.c: Floppy cleanup (nw) Wilbert Pol2014-04-292-56/+65
|
* am9517a_device: converted to devcb2 (nw) Ivan Vangelista2014-04-294-100/+48
|
* (MESS) kaypro : sio -> dart Robbbert2014-04-291-26/+4
|
* z80dart: converted to use devcb2. nw. Fabio Priuli2014-04-291-24/+0
|
* (MESS) nes: added support the new homebrew PCB used by Fabio Priuli2014-04-291-1/+1
| | | | 2A03 Puritans Album. [Fabio Priuli]
* removed usage of legacy IRQ callback (nw) Miodrag Milanovic2014-04-291-2/+2
|
* z80pio: converted to use devcb2. nw. Fabio Priuli2014-04-298-171/+1
|
* fixed usage of uninitialized members in pce_cd_device (nw) Oliver Stöneberg2014-04-281-0/+8
|
* fixed usage of uninitialized members in nextkbd_device (nw) Oliver Stöneberg2014-04-281-0/+4
|
* z80ctc: converted to use devcb2. nw. Fabio Priuli2014-04-282-45/+0
| | | | | | | | | | 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
* super80.c: use ioport_array (nw) Alex W. Jackson2014-04-281-16/+5
|
* (MESS) RAINBOW.C: IRQ priorities updated. Board revisions and add-on cards ↵ Scott Stone2014-04-271-3/+3
| | | | documented; rainbow100 renamed to rainbow100a. [Bavarese]
* (MESS) super80 : cleanup, part 3 Robbbert2014-04-271-0/+1
|
* (MESS) super80 : cleanup, part 2 Robbbert2014-04-271-23/+8
|
* (MESS) super80 : cleanup, part 1 Robbbert2014-04-271-17/+21
|
* (MESS) super80 : oops! Robbbert2014-04-261-1/+1
|
* (MESS) super80 : more work with fdc Robbbert2014-04-261-1/+20
|
* (MESS) super80 : starting to add fdc support Robbbert2014-04-261-2/+11
|
* fixed usage of uninitialized member in lc89510_temp_device (nw) Oliver Stöneberg2014-04-231-0/+2
|
* pic8259: remove trampolines (nw) cracyc2014-04-236-37/+2
|
* i186: use static set irq and clean up leftovers (nw) cracyc2014-04-231-1036/+0
|
* fixed usage of uninitialized member in abc1600_mac_device (nw) Oliver Stöneberg2014-04-231-1/+2
|
* Replaced set_irq_acknowledge_callback with proper ↵ Miodrag Milanovic2014-04-2313-20/+1
| | | | MCFG_CPU_IRQ_ACKNOWLEDGE_DRIVER/DEVICE (nw)
* Fixed mac validation (nw) Miodrag Milanovic2014-04-231-2/+4
|
* (MESS) cybiko updates: [R. Belmont] R. Belmont2014-04-231-1/+11
| | | | | | | - Fixed major memory stomp in cybikov2 - Fixed "insert battery" message in cybikoxt; the OS boots up now - Started general cleanup of I/O handling
* m68000 callbacks to delegates (nw) Miodrag Milanovic2014-04-222-5/+3
|
* Some more core cleanup (nw) Miodrag Milanovic2014-04-222-4/+4
|
* g65816.c: Modernised cpu core (nw) Wilbert Pol2014-04-211-1/+1
|
* next: mouse/nmi fixes [O. Galibert] Olivier Galibert2014-04-201-8/+16
|
* next: Add mouse [O. Galibert] Olivier Galibert2014-04-192-67/+264
|
* (MESS) Apple 1: Added support for expansion slot, moved cassette interface ↵ R. Belmont2014-04-191-108/+0
| | | | to a card to match reality. [R. Belmont]
* tms9928a_device: converted to devcb2 (nw) Ivan Vangelista2014-04-171-8/+17
|
* (mess) ti85: nvram (nw) cracyc2014-04-171-40/+2
|
* (MESS) Fix compile (nw) Wilbert Pol2014-04-171-8/+8
|