summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/bus/isa
Commit message (Expand)AuthorAgeFilesLines
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-0787-0/+174
* (mess) m24: add z8000 apb support [Carl] cracyc2015-04-293-1/+142
* Cleanups and version bumpmame0161 Miodrag Milanovic2015-04-291-1/+1
* pc_vga: split Cirrus video devices to separate files. mahlemiut2015-04-253-17/+1
* pc_vga: Made Cirrus ISA cards 16-bit, rather than 8-bit mahlemiut2015-04-243-32/+30
* pc_vga: Cirrus WIP, Virtual Pool VESA and non-accel GD54xx drivers are playab... mahlemiut2015-04-233-2/+111
* small cleanup (nw) Miodrag Milanovic2015-04-226-20/+11
* some astring to std::string conversion (nw) Miodrag Milanovic2015-04-186-7/+7
* Replace dynamic_array with std::vector [O. Galibert] Olivier Galibert2015-04-1411-42/+45
* pc_vga: split Cirrus Logic SVGA devices into separate GD5428 and GD5430 devic... mahlemiut2015-04-132-9/+9
* There is no implicit conversion to char* in std::string (nw) Miodrag Milanovic2015-04-127-12/+12
* Fix various typos and spelling mistakes Zoë Blade2015-04-113-4/+4
* mastboy.c, xorworld.c: added save state support (nw) Ivan Vangelista2015-02-112-8/+8
* Cleanups and version bumpmame0157 Miodrag Milanovic2014-12-312-4/+4
* Uppercase hash cleanup (nw) Scott Stone2014-12-242-3/+3
* isa8_cga_device: added save state support, fixes at least pt68k4.c save state... Osso2014-12-242-1/+11
* Merge pull request #75 from shattered/_23d4641 Miodrag Milanović2014-12-111-2/+2
|\
| * various whitespace and comments fixes (nw) Sergey Svishchev2014-12-111-2/+2
* | (mess) pc9801: bit better (nw) cracyc2014-12-101-3/+3
* | upd7220: reverse bit order and make address space 16 bit (nw) cracyc2014-12-101-7/+7
|/
* (MESS) apollo: made possible to load cartridge tapes from softlist, by dealin... etabeta782014-12-032-12/+12
* (MESS) apollo: made SC499 cartridge tape device a but more etabeta782014-11-302-41/+95
* Cleanups and version bumpmame0156 Miodrag Milanovic2014-11-262-6/+6
* (MESS) included modern .dsk format among default supported etabeta782014-11-232-6/+2
* (mess) num9rev: add number 9 revolution 512x32 [Carl] cracyc2014-11-044-0/+382
* Add zero() to (s)vga_device: zeroes all private variables but vtbls. jbu2014-11-012-6/+2
* updated comments/TODOs about invalid vptr warnings (nw) Oliver Stöneberg2014-11-012-0/+2
* Use the same list of centronics devices everywhere (except the Amstrad CPC), ... smf-2014-10-281-2/+0
* (mess) hdc: xenix 8086 hates this so isolate it (nw) cracyc2014-10-273-2/+30
* isa_hdc: ec1841 compatibility Sergey Svishchev2014-10-261-3/+10
* isa_hdc: implement WRITESBUFF command Sergey Svishchev2014-10-262-2/+57
* ec184x, iskr103x: use custom set of ISA cards Sergey Svishchev2014-10-262-1/+32
* iskr103x: CGA clone Sergey Svishchev2014-10-262-12/+80
* ec184x: MDA clone Sergey Svishchev2014-10-262-1/+260
* isa_hdc: add DIPs, make ROM optional Sergey Svishchev2014-10-262-2/+37
* mc1502: restore fdc support for bios 5.3x Sergey Svishchev2014-10-262-31/+23
* poisk1: new HDC ROM Sergey Svishchev2014-10-261-3/+5
* Changed Trident ISA device to be 16-bit, which is likely more correct. mahlemiut2014-10-243-16/+15
* Cleanups and version bumpmame0155 Miodrag Milanovic2014-10-153-68/+68
* trident: MMIO WIP. To test with Win95, set the card ID to 0xe3. mahlemiut2014-10-113-10/+90
* trident: reworked Bresenham line drawing. It's better, but I'm still not con... mahlemiut2014-10-091-19/+23
* trident: fix programmable clock selection when running XFree86 mahlemiut2014-10-041-1/+1
* trident: hopefully found the clock divider bit used by the BIOS, refresh rate... mahlemiut2014-10-042-2/+16
* trident: added programmable clock, previous clock select was for TGUI9440CXi ... mahlemiut2014-10-042-5/+35
* trident: small WIP mahlemiut2014-10-033-11/+16
* trident: added hardware cursor mahlemiut2014-10-023-13/+320
* trident: improved Bresenham line drawing, it now at least draws in the right ... mahlemiut2014-09-241-9/+4
* trident: added XOR drawing, added XNEG and YNEG reverse directions for mono p... mahlemiut2014-09-232-5/+40
* trident: improved mono pattern drawing, fixing foreground colour, adding back... mahlemiut2014-09-221-3/+8
* trident: added 2D acceleration support for 15/16/32bpp video modes (untested ... mahlemiut2014-09-212-8/+100