summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tispeak.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-1909/+0
* b5000: rename base class to rw5000 hap2022-03-281-2/+0
* init vars for coverity (drivers/t,u) Robbbert2022-03-251-3/+3
* hh*: add private: section to classes hap2022-02-191-26/+25
* Future-proofing by using correct #include for SOFTWARE_LIST device AJR2022-01-031-1/+1
* formats, osd, util: Started refactoring file I/O stuff. (#8456) Vas Crabb2021-08-221-1/+1
* New working machines hap2021-07-131-18/+18
* removed some UTF8_ macro usage hap2020-07-231-7/+7
* misc: use u8 prefix for UTF8 strings, no need for escapes for chars below end... hap2020-07-231-2/+2
* another bunch of macro removals (nw) Ivan Vangelista2020-05-191-25/+25
* devices/sound: more handler simplification (nw) Ivan Vangelista2020-03-121-4/+4
* (nw) Dick Smith info Robbbert2020-03-011-0/+10
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-6/+6
* -imagedev/harddriv: Removed MCFG macros. [Ryan Holtz] mooglyguy2019-06-301-8/+8
* rename function (nw) hap2019-06-171-9/+9
* tispellb/tispeak: use pwm_display_device (nw) hap2019-06-171-19/+5
* hh*: using pwm_display_device for some drivers (nw) hap2019-06-151-3/+3
* screenless: make it a device (nw) hap2019-06-141-1/+1
* cking_master, cxg_ch2001: move from chessbase to screenless (nw) hap2019-06-121-0/+1
* add screenless base class (nw) hap2019-06-121-4/+1
* New working machine added hap2019-04-161-2/+2
* ay8910: changed my mind on prev i/o bandaid, it's too dangerous: port read ca... hap2019-04-071-2/+5
* (nw) Clean up the mess on master Vas Crabb2019-03-261-115/+142
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-142/+115
* tispeak: add note (nw) hap2019-03-201-2/+2
* New working machine added hap2019-03-081-4/+5
* tms1000: move tms0270 devcb binders to base class (nw) hap2019-03-011-10/+10
* tispeak: might as well keep in the old method too (nw) hap2019-03-011-2/+6
* tispeak: keep this in (nw) hap2019-02-281-2/+12
* tispeak: change tntell overlay code method (nw) hap2019-02-281-99/+110
* tispeak: fix tntell regression (nw) hap2019-02-281-0/+1
* remove some unnneeded void* cast (nw) hap2019-02-261-10/+10
* -bus/a2bus/a2echoii, a800/a800_slot, a8sio: Removed MCFG macros. [Ryan Holtz] mooglyguy2018-12-171-76/+78
* -tms1xxx: Removed MCFG macros. mooglyguy2018-12-071-26/+23
* steppers, tc009xlvc, te7750, tmp68301, tms1024, tms6100, bfm_dm01: removed MC... Ivan Vangelista2018-10-251-9/+9
* Allow per-device internal layouts and remove some more MCFG_ macros. Vas Crabb2018-07-161-8/+8
* private: use (S, T, U, V) (nw) (#3720) David Haywood2018-07-011-2/+1
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-31/+31
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-4/+4
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-38/+38
* Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-031-3/+3
* another pile of cleanup (nw) Vas Crabb2018-03-021-33/+44
* New working software list additions hap2018-02-271-4/+4
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-16/+25
* search-replace .0_?Hz_XTAL to _?Hz_XTAL (nw) hap2018-01-261-1/+1
* convert XTAL(x) to x_XTAL in some of my drivers (nw) hap2018-01-251-1/+1
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-1/+1
* cleanup some mconfig decl. (nw) hap2018-01-211-8/+10
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-14/+29
* tispeak: Added correct Speak & Spell 1978 MCU ROM. [Sean Riddle] hap2017-12-221-19/+19