summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/notetaker.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix mistake found by shattered (nw) Lord-Nightmare2017-03-101-2/+2
* build fix (nw) Lord-Nightmare2017-03-071-0/+3
* more reduction (nw) Lord-Nightmare2017-03-071-7/+25
* Self-registering devices prep: Vas Crabb2017-02-271-0/+3
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-0/+1
* another comment fix (nw) Lord-Nightmare2016-11-241-6/+6
* A round of spelling/typographical fixes to source comments (nw) Scott Stone2016-11-241-1/+1
* cleanup of TRUE/FALSE in mame section (nw) Miodrag Milanovic2016-10-221-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-56/+56
* DAC WIP, started documenting the DACs in use. [smf] smf-2016-10-171-10/+12
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-3/+3