summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/adamnet (follow)
Commit message (Expand)AuthorAgeFilesLines
* devices/bus: remove use of utf8.h hap2023-12-231-6/+4
* m6801: Move RAM, ROM and I/O areas into internal maps for all variants (inclu... AJR2023-11-117-40/+1
* Move format #includes out of header files AJR2023-10-122-1/+2
* adam_ddp: Clean up code using device finder array for cassettes AJR2023-10-122-60/+43
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-012-8/+8
* adam_spi: Hook up EPCI to CPU and RS-232 port AJR2023-05-111-3/+11
* Move UTF8_xxx string literal macros to new header in lib/util AJR2022-09-251-0/+2
* floppy: remove the intermediate allocator Olivier Galibert2022-03-301-1/+1
* floppies: Turn the format arrays into function calls. Create a default "mfm"... Olivier Galibert2021-03-022-4/+6
* Got rid of global_alloc/global_free. Vas Crabb2020-10-031-1/+1
* -imagedev/cassimg.cpp: Make the interface look something like C++. Vas Crabb2020-10-021-1/+1
* adam: fixed tic natural key Robbbert2020-09-191-1/+1
* finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw) Ivan Vangelista2020-06-182-2/+2
* another bunch of READ* / WRITE* macros removal (nw) Ivan Vangelista2020-05-2010-46/+46
* m6801: Attempt at cleaning up internal registers (nw) AJR2020-03-125-5/+5
* Replace old MC2661 device with new SCN2651/SCN2661/SCN2641 devices and make s... AJR2020-03-062-17/+7
* Spring cleaning: Vas Crabb2019-11-012-19/+16
* (nw) Clean up the mess on master Vas Crabb2019-03-263-27/+19
* Revert "conflict resolution (nw)" andreasnaive2019-03-253-19/+27
* devices\bus: removed a few unused MCFG macros (nw) Ivan Vangelista2019-01-301-11/+0
* output_latch: removed MCFG macros (nw) Ivan Vangelista2019-01-291-3/+5
* magedev\cassette: removed MCFG macros (nw) Ivan Vangelista2019-01-221-13/+14
* -bus/adam/exp, adamnet, bus/coleco, bus/crvision: Removed MCFG macros. [Ryan ... mooglyguy2018-12-211-3/+9
* Include floppy.h explicitly in drivers and bus cards, rather than indirectly ... AJR2018-11-251-0/+1
* m6801: Use devcb for ports; remove I/O space and MCFG_ macros (nw) AJR2018-10-2610-91/+44
* bus/rs232.cpp: completed removal of MCFG macros (nw) Ivan Vangelista2018-10-231-1/+1
* wd_fdc: removed MCFG macros (nw) Ivan Vangelista2018-09-061-8/+9
* wd_fdc: Simplify API. Plus some collateral damage [O. Galibert] Olivier Galibert2018-08-101-1/+1
* (nw) 6821 and 6850 have no clock for bus logic side, remove some MFCG_, fix b... Vas Crabb2018-07-131-8/+7
* acro removal, disambiguation, debugger side effects (nw) Vas Crabb2018-06-151-1/+1
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-085-16/+16
* Move the +1 to the proper place in the ROM BIOS macros - that's been Vas Crabb2018-05-291-8/+8
* wd_fdc family, msm5832: Eliminate customized MCFG_XXX_ADD macros (nw) AJR2018-05-271-2/+2
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-065-16/+16
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-043-13/+13
* 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-145-64/+74
* devices/bus: made some methods private now that it's possible (nw) Ivan Vangelista2018-02-145-45/+50
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-1210-10/+20
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-235-7/+7
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-175-5/+5
* after-market Adam FDC hacks (nw) Vas Crabb2017-08-261-4/+4
* Further improvements to slot option validation (nw) AJR2017-06-102-4/+5
* some more device_add_mconfig in devices/bus (nw) Ivan Vangelista2017-06-0710-89/+36
* Quick and dirty split of most MC6801/MC6803/HD63701 features from base M6800 ... AJR2017-05-265-5/+5
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-225-5/+5
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-1412-61/+59
* Self-registering devices prep: Vas Crabb2017-02-276-7/+7
* Remove emu.h from headers (nw) Olivier Galibert2017-02-1112-6/+6
* srcclean (nw) Vas Crabb2016-10-231-1/+1