summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/at.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* (nw) get rid of some MACHINE_(START|RESET)_MEMBER, get rid of static state in... Vas Crabb2018-05-161-14/+24
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-4/+4
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-4/+4
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-60/+60
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+1
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-151/+153
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-3/+4
* Bind devcb relative to current device. This is probably going to break Vas Crabb2018-05-011-2/+2
* Set finder tag relative to current device being configured rather than Vas Crabb2018-04-301-1/+1
* srcclean and regenerate localisations (nw) Vas Crabb2018-03-251-3/+3
* Restrict ROM labels to a filesystem- and shell-safe subset of printable Vas Crabb2018-03-181-2/+2
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-79/+93
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-4/+4
* ews286: lower case rom names (#3267) Joakim Larsson Edström2018-03-011-5/+5
* srcclean (nw) Vas Crabb2018-02-251-3/+3
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-18/+36
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-14/+28
* ews286: Added a softlist with DOS 3.10C specific for Ericsson PC WS286 (#3186) Joakim Larsson Edström2018-02-101-0/+2
* at.cpp: Hardware note (nw) AJR2018-02-081-0/+1
* at.cpp: Added Compaq Portable II (#3183) rfka012018-02-081-6/+51
* at.cpp: Added NEW MACHINES Ericsson/Nokia WS286 (#3162) Joakim Larsson Edström2018-02-021-1/+36
* API change: Memory maps are now "last entry wins" [O. Galibert] Olivier Galibert2018-01-311-3/+3
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-9/+9
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-34/+56
* ATA: Simplified class hierarchy so there is no ambiguity with 16 & 32 bit met... smf-2017-12-201-4/+4
* ide: deambiguate cs access between 16 and 32 bits [O. Galibert] Olivier Galibert2017-12-161-4/+4
* srcclean (nw) Vas Crabb2017-11-261-4/+4
* cga: add compaq portable iii video, text modes and color need to be fixed (nw) cracyc2017-11-241-8/+31
* Add Sanyo MBC-28, Siemens PCD-2, Compaq Portable III and 286 and 486 BIOS ver... rfka012017-11-211-73/+166
* Renamed Commodore PC 30-III, added BIOS variant and PC 40-III, added info rfka012017-11-191-6/+58
* altos8600: add serial board [Carl] cracyc2017-09-221-0/+2
* at: neat wants more nvram (nw) cracyc2017-09-211-1/+3
* at: add some dumps (nw) cracyc2017-09-201-5/+16
* Updated AMI C 21.1 bios for atvga as well, missed it last time (nw) Miodrag Milanovic2017-08-131-2/+2
* Proper dump for AMI C 21.1 bios (nw) Miodrag Milanovic2017-06-181-2/+2
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-9/+11
* Self-registering devices prep: Vas Crabb2017-02-271-8/+9
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-5/+5
* fix a few (nw) cracyc2016-06-161-2/+1
* pc: it appears the ibm keyboard interferes with the k286i a20 check (nw) cracyc2016-03-051-0/+2
* at.cpp: fix debug build validation (nw) Ivan Vangelista2016-02-291-2/+2
* at: fix megapcpla (nw) cracyc2016-02-261-1/+1
* at: create at motherboard device and split pci and ps2 machines into own file... cracyc2016-02-241-1065/+486
* at: properly load the rom (nw) cracyc2016-02-211-1/+2
* at: properly load the roms (nw) cracyc2016-02-211-4/+4
* at: required for os/2 beta memory sizing (nw) cracyc2016-02-191-1/+3
* nullptr to 0x00 for ROM_FILL and ROM_COPY (nw) Miodrag Milanovic2015-12-061-1/+1
* clang-modernize part 4 Miodrag Milanovic2015-12-041-28/+28
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1709