summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/pc8801.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ym2203, ym2608 and ym2610: initialize things properly. Thanks Micko! (nw) Ivan Vangelista2014-05-061-1/+0
* ay8910_device and extended family: converted to devcb2 (nw) Ivan Vangelista2014-05-061-23/+5
* cassette config moved inline (nw) Miodrag Milanovic2014-05-021-9/+3
* Cleanup of image device interfaces (nw) Miodrag Milanovic2014-05-021-3/+1
* Replaced set_irq_acknowledge_callback with proper MCFG_CPU_IRQ_ACKNOWLEDGE_DR... Miodrag Milanovic2014-04-231-2/+1
* converted i8255 to devcb2. nw. Fabio Priuli2014-04-171-24/+11
* Added serial printer, renamed centronics printer to match. Standardised the c... smf-2014-04-161-1/+1
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-3/+3
* fixed pc8801 regression (nw) Miodrag Milanovic2014-03-291-1/+1
* upd765: Refactored to use devcb2 callbacks. [Curt Coder] Curt Coder2014-03-171-6/+2
* primary_screen -> first_screen() (nw) Miodrag Milanovic2014-03-151-6/+6
* Checkpoint 2: Alex W. Jackson2014-03-151-1/+1
* Made palette settings for screen explicit and mandatory for ind16 mode (nw) Miodrag Milanovic2014-03-141-0/+1
* Moved optional_device<screen_device> m_screen and optional_device<palette_dev... Miodrag Milanovic2014-03-051-1/+4
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-18/+18
* first round of clang 3.4 fixes for MESS (nw) Oliver Stöneberg2014-02-201-0/+4
* Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag M... Miodrag Milanovic2014-02-161-1/+1
* Converted i8251 to DEVCB2 [smf] smf-2014-02-151-12/+3
* Centronics WIP using write lines and DEVCB2. Added an output latch and input ... smf-2014-02-091-1/+1
* replaced read rx/cts/dcd callbacks in I8251 with write handlers, which allows... smf-2013-12-221-14/+0
* moved centronics into emu/bus (nw) Miodrag Milanovic2013-10-231-1/+1
* Copyright update. Please let me know if there's a blank and you would like to... Angelo Salese2013-10-151-0/+2
* Dumped S3 video BIOS in Savage Quest [Trevor Brown] Angelo Salese2013-06-191-0/+1
* upd1990a: devcb2. (nw) Curt Coder2013-06-101-10/+2
* Moved default card config, device inputs and clock off the slot interface so ... smf-2013-05-291-2/+2
* modernised YM2203 [smf] smf-2013-05-111-16/+16
* modernized the YM2608 [smf] smf-2013-05-101-16/+16
* save state cleanup, converted state_save_register_global* into save_item/save... Miodrag Milanovic2013-05-081-4/+4
* made BEEP and RAM devices initialize in constructor of driver classes (nw) Miodrag Milanovic2013-04-231-7/+9
* (MESS) cassette cleanup (nw) Miodrag Milanovic2013-04-171-2/+2
* various cpu lookup cleanup (nw) Miodrag Milanovic2013-04-151-1/+1
* Removal of machine().root_device() where appropriate (nw) Miodrag Milanovic2013-04-141-8/+8
* changed machine().device("maincpu") with m_maincpu in mess tree part (nw) Miodrag Milanovic2013-04-101-3/+3
* little bit more (nw) Miodrag Milanovic2013-04-011-16/+14
* made some of sound devices use device callbacks instead of function callbacks... Miodrag Milanovic2013-03-281-1/+1
* Modernized the beep and taitosnd devices. [Andrew Gardner] Andrew Gardner2013-03-061-5/+5
* Some mess modernization (nw) Miodrag Milanovic2013-02-181-5/+5
* IRQ_CALLBACK modernization part 3 (no whatsnew) Miodrag Milanovic2013-01-311-15/+14
* (MESS) Made major clean-ups to NEC PC-8801, Sharp MZ-2500, Sharp X1 and Sony ... Angelo Salese2013-01-151-87/+80
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-3/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-179/+179
* Added uPD4990A clone to the uPD1990A, renamed uPD4990A -> uPD4990A_OLD for th... Angelo Salese2012-12-181-1/+1
* (MESS) Removed unnecessary includes, and fixed a floppy bug. (nw) Curt Coder2012-12-091-3/+0
* sed1310: Cleanup. (nw) Curt Coder2012-11-221-9/+2
* Added timer irq, this makes a status bar to appear on top Angelo Salese2012-11-201-1/+0
* Some notes on the AlphaSmart Pro machine Angelo Salese2012-11-141-1/+0
* Small PC-8801 update Angelo Salese2012-11-061-0/+1
* Quick and dirty skelly for Bingo Mania, ask to Robbie for credit stuff, nw Angelo Salese2012-10-191-1/+1
* Yet another PC-8801 notes update, nw Angelo Salese2012-10-191-20/+23
* Various work, needs gfx decoding to proceed ... Angelo Salese2012-10-151-5/+6