summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ibmpcjr.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-4/+8
* API change: Memory maps are now "last entry wins" [O. Galibert] Olivier Galibert2018-01-311-1/+1
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-5/+5
* memory: Deambiguate handlers, also a hint of things to come (nw) Olivier Galibert2018-01-191-1/+1
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-2/+4
* ibmpcjr : added quiksilver fast-boot bios Robbbert2017-10-281-1/+4
* pic8259: Break up the MCFG_PIC8259_ADD macro (nw) AJR2017-09-021-1/+2
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-2/+2
* Self-registering devices prep: Vas Crabb2017-02-271-13/+17
* device_image_interface cleanups (nw) AJR2017-02-271-1/+1
* ibmpcjr: Add Fraction Fever to cart softlist, hook up ibm5150 softlist, move ... Justin Kerk2017-01-161-1/+2
* replaced machine().driver_data()->generic_space() with machine().dummy_space(... smf-2016-11-031-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-21/+21
* Turn image init/validate into scoped enums to avoid accidental casts to/from ... Vas Crabb2016-08-011-4/+4
* Cleanups and version bump Miodrag Milanovic2016-07-271-1/+1
* 3 more fixes (nw) Ivan Vangelista2016-07-041-1/+2
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-1/+1
* Cleanups and version bump Miodrag Milanovic2016-03-301-1/+1
* pc: simplify somewhat the pcs/clones and enable configs with less than 640k r... cracyc2016-03-041-17/+23
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* removed declarations from H files that are not defined in CPP (nw) Miodrag Milanovic2015-12-251-1/+0
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-2/+2
* clang-modernize part 4 Miodrag Milanovic2015-12-041-4/+4
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+708