summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/thomson.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-732/+0
* init a few more vars in includes Robbbert2022-04-131-77/+77
* init vars for coverity (previously missed in mame/*) Robbbert2022-04-021-5/+5
* srcclean in preparation for branching release Vas Crabb2021-04-251-1/+1
* thomson: Turn the extensions into slot devices, modernize the floppies Olivier Galibert2021-04-191-255/+269
* floppies: Turn the format arrays into function calls. Create a default "mfm"... Olivier Galibert2021-03-021-1/+1
* thomson.cpp: Initialize more state variables; clean up video code slightly AJR2020-10-301-6/+8
* Numerous drivers: Modernization and runtime tag lookup elimination AJR2020-10-181-2/+4
* drivers starting with t, u, v, w and most of drivers starting with x: removed... Ivan Vangelista2020-06-161-56/+56
* another bunch of macro removals (nw) Ivan Vangelista2020-05-191-32/+32
* thomson.cpp: Improve floppy device encapsulation (nw) AJR2019-11-101-19/+17
* thomson.cpp: Make a separate region for cartridge stuff (nw) AJR2019-10-091-0/+2
* thomson.cpp: Start cleaning up the floppy mess (nw) AJR2019-10-041-23/+4
* (nw) Clean up the mess on master Vas Crabb2019-03-261-9/+12
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-12/+9
* mame\drivers: removed MCFG and MACHINE_CONFIG macros from most drivers starti... Ivan Vangelista2019-02-191-8/+8
* Merge pull request #4484 from antoinemine/master ajrhacker2019-01-071-1/+4
|\
| * [thomson] added undocumented video mode (alternate bitmap16), tested on a rea... Antoine Miné2018-12-191-1/+4
* | Start cleaning up palette configuration: Vas Crabb2018-12-291-2/+2
|/
* src/mame: more misc MCFG removal (nw) Ivan Vangelista2018-12-041-4/+1
* -mc2661,mc68328,mc6843,mc6846: De-MCFG, nw mooglyguy2018-09-081-0/+1
* -8042kbdc, mb89352, mc6854: Removed legacy devcb accessors. [Ryan Holtz] mooglyguy2018-07-311-1/+1
* private: use (S, T, U, V) (nw) (#3720) David Haywood2018-07-011-44/+48
* Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1
* Misc cleanup, nw mooglyguy2018-06-081-6/+11
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-17/+17
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-17/+17
* -output: Removed remaining legacy output accesors from cinemat, and removed t... mooglyguy2018-04-071-1/+4
* Remove duplicates (nw) Olivier Galibert2018-02-151-2/+0
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+8
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-0/+13
* thomson.cpp: Use input_merger_device for IRQ & FIRQ (nw) AJR2017-12-011-12/+5
* updated mame/machine devices to device_add_mconfig (nw) Ivan Vangelista2017-05-261-12/+12
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-4/+6
* Convert screen_device VBLANK callback to devcb_write_line AJR2017-03-101-1/+1
* Self-registering devices prep: Vas Crabb2017-02-271-11/+13
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-1/+0
* A round of spelling/typographical fixes to source comments (nw) Scott Stone2016-11-241-4/+4
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-117/+117
* DAC WIP, started documenting the DACs in use. [smf] smf-2016-10-171-10/+4
* remove legacy forms of (required|optional)_(shared_ptr|ioport)_array Vas Crabb2016-08-251-1/+1
* reverting: Miodrag Milanovic2016-01-201-2/+2
* tags are now strings (nw) Miodrag Milanovic2016-01-161-2/+2
* removed declarations from H files that are not defined in CPP (nw) Miodrag Milanovic2015-12-251-3/+0
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-2/+2
* move mess into mame (nw) Miodrag Milanovic2015-09-301-0/+713