summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/nec (follow)
Commit message (Expand)AuthorAgeFilesLines
* pc9801: don't init egc at reset, hap2024-03-281-1/+0
* pc9801: simpler method to init m_egc struct at reset [Robbbert] hap2024-03-282-7/+5
* util/ioprocs.cpp: Added wrappers for common patterns. (#11608) Vas Crabb2024-02-251-4/+4
* nec/pce.cpp, nec/pce_cd.cpp: Cleaned up code. (#11999) cam9002024-02-135-136/+111
* nec/pc8401a.cpp: add Guru readme angelosa2024-01-291-2/+247
* srcclean and manual cleanup in preparation for release branch Vas Crabb2024-01-281-1/+1
* bus/pce: Moved Super System Card and Arcade Card to slot card devices. (#11726) cam9002024-01-265-243/+31
* nec/pc8401a.cpp: redump pc8401bd [David Stephenson] angelosa2024-01-221-1/+1
* New systems marked not working angelosa2024-01-141-17/+27
* misc: remove most \xC2 and \xC3 from input defs (didn't grep for uppercase C ... hap2023-12-231-1/+1
* nec/pc8*01.cpp: notes angelosa2023-12-222-16/+6
* nec/pc8401a.cpp: overhaul keyboard mapping angelosa2023-12-211-40/+45
* nec/pc8401a.cpp: add irq mask, add up/down and proper shift keys angelosa2023-12-201-30/+32
* nec/pc8401a.cpp: implement internal NVRAM, fix external RAM select angelosa2023-12-201-34/+52
* nec/8401a.cpp: make palette a bit better angelosa2023-12-192-8/+12
* nec/pc8401a.cpp: rework irq to be a free running timer angelosa2023-12-191-30/+23
* nec/pc8401a.cpp: modernize memory map angelosa2023-12-191-129/+65
* nec/pc8401a.cpp: cleanups angelosa2023-12-184-493/+235
* srcclean in preparation for MAME 0.261 release. Vas Crabb2023-11-262-3/+3
* nec/pc9801.cpp: misc preps for moving stuff to C-Bus and Hyper 98 angelosa2023-11-083-22/+36
* nec/pc9801.cpp: implement DMA r/w 1MB mask angelosa2023-10-283-4/+83
* New systems marked not working angelosa2023-10-281-0/+174
* nec/pc9801.cpp: fix legacy PIT mapping angelosa2023-10-271-12/+14
* nec/pc9801_kbd.cpp: confirm key labels, particularly ROLL UP and ROLL DOWN be... angelosa2023-10-271-14/+20
* pc9801: fix a20 cracyc2023-09-263-4/+2
* pc9801: fix scroll and apply reverse attribute after blink cracyc2023-07-272-4/+34
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-172-5/+0
* emu/devdelegate.h: Added resolve_safe and resolve_all_safe helpers. Vas Crabb2023-06-131-2/+2
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-0113-89/+89
* Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] MooglyGuy2023-05-234-15/+13
* cdda: Modernize a little Olivier Galibert2023-05-181-1/+1
* nec/pce_cd.cpp: unbreak no disc state angelosa2023-05-171-14/+19
* chd: Add dvd support. better abstraction in general, multi-image support in a... Olivier Galibert2023-05-042-28/+24
* pc6001: Add MCU dumps for pc6001 and pc6601sr [Mike Stedman] Dirk Best2023-04-151-6/+6
* video/huc6272.cpp: modernize handler interface (#11077) Angelo Salese2023-04-061-1/+1
* fix: MT#07261 angelosa2023-04-021-1/+12
* pc8801mk2sr, pc88va: Enable outputs to joystick pins 6 & 7 AJR2023-03-194-0/+17
* nec/pcfx.cpp: pad latches are active high, make pcfxga main menu to be usable angelosa2023-03-191-37/+43
* hash/pcecd.xml: QA notes (#10956) Angelo Salese2023-03-193-317/+432
* nec/pce.cpp, hash/pce.xml, hash/pcecd.xml, hash/tg16.xml: fix main entity des... angelosa2023-03-021-1/+1
* - vsystem/crshrace.cpp, vsystem/f1gp.cpp, vsystem/taotaido.cpp: consolidated ... Ivan Vangelista2023-02-017-21/+21
* mame/m*,n*: put drivers in anonymous namespaces where applicable, updated #if... Ivan Vangelista2023-01-197-15/+26
* sun4c, SPARC, and NCR53C90 bug fixes: (#10821) [Ryan Holtz] MooglyGuy2023-01-111-1/+1
* srcclean in preparation for 0.251 branch Vas Crabb2022-12-251-4/+4
* nec/pc8401a.cpp: update notes angelosa2022-12-231-0/+3
* pic8259: Treat slave IRQs as level-triggered even when LTIM = 0 AJR2022-12-222-18/+1
* nec/pc6001.cpp: Correct YM2203 clock AJR2022-12-221-1/+1
* nec/pc8801.cpp, nec/pc88va.cpp: default DE-9 with joystick since way more common angelosa2022-12-232-2/+2
* nec/pc88va.cpp: run irq7 thru the same 0 -> 1 logic as the other irqs, makes ... angelosa2022-12-232-4/+18
* nec/pc6001.cpp: Fix joystick multiplexing; add port outputs and HSYNC and VSY... AJR2022-12-222-6/+56