summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ibmpcjr.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-732/+0
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-80/+80
* init vars for coverity (drivers/i) Robbbert2022-03-251-19/+19
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-2/+2
* Future-proofing by using correct #include for SOFTWARE_LIST device AJR2022-01-031-1/+1
* formats, osd, util: Started refactoring file I/O stuff. (#8456) Vas Crabb2021-08-221-1/+1
* ibmpcjr: fix cpu clock cracyc2021-05-311-1/+1
* ibmpcjr: fix pcjr and pcjx cracyc2020-11-221-1/+1
* machine/pckeybrd.cpp: Internalize input ports AJR2020-10-151-2/+0
* upd765: Explicitly emulate reset line AJR2020-10-021-2/+1
* ibmpcjr: added ability to cassette save from rom basic. Robbbert2020-08-191-0/+2
* drivers starting with i, j, k, l and m: more macro removal (nw) Ivan Vangelista2020-05-281-10/+10
* more macro removal (nw) Ivan Vangelista2020-05-191-4/+4
* Reduce dependencies on pc_fdc_interface and machine/pc_fdc.h (nw) AJR2020-04-071-1/+0
* devices/machine: simplified handlers for various devices (nw) Ivan Vangelista2020-03-241-1/+1
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-2/+2
* -imagedev/harddriv: Removed MCFG macros. [Ryan Holtz] mooglyguy2019-06-301-11/+7
* (nw) Clean up the mess on master Vas Crabb2019-03-261-27/+24
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-24/+27
* divideo.h : Remove MCFG_VIDEO_SET_SCREEN usage (#4667) cam9002019-02-251-6/+3
* volt_reg: removed MCFG macro (nw) Ivan Vangelista2019-02-121-1/+2
* sn76496.cpp : Remove unnecessary handler, Remove unnecessary arguments in ste... cam9002019-02-021-1/+1
* emu\softlist_dev: removed MCFG macros (nw) Ivan Vangelista2019-01-301-3/+3
* imagedev\floppy: removed MCFG macros (nw) Ivan Vangelista2019-01-281-12/+9
* magedev\cassette: removed MCFG macros (nw) Ivan Vangelista2019-01-221-2/+2
* get rid of the rest of the digfx MCFG as well (nw) Vas Crabb2019-01-071-2/+4
* Start cleaning up palette configuration: Vas Crabb2018-12-291-2/+2
* -bus/a7800/a78_slot, bus/astrocde/exp, slot, pc_joy/pc_joy, vcs/vcs_slot, : R... mooglyguy2018-12-181-1/+1
* upd765: Add (mostly standard) clocks to all devices in the family (nw) AJR2018-12-131-1/+1
* machine/pic8259.h: removed MCFG macros (nw) Ivan Vangelista2018-10-311-6/+6
* pit8253.h: removed MCFG macros (nw) Ivan Vangelista2018-10-301-6/+6
* rs232: another batch of MCFG removal (nw) Ivan Vangelista2018-10-221-6/+6
* pc_lpt, upd765: removed MCFG macros (nw) Ivan Vangelista2018-09-281-6/+6
* pcjr.cpp: Add null_modem and terminal to serport options. (#4028) Thomas Cherryhomes2018-09-261-0/+4
* Re-write serial mouse support: Vas Crabb2018-09-191-3/+6
* -in8250: De-MCFG, nw mooglyguy2018-09-041-5/+5
* -i8255: Removed MCFG, nw mooglyguy2018-09-031-4/+4
* -ram_device: MCFG removal, nw mooglyguy2018-08-161-6/+2
* move more stuff behind private: (Part H, I, J) (nw) (#3707) David Haywood2018-06-271-3/+6
* ibmpcjr: Replace the hard floppy reset by a soft_reset. (nw) Michael Zapf2018-06-181-1/+1
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-4/+4
* Move the +1 to the proper place in the ROM BIOS macros - that's been Vas Crabb2018-05-291-5/+5
* Assorted machine().device removals, nw Ryan Holtz2018-05-271-1/+1
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-4/+4
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-6/+5
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+1
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-27/+27
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-9/+11
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-38/+42
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-1/+2