summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/pc2000.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-1151/+0
* Future-proofing by using correct #include for SOFTWARE_LIST device AJR2022-01-031-1/+1
* pce220.cpp: split HD61202 and SED1560 into separate devices. [Sandro Ronco] Sandro Ronco2020-10-311-3/+14
* Cleaned up bitmap API. Vas Crabb2020-09-271-4/+4
* geniusjr.cpp, glcx.cpp, pc2000.cpp: Document more alternate versions AJR2020-07-201-0/+5
* drivers starting with p, q, r and s: some macro removal (nw) Ivan Vangelista2020-06-031-24/+24
* pc2000.cpp: Move 'pc2000s' to use a SED1278-0B instead of an HD44780 (nw) ClawGrip2020-05-151-22/+36
* New clones marked as NOT_WORKING (#5891) ClawGrip2019-11-101-0/+7
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-1/+1
* geniusjr.cpp, pc2000.cpp: Update notes (nw) AJR2019-09-051-0/+9
* gln: Driver transplant (nw) AJR2019-08-251-6/+0
* hd44780: Add alternate interface using direct writes to bus control lines (nw) AJR2019-08-251-4/+4
* -imagedev/harddriv: Removed MCFG macros. [Ryan Holtz] mooglyguy2019-06-301-4/+3
* (nw) Clean up the mess on master Vas Crabb2019-03-261-1/+1
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-1/+1
* (nw) sorry, take 2 Ivan Vangelista2019-02-251-1/+1
* Start cleaning up palette configuration: Vas Crabb2018-12-291-3/+8
* -bus/gameboy/gb_slot, ieee488/hp9895, psx/gamebooster, snes/sgb: Removed MCFG... mooglyguy2018-12-171-70/+68
* mu100: Make some noise [O. Galibert] Olivier Galibert2018-11-051-4/+4
* Better support for screen orientation/geometry: Vas Crabb2018-07-261-2/+0
* Allow per-device internal layouts and remove some more MCFG_ macros. Vas Crabb2018-07-161-2/+2
* Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-11/+11
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-2/+2
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-18/+18
* 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-11/+11
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-40/+45
* make pc2000 I/O ports optional until pc1000 is untangled from it properly, re... Vas Crabb2018-03-031-14/+14
* another pile of cleanup (nw) Vas Crabb2018-03-021-51/+84
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-5/+10
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-5/+10
* 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-6/+12
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-22/+22
* Self-registering devices prep: Vas Crabb2017-02-271-13/+18
* 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-1/+1
* hd44780_pixel_update_func to delegate (nw) Miodrag Milanovic2016-05-061-4/+6
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-2/+2
* corrected software list connection for snotec, snotecex, pc1000 and ordisava sparrowred2016-02-031-0/+1
* Time for more this==NULL fixes therealmogminer@gmail.com2016-01-231-6/+4
* BEEP device clock() added, instead of default frequency of 3250 hap2016-01-211-1/+1
* reverting: Miodrag Milanovic2016-01-201-4/+4
* tags are now strings (nw) Miodrag Milanovic2016-01-161-4/+4
* Added 10 new cart dumps for PreComputer 1000. [TeamEurope] Sandro Ronco2016-01-131-2/+10
* New NOT WORKING systems Sandro Ronco2016-01-131-0/+6
* fixes (nw) Miodrag Milanovic2016-01-101-7/+7
* make output be part of driver_device (nw) Miodrag Milanovic2016-01-101-7/+7
* modernize output_manager (nw) Miodrag Milanovic2016-01-101-7/+7