summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/victor9k_fdc.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-1433/+0
* srcclean and cleanup in preparation for branching MAME 0.245 Vas Crabb2022-06-261-3/+3
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-122/+174
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-1/+1
* floppies: Turn the format arrays into function calls. Create a default "mfm"... Olivier Galibert2021-03-021-5/+5
* 6522via.cpp: Distinguish some different VIA types AJR2021-01-211-3/+3
* mame/machine: simplified some handlers (nw) Ivan Vangelista2020-04-231-19/+19
* Previous commit examples of use (nw) Olivier Galibert2018-08-021-3/+3
* -oric, pet, prodigy, rmnimbus, ssystem3, swtpc09, swyft, sym1, trvquest, tv95... mooglyguy2018-08-011-44/+44
* use plural names for output finders when there are multiple outputs (#3595) wilbertpol2018-05-271-4/+4
* Replace set_led_value and set_lamp_value with output_finders. [Wilbe… (#3592) wilbertpol2018-05-201-2/+5
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-24/+24
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-4/+5
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-5/+5
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+1
* updated mame/machine devices to device_add_mconfig (nw) Ivan Vangelista2017-05-261-14/+2
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-221-2/+2
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-90/+90
* mcs48: Convert ports to devcb (nw) AJR2017-05-061-16/+9
* Self-registering devices prep: Vas Crabb2017-02-271-1/+1
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-0/+1
* Do not use FUNC in delegate where applicable (nw) Miodrag Milanovic2016-11-061-4/+4
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-8/+8
* victor9k: Implemented SCP communications. Boots also to MS-DOS now. Promoted ... Curt Coder2016-08-141-41/+42
* victor9k: WIP. (nw) Curt Coder2016-08-141-18/+27
* victor9k: WIP. (nw) Curt Coder2016-08-141-8/+22
* victor9k: WIP. (nw) Curt Coder2016-08-141-4/+10
* victor9k: Set floppy RPM after track step. Boots to CP/M now. [Curt Coder] Curt Coder2016-08-121-0/+2
* Finished up tiny_rom_entry conversion Nathan Woods2016-08-061-1/+1
* Turn image init/validate into scoped enums to avoid accidental casts to/from ... Vas Crabb2016-08-011-4/+4
* Fixed MT #06313 Nigel Barnes2016-07-221-28/+40
* reverting: Miodrag Milanovic2016-01-201-4/+4
* tags are now strings (nw) Miodrag Milanovic2016-01-161-4/+4
* fixes (nw) Miodrag Milanovic2016-01-101-2/+2
* make output be part of driver_device (nw) Miodrag Milanovic2016-01-101-2/+2
* modernize output_manager (nw) Miodrag Milanovic2016-01-101-2/+2
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1351