summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/tiki100 (follow)
Commit message (Expand)AuthorAgeFilesLines
* finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw) Ivan Vangelista2020-06-182-4/+4
* Spring cleaning: Vas Crabb2019-11-013-30/+37
* (nw) Clean up the mess on master Vas Crabb2019-03-266-70/+51
* Revert "conflict resolution (nw)" andreasnaive2019-03-256-51/+70
* bus/newbrain, bus/tiki100, wd2010: Simplify read/write handlers (nw) AJR2019-02-196-28/+28
* devices/bus: a few more MACHINE_CONFIG macros removed (nw) Ivan Vangelista2019-02-091-6/+7
* devices\bus: some MCFG macros removal (nw) Ivan Vangelista2019-01-311-36/+16
* wd11c00_17, wd2010, wd33c93, wd7600, x76f041, x76f100, ym2148, ym3802: remove... Ivan Vangelista2018-09-041-13/+14
* devcb3 Vas Crabb2018-07-072-10/+10
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-1/+1
* proposal: move z80daisy* to devices/machine (#3572) Patrick Mackinlay2018-05-151-1/+1
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-3/+3
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-042-5/+6
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-8/+10
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-10/+10
* devices/bus: made some methods private now that it's possible (nw) Ivan Vangelista2018-02-141-5/+6
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-122-2/+4
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-172-2/+2
* another fifty device_mconfig_additions out of the way (nw) Vas Crabb2017-06-144-31/+5
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-222-4/+4
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-146-103/+99
* Self-registering devices prep: Vas Crabb2017-02-273-4/+4
* Remove emu.h from headers (nw) Olivier Galibert2017-02-116-3/+3
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-226-25/+25
* Created a tiny_rom_entry structure for the purposes of rom_entry declarations... Nathan Woods2016-08-062-2/+2
* reverting: Miodrag Milanovic2016-01-206-8/+8
* tags are now strings (nw) Miodrag Milanovic2016-01-166-8/+8
* override part 1 (nw) Miodrag Milanovic2015-12-053-16/+16
* Cleanups and version bumpmame0168 Miodrag Milanovic2015-11-251-2/+2
* fix uninitialized class members for bus devices (nw) Miodrag Milanovic2015-11-141-3/+5
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-083-0/+0
* Cleanup and version bumpmame0167 Miodrag Milanovic2015-10-285-6/+6
* tiki100: Added BUSRQ, BUSAK, and EXIN to the expansion bus. [Curt Coder] Curt Coder2015-10-163-3/+53
* tiki100: Added the expansion bus slots to the Z80 daisy chain. [Curt Coder] Curt Coder2015-10-152-33/+54
* tiki100: Added skeleton for Winchester controller. [Curt Coder] Curt Coder2015-10-143-0/+175
* tiki100: Connected the I/O space to the expansion bus, and added the 360KB fl... Curt Coder2015-10-134-15/+40
* tiki100: Added expansion bus and skeleton for 8088 card. [Curt Coder] Curt Coder2015-10-124-0/+538