summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/indiana.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added serial printer, renamed centronics printer to match. Standardised the c... smf-2014-04-161-6/+11
* isa8_device and isa16_device: converted to devcb2 (nw) Ivan Vangelista2014-04-151-28/+2
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-6/+6
* Converted mc68901_device to devcb2 (nw) Ivan Vangelista2014-03-151-17/+6
* Shuffle ISA and some more PC related devices around (nw) Miodrag Milanovic2014-03-071-2/+2
* created src\emu\bus\rs232 & src\emu\bus\midi directories and separated rs232 ... smf-2014-02-151-3/+2
* (MESS) indiana: Added IDE controller, fixed 16-bit ISA I/O [R. Belmont, Carl] R. Belmont2014-01-251-2/+3
* (MESS) indiana: preliminary hookup of ISA bus and peripherals and MFP. [R. Be... R. Belmont2014-01-211-38/+87
* changed machine().device("maincpu") with m_maincpu in mess tree part (nw) Miodrag Milanovic2013-04-101-1/+3
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-5/+5
* srcclean (nw) Curt Coder2012-10-071-2/+2
* Converted VGA to be multiple devices, this will require some cleanup in futur... Miodrag Milanovic2012-10-011-11/+4
* Removed need for pc_vga_io_init also made accessors for linear access to VGA ... Miodrag Milanovic2012-09-301-2/+5
* Made Cirrus just another vga implementation, and removed a need for additiona... Miodrag Milanovic2012-09-301-1/+1
* used read8_delegate instead of read8_space_func for vga port read (nw) Miodrag Milanovic2012-09-201-2/+3
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-1/+1
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-1/+1
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-2/+2
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+104