summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/pc1512.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-1496/+0
* Future-proofing by using correct #include for SOFTWARE_LIST device AJR2022-01-031-1/+1
* floppies: Turn the format arrays into function calls. Create a default "mfm"... Olivier Galibert2021-03-021-8/+4
* upd765: Explicitly emulate reset line AJR2020-10-021-7/+1
* pc1512: Remove PC_FDC_XT (nw) AJR2020-05-131-13/+39
* ams40041: Move PC1512 VDU emulation down into device AJR2020-05-131-28/+12
* pc1512.cpp: Simplify handler signatures (nw) AJR2020-05-011-25/+25
* Spring cleaning: Vas Crabb2019-11-011-2/+2
* (nw) removed every remaining AM_ macro I could find in comments, but one in ... Ivan Vangelista2019-10-101-1/+1
* devices/machine/ins8250.cpp : Simplify handlers, Use shorter type values cam9002019-03-301-1/+1
* (nw) Clean up the mess on master Vas Crabb2019-03-261-84/+92
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-92/+84
* upd765: Simplify read/write handlers (nw) AJR2019-03-101-2/+2
* am9513, am9517a, am9519, at_keybc, cs4031, ds128x, mc141618, wd7600: Simplify... AJR2019-03-071-2/+2
* (nw) sorry, take 2 Ivan Vangelista2019-02-251-44/+46
* volt_reg: removed MCFG macro (nw) Ivan Vangelista2019-02-121-10/+10
* emu\softlist_dev: removed MCFG macros (nw) Ivan Vangelista2019-01-301-4/+4
* output_latch: removed MCFG macros (nw) Ivan Vangelista2019-01-291-14/+18
* imagedev\floppy: removed MCFG macros (nw) Ivan Vangelista2019-01-281-4/+4
* isa: Modernize device configuration (nw) AJR2019-01-251-4/+6
* src\mame: misc MCFG removal (nw) Ivan Vangelista2018-12-031-6/+6
* pc_fdc: removed MCFG macros (nw) Ivan Vangelista2018-11-151-6/+6
* isa8, isa16: Replace MCFG_ macros with devcb3 (nw) AJR2018-11-051-22/+22
* pit8253.h: removed MCFG macros (nw) Ivan Vangelista2018-10-301-30/+30
* rs232: small start at removing MCFG macros (nw) Ivan Vangelista2018-10-171-12/+12
* space, space, space, space, space, space, space, space, mem_mask (nw) smf-2018-09-231-2/+2
* -mc146818: De-MCFG, nw mooglyguy2018-09-081-4/+4
* -in8250: De-MCFG, nw mooglyguy2018-09-041-15/+15
* -ram_device: MCFG removal, nw mooglyguy2018-08-161-5/+2
* remove lots of MCFG_ (nw) Vas Crabb2018-07-171-42/+40
* acro removal, disambiguation, debugger side effects (nw) Vas Crabb2018-06-151-2/+2
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-14/+14
* Move the +1 to the proper place in the ROM BIOS macros - that's been Vas Crabb2018-05-291-14/+14
* 32.768_kHz_XTAL != 32.768_MHz_XTAL (nw) AJR2018-05-281-1/+1
* mc146818, ds1302, ds1386, ds2404: Eliminate customized MCFG_DEVICE_ADD macros... AJR2018-05-271-14/+14
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-9/+9
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-2/+2
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-120/+120
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-6/+8
* Set finder tag relative to current device being configured rather than Vas Crabb2018-04-301-2/+2
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-39/+43
* Removed first_screen() from maria, pc1512, and kaypro. Also split pc1512 into... mooglyguy2018-03-101-137/+105
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-5/+9
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-4/+4
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-14/+14
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-6/+6
* pic8259: Break up the MCFG_PIC8259_ADD macro (nw) AJR2017-09-021-2/+6
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-15/+15
* Self-registering devices prep: Vas Crabb2017-02-271-0/+1
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-0/+1