summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/wangpc (follow)
Commit message (Expand)AuthorAgeFilesLines
* finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw) Ivan Vangelista2020-06-182-20/+20
* z80dart: Replace old device with new variant of modern SIO emulation AJR2020-02-291-1/+0
* Eliminate legacy Z80 SIO emulation AJR2020-02-234-6/+7
* Spring cleaning: Vas Crabb2019-11-012-29/+32
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-262-2/+2
* (nw) removed every remaining AM_ macro I could find in comments, but one in ... Ivan Vangelista2019-10-101-12/+12
* mc6845: Use standard device method to adjust input clock (nw) AJR2019-04-281-2/+2
* z80ctc, z80dart, z80sio: Simplify read/write handlers (nw) AJR2019-03-272-12/+12
* (nw) Clean up the mess on master Vas Crabb2019-03-2618-211/+179
* Revert "conflict resolution (nw)" andreasnaive2019-03-2518-179/+211
* mame\drivers: removed most MCFG and MACHINE_CONFIG macros from drivers starti... Ivan Vangelista2019-03-015-5/+5
* bus/wangpc, upd7220: Eliminate address_space arguments from handlers (nw) AJR2019-02-2518-116/+116
* mc6845, crtc_ega: Simplify read/write handlers (nw) AJR2019-02-192-5/+5
* (nw) clean up trivial stuff - the device delegate boilerplate is ugly, I will... Vas Crabb2019-02-191-2/+2
* screen.h: adddedconstructor for monochrom screens and removed MCFG_SCREEN_ADD... Ivan Vangelista2019-02-111-8/+9
* devices/bus: a few more MACHINE_CONFIG macros removed (nw) Ivan Vangelista2019-02-093-19/+21
* devices\bus: some MCFG macros removal (nw) Ivan Vangelista2019-01-311-56/+21
* Start cleaning up palette configuration: Vas Crabb2018-12-291-1/+1
* mc6845, upd7220: removed MCFG macros (nw) Ivan Vangelista2018-11-203-19/+21
* z80ctc: removed MCFG macros (nw) Ivan Vangelista2018-09-032-13/+15
* z80daisy: finished removing MCFG macro (nw) Ivan Vangelista2018-08-314-12/+12
* z80daisy_generic, z80dart, z80dma: removed MCFG macros (nw) Ivan Vangelista2018-08-301-3/+3
* z80dart.cpp, z80dma.cpp: started removing MCFG macros (nw) Ivan Vangelista2018-08-291-4/+5
* devcb3 Vas Crabb2018-07-071-10/+10
* Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-6/+6
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-064-8/+8
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-042-11/+12
* Sarayan made me do it. Vas Crabb2018-04-281-1/+1
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-143-46/+52
* destaticify initializations (nw) (#3289) wilbertpol2018-03-042-29/+22
* devices/bus: made some methods private now that it's possible (nw) Ivan Vangelista2018-02-143-18/+20
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-126-6/+12
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-234-7/+7
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-177-7/+7
* Eliminate custom MCFG_Z80DART_ADD/Z80SIO_ADD macros (nw) AJR2017-09-242-3/+3
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-031-4/+4
* finally got rid of machine_mconfig_additions (nw) Ivan Vangelista2017-06-141-2/+1
* another fifty device_mconfig_additions out of the way (nw) Vas Crabb2017-06-1414-122/+31
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-227-14/+14
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-1418-102/+96
* Self-registering devices prep: Vas Crabb2017-02-279-10/+16
* Remove emu.h from headers (nw) Olivier Galibert2017-02-1118-9/+9
* Improvements to rgb_t (nw) AJR2016-10-223-5/+5
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-2218-137/+137
* Created a tiny_rom_entry structure for the purposes of rom_entry declarations... Nathan Woods2016-08-068-8/+8
* Eliminate device_t::static_config, a type-unsafe legacy feature. AJR2016-04-142-2/+2
* Add support to adjust the screen color Dirk Best2016-03-121-2/+2
* reverting: Miodrag Milanovic2016-01-2018-20/+20
* tags are now strings (nw) Miodrag Milanovic2016-01-1618-20/+20