summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/vis.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-1045/+0
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-3/+6
* init vars for coverity (drivers) Robbbert2022-03-301-1/+1
* init vars for coverity Robbbert2022-03-231-16/+16
* vga: made video RAM size configurable at machine configuration (#9289) Ivan Vangelista2022-02-091-0/+1
* uismall.bdf: Added 57 glyphs (mostly arrow symbols). Vas Crabb2022-02-011-2/+4
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-2/+2
* vis: last 2 buttons cracyc2022-01-241-2/+2
* vis: more pad work cracyc2022-01-241-7/+11
* New software list for the Tandy/Memorex VIS (#9202) r092022-01-241-0/+3
* vis: fix cd audio, add yuv422 and fix controls cracyc2022-01-241-12/+59
* vis: make memcard writing work cracyc2021-06-251-5/+20
* vis: try again to fix the sound cracyc2021-06-231-3/+3
* vis: fix card comms and crc cracyc2021-06-231-8/+34
* vis: add memory card device cracyc2021-06-221-4/+17
* vis: clear curcount if count is reloaded cracyc2021-06-211-1/+3
* vis: fix video in sherlock homes cracyc2021-06-201-3/+4
* ymfm: Refactor new FM engine into a 3rdparty library (#8046) Aaron Giles2021-05-141-1/+1
* New BSD-licensed OPL/OPLL (YM3526, YM3812, YM2413, Y8950, YMF262, etc) cores ... Aaron Giles2021-04-021-1/+1
* vis: partially try to fix MT7912 cracyc2021-03-311-3/+3
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-141-1/+1
* pc_kbdc: Merge "PC KBDC" device with slot connector AJR2020-12-221-2/+1
* volt_reg: Remove uses that are not needed anymore with the recent (#7367) Aaron Giles2020-10-201-7/+0
* Cleaned up bitmap API. Vas Crabb2020-09-271-9/+8
* drivers starting with t, u, v, w, x: more macro removal + some others (nw) Ivan Vangelista2020-06-041-4/+4
* pc_vga & co.: Simplify 8-bit handler signatures (nw) AJR2020-05-311-39/+39
* removed more dummy_space() calls (nw) smf-2020-04-021-2/+2
* More region width fixes (nw) AJR2019-11-161-1/+1
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-4/+4
* 8042kbdc: only include mouse on ps2 keyboards, avoids extra invalid mouse dev... cracyc2019-08-201-1/+1
* (nw) Clean up the mess on master Vas Crabb2019-03-261-2/+1
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-1/+2
* volt_reg: set default m_output (nw) hap2019-02-191-1/+0
* Remove unnecessary address_space arguments on FM sound chips read/write handlers cam9002019-01-311-1/+1
* attotime::from_ticks: on 0hz return attotime::never instead of crashing (nw) hap2018-11-111-1/+1
* vis: fix display in 256 color mode and add buttons 1 and 2 [Carl] cracyc2018-08-071-2/+5
* -8042kbdc, mb89352, mc6854: Removed legacy devcb accessors. [Ryan Holtz] mooglyguy2018-07-311-44/+55
* private: use (S, T, U, V) (nw) (#3720) David Haywood2018-07-011-4/+9
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-6/+6
* vis.cpp : Fix sample rate divider (#3622) cam9002018-05-301-2/+1
* Move the +1 to the proper place in the ROM BIOS macros - that's been Vas Crabb2018-05-291-1/+0
* vis: somewhat better sound (nw) cracyc2018-05-281-24/+26
* diexec: Interrupt API changes (nw) AJR2018-05-181-1/+1
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-1/+1
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+2
* vis: fix assert (nw) cracyc2018-05-061-1/+1
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-12/+13
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-6/+7
* Set finder tag relative to current device being configured rather than Vas Crabb2018-04-301-6/+4
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-26/+28