summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ti99/peb/bwg.cpp
Commit message (Expand)AuthorAgeFilesLines
* -Reworked device type definition macros a little and added more Doxygen. Vas Crabb2021-09-071-1/+1
* floppies: Turn the format arrays into function calls. Create a default "mfm"... Olivier Galibert2021-03-021-4/+6
* -Switch to building MAME as C++17. Vas Crabb2020-11-151-2/+2
* ti99: Retire custom READ8Z/SETADDRESS macro. Michael Zapf2020-06-181-3/+3
* geneve: Lower-level emulation of the Geneve architecture (Gate Array, PAL, Ge... Michael Zapf2019-12-271-14/+3
* ti99/peb/bwg: Minor corrections (nw) AJR2019-06-031-3/+3
* ti99: Replace emu_timers by monoflop circuits. (nw) Michael Zapf2019-04-111-38/+18
* ti99: Use 74LS259 latch circuit instead of members in BwG controller. (nw) Michael Zapf2019-04-111-185/+157
* (nw) Clean up the mess on master Vas Crabb2019-03-261-6/+6
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-6/+6
* bus/ti99, geneve, ti99_[various]: Eliminate address space and mem_mask argume... AJR2019-03-071-4/+4
* tms9900, tms9980a, tms9995: CRU addressing change AJR2019-03-011-2/+2
* ti99: Added guards against selecting non-existing drives. Michael Zapf2018-10-141-14/+25
* ti99: Kill some more MCFGs. (nw) Michael Zapf2018-08-211-10/+7
* ti99: Further devcb3 works (nw). Michael Zapf2018-08-181-3/+1
* -ram_device: MCFG removal, nw mooglyguy2018-08-161-3/+1
* ti99: Steps towards devcb3, wip. (nw) Michael Zapf2018-08-111-3/+3
* ti99: Modernized logging. (nw) Michael Zapf2018-08-111-67/+48
* wd_fdc: Simplify API. Plus some collateral damage [O. Galibert] Olivier Galibert2018-08-101-2/+2
* wd_fdc family, msm5832: Eliminate customized MCFG_XXX_ADD macros (nw) AJR2018-05-271-1/+1
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-2/+2
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-5/+6
* Grammar police (nw) Olivier Galibert2018-02-241-3/+3
* 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-171-1/+1
* finally got rid of machine_mconfig_additions (nw) Ivan Vangelista2017-06-141-11/+6
* ti99: Architectural cleanup for slot devices; constant renaming Michael Zapf2017-06-081-4/+5
* ti99: Wrapped into namespaces; minor rearrangement Michael Zapf2017-05-231-1/+5
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-221-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-0/+729