summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/cbmiec (follow)
Commit message (Expand)AuthorAgeFilesLines
* spectrum: add "SDI" VC1541 disk interface (not working), Logitek Proceed1 notes. MetalliC2020-07-141-0/+1
* finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw) Ivan Vangelista2020-06-186-14/+14
* another bunch of READ* / WRITE* macros removal (nw) Ivan Vangelista2020-05-208-63/+62
* c64.cpp, c128.cpp: fixed CBM IEC slot address not being set when replacing de... Vas Crabb2019-11-1511-359/+314
* Spring cleaning: Vas Crabb2019-11-014-4/+4
* (nw) removed every remaining AM_ macro I could find in comments, but one in ... Ivan Vangelista2019-10-101-8/+8
* (nw) fixed "Unknown slot option '35hd' in slot 'iec11:fd4000:pc8477av1:0'" wh... Robbbert2019-07-201-1/+1
* via6522: Change most mappings into m() [O. Galibert] Olivier Galibert2019-07-075-14/+14
* srcclean (nw) Vas Crabb2019-05-263-37/+37
* c1541: Added ROMs for a bunch of 1541 clones. [Curt Coder] Curt Coder2019-05-173-1/+276
* c64: Interpod WIP. (nw) Curt Coder2019-05-132-29/+36
* c64: Added Westfalia Technica 1541 clone ROM [Curt Coder, dec_hl] Curt Coder2019-05-093-178/+223
* (nw) Clean up the mess on master Vas Crabb2019-03-2610-115/+68
* Revert "conflict resolution (nw)" andreasnaive2019-03-2510-68/+115
* 6821pia, 6840ptm, 6850acia, bus/ss50, cmi01a: Simplify read/write handlers (nw) AJR2019-02-181-2/+2
* screen.h: adddedconstructor for monochrom screens and removed MCFG_SCREEN_ADD... Ivan Vangelista2019-02-114-21/+26
* -devices/bus/bbc/1mhzbus/ieee488: Removed MACHINE_CONFIG macros, nw mooglyguy2019-02-031-8/+9
* devices\bus: some MCFG macros removal (nw) Ivan Vangelista2019-01-311-24/+0
* devices\bus: removed a few unused MCFG macros (nw) Ivan Vangelista2019-01-302-31/+0
* isa: Modernize device configuration (nw) AJR2019-01-251-1/+2
* bus/cbmiec: Improve device names (nw) AJR2019-01-234-14/+14
* src/devices: a few less MCFG macros (nw) Ivan Vangelista2019-01-142-14/+15
* -cpu/m6502: Removed MCFG macros. [Ryan Holtz] mooglyguy2018-12-171-0/+9
* upd765: Add (mostly standard) clocks to all devices in the family (nw) AJR2018-12-131-4/+4
* Include floppy.h explicitly in drivers and bus cards, rather than indirectly ... AJR2018-11-252-0/+2
* wd_fdc: removed MCFG macros (nw) Ivan Vangelista2018-09-061-2/+2
* Fixed validation, nw mooglyguy2018-08-101-4/+4
* -via6522: Removed MCFG acessors, nw mooglyguy2018-08-092-26/+24
* Previous commit examples of use (nw) Olivier Galibert2018-08-021-2/+2
* -oric, pet, prodigy, rmnimbus, ssystem3, swtpc09, swyft, sym1, trvquest, tv95... mooglyguy2018-08-011-12/+0
* -vic20: Removed MCFG and duplicated machine configs. [Ryan Holtz] mooglyguy2018-08-012-6/+38
* -c1541, c1571, c2031, c1551, rastersp: Removed MCFG and MACHINE_CONFIG usage.... mooglyguy2018-08-014-216/+144
* -abcbus/hdc, abcbus/lux21056, abcbus/lux4105, zorro/a590:, cbmiec/cmdhd, econ... mooglyguy2018-07-302-17/+14
* devcb3 Vas Crabb2018-07-071-5/+5
* more macro removal and overload disambiguation (nw) Vas Crabb2018-06-173-8/+8
* acro removal, disambiguation, debugger side effects (nw) Vas Crabb2018-06-151-2/+2
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-083-5/+5
* Move the +1 to the proper place in the ROM BIOS macros - that's been Vas Crabb2018-05-296-41/+41
* wd_fdc family, msm5832: Eliminate customized MCFG_XXX_ADD macros (nw) AJR2018-05-272-29/+33
* use plural names for output finders when there are multiple outputs (#3595) wilbertpol2018-05-276-13/+13
* Replace set_led_value and set_lamp_value with output_finders. [Wilbe… (#3592) wilbertpol2018-05-206-4/+16
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-0610-142/+142
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-046-47/+53
* Rename machine/latch.* to machine/output_latch.* (nw) AJR2018-05-021-1/+1
* Set finder tag relative to current device being configured rather than Vas Crabb2018-04-302-4/+4
* Sarayan made me do it. Vas Crabb2018-04-281-1/+1
* maps: Finish devices/bus (nw) Olivier Galibert2018-04-212-18/+21
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-149-76/+89
* devices/bus: made some methods private now that it's possible (nw) Ivan Vangelista2018-02-149-22/+34
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-1220-16/+33