summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/aim65.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-343/+0
* Future-proofing by using correct #include for SOFTWARE_LIST device AJR2022-01-031-1/+1
* formats, osd, util: Started refactoring file I/O stuff. (#8456) Vas Crabb2021-08-221-2/+2
* rs232: HLE updates AJR2021-01-261-1/+0
* 6522via.cpp: Distinguish some different VIA types AJR2021-01-211-2/+2
* aim65: added notes Robbbert2020-10-301-2/+10
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-7/+7
* ioport: Change PORT_CHANGED_MEMBER param type from void * to u32 (nw) AJR2019-08-151-1/+1
* via6522: Change most mappings into m() [O. Galibert] Olivier Galibert2019-07-071-2/+2
* (nw) removal of wave.h part 2 Robbbert2019-07-061-2/+2
* -imagedev/harddriv: Removed MCFG macros. [Ryan Holtz] mooglyguy2019-06-301-28/+10
* aim65: added printer display Robbbert2019-04-191-5/+21
* (nw) aim65 : added the reset button that's on the front of the unit Robbbert2019-04-171-16/+31
* aim65: modernised; fixed cassette; added TTY Robbbert2019-04-141-47/+53
* (nw) Clean up the mess on master Vas Crabb2019-03-261-22/+22
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-22/+22
* mame\drivers: removed most MACHINE_CONFIG and MCFG macros from drivers starti... Ivan Vangelista2019-03-251-2/+2
* emu\softlist_dev: removed MCFG macros (nw) Ivan Vangelista2019-01-301-1/+1
* magedev\cassette: removed MCFG macros (nw) Ivan Vangelista2019-01-221-5/+5
* src\devices\machine: more MCFG macros removal (nw) Ivan Vangelista2019-01-171-4/+4
* src/devices: more MCFG macros removal (nw) Ivan Vangelista2019-01-101-10/+10
* -ram_device: MCFG removal, nw mooglyguy2018-08-161-3/+1
* -pia6821: Removed MCFG and old devcb. [Ryan Holtz] mooglyguy2018-08-101-3/+3
* Fixed validation, nw mooglyguy2018-08-101-1/+1
* -via6522: Removed MCFG acessors, nw mooglyguy2018-08-091-6/+6
* Allow per-device internal layouts and remove some more MCFG_ macros. Vas Crabb2018-07-161-1/+1
* Move the +1 to the proper place in the ROM BIOS macros - that's been Vas Crabb2018-05-291-4/+4
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-2/+2
* (nw) remove more low-value macros and add a couple more constructor options Vas Crabb2018-05-101-2/+1
* 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-13/+13
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-5/+5
* Convert NeoGeo EL panel outputs to lamps - it uses six outputs from a 1-of-8 ... Vas Crabb2018-03-271-0/+9
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-14/+15
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-1/+1
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+1
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-2/+2
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-2/+2
* via6522: Eliminate truly ancient hack to default clock to that of first CPU (nw) AJR2017-12-071-2/+2
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-6/+6
* Self-registering devices prep: Vas Crabb2017-02-271-0/+3
* device_image_interface cleanups (nw) AJR2017-02-271-1/+1
* aim65: add 16K PROM/ROM module, 4 extra sockets required for Instant Pascal Nigel Barnes2017-02-151-7/+25
* aim65: remap DEL so it isn't on the same key as PRINT by default (nw) Vas Crabb2017-02-131-5/+4
* dl1416: clean up, support signal-level interface better, support Vas Crabb2017-02-111-6/+7
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-1/+1
* Turn image init/validate into scoped enums to avoid accidental casts to/from ... Vas Crabb2016-08-011-4/+4
* Further IRQ passthrough cleanup AJR2016-07-081-2/+2
* Replace strformat, strprintf and strcatprintf with type-safe steam_format and... Vas Crabb2016-02-281-3/+3
* clang-modernize part 7 Miodrag Milanovic2015-12-041-1/+1