summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/pasopia7.c
Commit message (Expand)AuthorAgeFilesLines
* (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