Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MSVC fix. (nw) | 2014-05-09 | 1 | -1/+1 | |
| | |||||
* | ins8250_device: converted to devcb2 (nw) | 2014-05-07 | 2 | -68/+0 | |
| | |||||
* | ay8910_device and extended family: converted to devcb2 (nw) | 2014-05-06 | 4 | -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) | 2014-05-05 | 1 | -4/+4 | |
| | |||||
* | Same for Amiga, so Duke ignore this one (nw) | 2014-05-05 | 1 | -9/+7 | |
| | |||||
* | (MESS) Remove now-fixed TODO (nw) | 2014-05-04 | 1 | -3/+0 | |
| | |||||
* | (mess) rmnimbus: extract keyboard and use z80dart and wd_fdc (nw) | 2014-05-02 | 3 | -256/+281 | |
| | |||||
* | cassette config moved inline (nw) | 2014-05-02 | 2 | -23/+2 | |
| | |||||
* | Cleanup of image device interfaces (nw) | 2014-05-02 | 12 | -82/+11 | |
| | |||||
* | mc6845: converted to devcb2, delegates and inline configs. nw. | 2014-05-01 | 2 | -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 | 2014-05-01 | 2 | -2/+2 | |
| | |||||
* | (MESS) msx.c: Moved kanji roms into 'kanji' memory regions. (nw) | 2014-04-30 | 1 | -5/+2 | |
| | |||||
* | (MESS) msx.c: Moved RAMIO_SET_BITS settings from an msx layout to an MCFG ↵ | 2014-04-30 | 1 | -3/+0 | |
| | | | | entry. (nw) | ||||
* | mc6854_device: converted to devcb2 and delegates (nw) | 2014-04-30 | 2 | -20/+6 | |
| | |||||
* | 6532riot: updated to use devcb2. nw. | 2014-04-30 | 1 | -10/+0 | |
| | |||||
* | (mess) radio86: convert to new 8257 and 8275 (nw) | 2014-04-30 | 2 | -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) | 2014-04-29 | 2 | -56/+65 | |
| | |||||
* | am9517a_device: converted to devcb2 (nw) | 2014-04-29 | 4 | -100/+48 | |
| | |||||
* | (MESS) kaypro : sio -> dart | 2014-04-29 | 1 | -26/+4 | |
| | |||||
* | z80dart: converted to use devcb2. nw. | 2014-04-29 | 1 | -24/+0 | |
| | |||||
* | (MESS) nes: added support the new homebrew PCB used by | 2014-04-29 | 1 | -1/+1 | |
| | | | | 2A03 Puritans Album. [Fabio Priuli] | ||||
* | removed usage of legacy IRQ callback (nw) | 2014-04-29 | 1 | -2/+2 | |
| | |||||
* | z80pio: converted to use devcb2. nw. | 2014-04-29 | 8 | -171/+1 | |
| | |||||
* | fixed usage of uninitialized members in pce_cd_device (nw) | 2014-04-28 | 1 | -0/+8 | |
| | |||||
* | fixed usage of uninitialized members in nextkbd_device (nw) | 2014-04-28 | 1 | -0/+4 | |
| | |||||
* | z80ctc: converted to use devcb2. nw. | 2014-04-28 | 2 | -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) | 2014-04-28 | 1 | -16/+5 | |
| | |||||
* | (MESS) RAINBOW.C: IRQ priorities updated. Board revisions and add-on cards ↵ | 2014-04-27 | 1 | -3/+3 | |
| | | | | documented; rainbow100 renamed to rainbow100a. [Bavarese] | ||||
* | (MESS) super80 : cleanup, part 3 | 2014-04-27 | 1 | -0/+1 | |
| | |||||
* | (MESS) super80 : cleanup, part 2 | 2014-04-27 | 1 | -23/+8 | |
| | |||||
* | (MESS) super80 : cleanup, part 1 | 2014-04-27 | 1 | -17/+21 | |
| | |||||
* | (MESS) super80 : oops! | 2014-04-26 | 1 | -1/+1 | |
| | |||||
* | (MESS) super80 : more work with fdc | 2014-04-26 | 1 | -1/+20 | |
| | |||||
* | (MESS) super80 : starting to add fdc support | 2014-04-26 | 1 | -2/+11 | |
| | |||||
* | fixed usage of uninitialized member in lc89510_temp_device (nw) | 2014-04-23 | 1 | -0/+2 | |
| | |||||
* | pic8259: remove trampolines (nw) | 2014-04-23 | 6 | -37/+2 | |
| | |||||
* | i186: use static set irq and clean up leftovers (nw) | 2014-04-23 | 1 | -1036/+0 | |
| | |||||
* | fixed usage of uninitialized member in abc1600_mac_device (nw) | 2014-04-23 | 1 | -1/+2 | |
| | |||||
* | Replaced set_irq_acknowledge_callback with proper ↵ | 2014-04-23 | 13 | -20/+1 | |
| | | | | MCFG_CPU_IRQ_ACKNOWLEDGE_DRIVER/DEVICE (nw) | ||||
* | Fixed mac validation (nw) | 2014-04-23 | 1 | -2/+4 | |
| | |||||
* | (MESS) cybiko updates: [R. Belmont] | 2014-04-23 | 1 | -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) | 2014-04-22 | 2 | -5/+3 | |
| | |||||
* | Some more core cleanup (nw) | 2014-04-22 | 2 | -4/+4 | |
| | |||||
* | g65816.c: Modernised cpu core (nw) | 2014-04-21 | 1 | -1/+1 | |
| | |||||
* | next: mouse/nmi fixes [O. Galibert] | 2014-04-20 | 1 | -8/+16 | |
| | |||||
* | next: Add mouse [O. Galibert] | 2014-04-19 | 2 | -67/+264 | |
| | |||||
* | (MESS) Apple 1: Added support for expansion slot, moved cassette interface ↵ | 2014-04-19 | 1 | -108/+0 | |
| | | | | to a card to match reality. [R. Belmont] | ||||
* | tms9928a_device: converted to devcb2 (nw) | 2014-04-17 | 1 | -8/+17 | |
| | |||||
* | (mess) ti85: nvram (nw) | 2014-04-17 | 1 | -40/+2 | |
| | |||||
* | (MESS) Fix compile (nw) | 2014-04-17 | 1 | -8/+8 | |
| |