summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/x68k (follow)
Commit message (Expand)AuthorAgeFilesLines
* osd/osdnet.cpp: Removed dependency from OSD network device to libemu. (#12058) Vas Crabb2024-02-251-2/+3
* Change parameter type for device_network_interface::set_mac from char * to u8 * AJR2023-09-191-2/+5
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-6/+0
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-013-9/+9
* mpc3000,segas32,x68k: switch to nscsi mb89352 implementation Patrick Mackinlay2023-04-052-38/+32
* emumem: Simplify memory management. [O. Galibert] Olivier Galibert2020-11-021-5/+3
* finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw) Ivan Vangelista2020-06-186-15/+15
* dp8390: Eliminate CS line handler; use separate read and write handlers inste... AJR2020-06-041-12/+7
* last batch of changes to make the https://github.com/mamedev/mame/tree/devcb-... Ivan Vangelista2020-05-212-10/+10
* devices/machine: simplified handlers for various devices (nw) Ivan Vangelista2020-03-242-4/+4
* Spring cleaning: Vas Crabb2019-11-012-23/+6
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-263-3/+3
* x68000: Overhaul interrupt handling; add second expansion slot AJR2019-06-198-8/+40
* (nw) Clean up the mess on master Vas Crabb2019-03-265-50/+46
* Revert "conflict resolution (nw)" andreasnaive2019-03-255-46/+50
* bus/x68k: Use object finder to get at CPU address space (nw) AJR2019-02-265-13/+14
* devices/bus: a few more MACHINE_CONFIG macros removed (nw) Ivan Vangelista2019-02-091-3/+4
* devices\bus: some MCFG macros removal (nw) Ivan Vangelista2019-01-311-21/+14
* midi: remove MCFG macros (nw) Ivan Vangelista2019-01-191-7/+7
* src/devices: a few less MCFG macros (nw) Ivan Vangelista2019-01-141-6/+7
* wd11c00_17, wd2010, wd33c93, wd7600, x76f041, x76f100, ym2148, ym3802: remove... Ivan Vangelista2018-09-041-3/+3
* -abcbus/hdc, abcbus/lux21056, abcbus/lux4105, zorro/a590:, cbmiec/cmdhd, econ... mooglyguy2018-07-302-13/+15
* devcb3 Vas Crabb2018-07-071-4/+4
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-063-7/+7
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-8/+8
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-1/+1
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-173-3/+3
* srcclean (nw) Vas Crabb2017-06-253-7/+7
* - Add preliminary Yamaha YM3802 MIDI controller mahlemiut2017-06-213-1/+123
* another fifty device_mconfig_additions out of the way (nw) Vas Crabb2017-06-144-27/+17
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-222-2/+2
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-146-40/+50
* rand() corrections in src/devices/* (nw) hap2017-04-261-1/+1
* Self-registering devices prep: Vas Crabb2017-02-273-3/+3
* Remove emu.h from headers (nw) Olivier Galibert2017-02-113-3/+0
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-226-11/+11
* Created a tiny_rom_entry structure for the purposes of rom_entry declarations... Nathan Woods2016-08-062-2/+2
* Memory fun [O.Galibert] Olivier Galibert2016-06-141-3/+3
* Revert software-installed slot/image options when changing software AJR2016-04-041-1/+0
* reverting: Miodrag Milanovic2016-01-206-6/+6
* tags are now strings (nw) Miodrag Milanovic2016-01-166-6/+6
* override part 1 (nw) Miodrag Milanovic2015-12-053-9/+9
* Cleanups and version bumpmame0168 Miodrag Milanovic2015-11-251-1/+1
* fix uninitialized class members for bus devices (nw) Miodrag Milanovic2015-11-143-3/+4
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-083-0/+0
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-136-0/+578