summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/notetaker.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Cleanups and version bump Miodrag Milanovic2016-03-301-12/+12
* symbolics: init ram to 0xFFFF instead of 0 and try to emulate one i/o registe... Lord-Nightmare2016-03-231-1/+1
* update an obsolete TODO (nw) Lord-Nightmare2016-03-201-1/+1
* random comment update (nw) Lord-Nightmare2016-03-201-0/+1
* NoteTaker: More floppy hookup, started tracing video writes. [Lord Nightmare] Lord-Nightmare2016-03-141-32/+72
* NoteTaker: Begin to hook up DiskReg register. [Lord Nightmare] Lord-Nightmare2016-03-131-3/+67
* Add support to adjust the screen color Dirk Best2016-03-121-1/+1
* NoteTaker: Attached FDC and floppy drive. [Lord Nightmare] Lord-Nightmare2016-03-101-4/+23
* NoteTaker: Fix another typo in bios 1.5, no longer runs off into the weeds an... Lord-Nightmare2016-03-101-1/+1
* remove outdated comment (nw) Lord-Nightmare2016-03-091-1/+0
* NoteTaker: Hooked up screen framebuffer. Hacked the Odd/Even interrupt so scr... Lord-Nightmare2016-03-091-12/+56
* forgot to hit save, just comment changes (nw) Lord-Nightmare2016-03-081-2/+5