summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/pasopia7.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* mc6845: converted to devcb2, delegates and inline configs. nw. Fabio Priuli2014-05-011-17/+7
* z80pio: converted to use devcb2. nw. Fabio Priuli2014-04-291-12/+5
* z80ctc: converted to use devcb2. nw. Fabio Priuli2014-04-281-10/+6
* converted i8255 to devcb2. nw. Fabio Priuli2014-04-171-33/+18
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-4/+4
* primary_screen -> first_screen() (nw) Miodrag Milanovic2014-03-151-5/+5
* Checkpoint 2: Alex W. Jackson2014-03-151-2/+2
* Made palette settings for screen explicit and mandatory for ind16 mode (nw) Miodrag Milanovic2014-03-141-0/+4
* 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-16/+16
* Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag M... Miodrag Milanovic2014-02-161-2/+2
* Converted SN76496 ready to DEVCB2 [smf] smf-2014-02-111-18/+2
* added screen visarea adjustment to mc6845 config interface Michaƫl Banaan Ananas2014-01-041-0/+1
* Copyright update. Please let me know if there's a blank and you would like to... Angelo Salese2013-10-151-0/+2
* Created new device_video_interface. Right now its sole purpose is to Aaron Giles2013-07-241-3/+2
* Moved default card config, device inputs and clock off the slot interface so ... smf-2013-05-291-2/+2
* Removal of machine().root_device() where appropriate (nw) Miodrag Milanovic2013-04-141-3/+3
* changed machine().device("maincpu") with m_maincpu in mess tree part (nw) Miodrag Milanovic2013-04-101-2/+2
* Some mess modernization (nw) Miodrag Milanovic2013-02-181-29/+30
* Cleanups and version bumpmame0148u1 Miodrag Milanovic2013-02-111-1/+1
* Added a preliminary boolean flag to MC6845 interface structure: "show border ... Angelo Salese2013-01-141-1/+2
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-2/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-62/+62
* (MESS) Pasopia7: fixed keyboard (nw) Robbbert2012-12-271-21/+17
* (MESS) Removed unnecessary includes, and fixed a floppy bug. (nw) Curt Coder2012-12-091-1/+0
* DRQ signals seems to be inverted actually, makes PC-9801 to finally start loa... Angelo Salese2012-12-031-0/+1
* It DRQs! (nw) Angelo Salese2012-12-031-1/+1
* sed1310: Cleanup. (nw) Curt Coder2012-11-221-7/+2
* (mess) upd765: Modernize [O. Galibert] Olivier Galibert2012-10-101-32/+27
* Removed _new from name of modern device (no whatsnew) Miodrag Milanovic2012-10-021-4/+4
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-4/+4
* changed most of screen.machine() to machine() (no whatsnew) Miodrag Milanovic2012-09-181-4/+4
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-6/+6
* Memory handler normalization, part 1. Aaron Giles2012-09-171-3/+3
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-21/+22
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-2/+2
* Add ambiguous execute() and memory() methods to the Aaron Giles2012-09-111-2/+2
* Don't use safe_pc[base] when you already have a Aaron Giles2012-09-111-2/+2
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-2/+2
* (MESS) Added keyboard inputs for Pasopia and Pasopia 7, z80pio irq still does... Angelo Salese2012-09-061-96/+41
* Continuing new device implementation for SN76496 and clones - bbc.c, mycom.c,... Scott Stone2012-09-051-6/+26
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+1167