summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/notetaker.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* notetaker.cpp: ...but there is no memory share, oops (nw) AJR2019-11-211-5/+6
* notetaker.cpp: Replace fake ROM region with memory share (nw) AJR2019-11-211-8/+23
* (nw) removed every remaining AM_ macro I could find in comments, but one in ... Ivan Vangelista2019-10-101-2/+2
* (nw) misc cleanup: Vas Crabb2019-09-201-1/+1
* (nw) Clean up the mess on master Vas Crabb2019-03-261-17/+24
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-24/+17
* volt_reg: set default m_output (nw) hap2019-02-191-1/+0
* misc MCFG and MACHINE_CONFIG macro removal (nw) Ivan Vangelista2019-02-131-10/+11
* screen.h: adddedconstructor for monochrom screens and removed MCFG_SCREEN_ADD... Ivan Vangelista2019-02-111-2/+4
* ay31015: Remove baud clock generation from device emulation (not a built-in U... AJR2019-02-101-4/+9
* imagedev\floppy: removed MCFG macros (nw) Ivan Vangelista2019-01-281-1/+1
* Start cleaning up palette configuration: Vas Crabb2018-12-291-1/+1
* Include floppy.h explicitly in drivers and bus cards, rather than indirectly ... AJR2018-11-251-0/+1
* machine/pic8259.h: removed MCFG macros (nw) Ivan Vangelista2018-10-311-17/+16
* update and fix various comments (nw) Lord-Nightmare2018-09-131-2/+2
* tms9927: Eliminate MCFG macros and register_postload; remove "wr_" from callb... AJR2018-09-111-6/+6
* wd_fdc: removed MCFG macros (nw) Ivan Vangelista2018-09-061-1/+1
* notetaker: Add UART interrupts (nw) AJR2018-07-271-7/+9
* stronger private: use (N, O, P, Q, R) (#3717) David Haywood2018-06-301-8/+12
* 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-21/+21
* Move the +1 to the proper place in the ROM BIOS macros - that's been Vas Crabb2018-05-291-4/+4
* wd_fdc family, msm5832: Eliminate customized MCFG_XXX_ADD macros (nw) AJR2018-05-271-10/+10
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-10/+7
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+2
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-10/+10
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-4/+5
* Cleanup some AM_RANGE in comments (nw) Olivier Galibert2018-04-211-14/+14
* maps: Finish mame/drivers (nw) Olivier Galibert2018-04-191-35/+39
* remove unnecessary acrobatics (nw) smf-2018-04-131-3/+3
* srcclean and regenerate localisations (nw) Vas Crabb2018-03-251-9/+9
* (nw) Housekeeping. Robbbert2018-03-071-1/+2
* notetaker.cpp: WIP, adding beginning of EmulatorCPU 8086 hookup, and some cod... Lord-Nightmare2018-03-061-164/+130
* notetaker.cpp: fixed typo (nw) Ivan Vangelista2018-03-051-2/+2
* notetakr: Use new-style UART handlers (nw) AJR2018-03-041-28/+4
* ay31015: Replace generic pin setters and getters with READ_LINE and WRITE_LIN... AJR2018-02-201-32/+32
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-2/+4
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-12/+12
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+2
* This causes huge changes in behaviour that can't be hand-waved away. Vas Crabb2018-01-131-1/+3
* New way to provide DAC reference inputs (nw) AJR2018-01-101-3/+1
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-10/+10
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-10/+10
* get rid of legacy BITSWAP* (nw) Vas Crabb2017-12-131-10/+10
* (nw) srcclean - please use UTF-8 for source files, stuff that isn't valid UTF... Vas Crabb2017-09-241-11/+11
* notetaker.cpp: add more credits, clean up comments. (nw) Lord-Nightmare2017-09-171-23/+55
* notetaker.cpp: add the disk data separator state machine prom, based on the s... Lord-Nightmare2017-09-171-1/+1
* notetaker.cpp: update notes, add more info about the emulator processor, add ... Lord-Nightmare2017-09-151-33/+72
* 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-6/+5