summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/aa310.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-2028/+0
* srcclean in preparation for release Vas Crabb2022-05-221-2/+2
* i2cmem.cpp and derived devices: Only acknowledge correct I2C device-id. (#9630) Paul-Arnold2022-04-281-16/+26
* srcclean in preparation for release of MAME 0.238. Vas Crabb2021-11-211-8/+8
* aa310.cpp: Fixed econet functions and unused variable. Nigel Barnes2021-11-141-2/+2
* New machines marked as NOT_WORKING Nigel Barnes2021-11-141-416/+1605
* ertictac.cpp: convert to use IOC and MEMC devices. Sandro Ronco2021-05-011-0/+18
* floppies: Turn the format arrays into function calls. Create a default "mfm"... Olivier Galibert2021-03-021-8/+10
* -Acorn Archimedes code reorganization: (#7627) Sandro Ronco2021-01-121-247/+311
* aa310.cpp: Replaced i2cmem with pcf8583 RTC device. Nigel Barnes2020-12-261-1/+1
* volt_reg: Remove uses that are not needed anymore with the recent (#7367) Aaron Giles2020-10-201-1/+0
* drivers starting with a and b: some macro removal (nw) Ivan Vangelista2020-05-251-5/+6
* fix regression with partial revert of d3196bd99159f077316cf71e8536f41f75769ab... smf-2020-05-091-1/+1
* Fixed regression in peps0615 introduced in 635f469c7dd0b5166455bafeddb0e898b1... smf-2020-05-061-2/+1
* More region width fixes (nw) AJR2019-11-161-5/+5
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-1/+1
* srcclean (nw) Vas Crabb2019-09-221-5/+5
* aa310: Fix catastrophic configuration error and add assert to catch similar f... AJR2019-09-201-1/+1
* acorn_vidc: Internalize palette; externalize screen (nw) AJR2019-09-201-1/+8
* Rewritten Acorn VIDC10 into own device file [Angelo Salese] #5671 Angelo Salese2019-09-201-28/+12
* archimds.cpp: preliminary RTFM joystick support [Angelo Salese] angelosa2019-09-061-13/+13
* archimds.cpp: fixed cursor enable and variable size, used by caverns to displ... angelosa2019-09-051-10/+18
* ioport: Change PORT_CHANGED_MEMBER param type from void * to u32 (nw) AJR2019-08-151-2/+2
* aa310.cpp: cannot possibly use 4way gate (nw) Angelo Salese2019-07-261-8/+10
* (nw) Clean up the mess on master Vas Crabb2019-03-261-1/+0
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-0/+1
* volt_reg: set default m_output (nw) hap2019-02-191-1/+0
* Start cleaning up palette configuration: Vas Crabb2018-12-291-1/+1
* -cpu/adsp2100, amis2000, apexc, arm, arm7, avr8, ccpu, esrip, hcd62121: Remov... mooglyguy2018-12-161-53/+50
* wd11c00_17, wd2010, wd33c93, wd7600, x76f041, x76f100, ym2148, ym3802: remove... Ivan Vangelista2018-09-041-4/+4
* i2cmem,i7220,i80130,i8087,i8212,i8214,i82371sb,i8243: Removed MCFG, nw mooglyguy2018-08-291-2/+1
* -ram_device: MCFG removal, nw mooglyguy2018-08-161-50/+36
* -8364_paula, aakart, adc0808, adc083x, adc0844, adc1038, adc1213, akiko, am28... mooglyguy2018-08-121-3/+3
* private: use (W,X,Y,Z,#) (#3721) David Haywood2018-07-011-15/+20
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-5/+5
* Move the +1 to the proper place in the ROM BIOS macros - that's been Vas Crabb2018-05-291-72/+72
* wd_fdc family, msm5832: Eliminate customized MCFG_XXX_ADD macros (nw) AJR2018-05-271-7/+7
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-17/+17
* 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-24/+24
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-12/+13
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-8/+9
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-13/+26
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-1/+2
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-6/+6
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-14/+28
* This causes huge changes in behaviour that can't be hand-waved away. Vas Crabb2018-01-131-8/+10
* New way to provide DAC reference inputs (nw) AJR2018-01-101-10/+8
* aa310: Added PC_FORMAT for PC Emulator (nw) Nigel Barnes2017-10-191-1/+3
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-2/+2