summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/v9938.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* video/v9938.cpp: QA notes angelosa2023-11-271-2/+4
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-1/+0
* Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] MooglyGuy2023-05-231-9/+9
* video/v9938.cpp: Implemented V9958 registers 26 and 27 for graphic23 and grap... wilbertpol2022-12-031-59/+103
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-3/+3
* v9938: Fix out-of-bounds errors from invalid command writes in certain modes AJR2022-04-021-4/+2
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-1/+1
* Cleaned up bitmap API. Vas Crabb2020-09-271-3/+3
* big10.cpp, kas89.cpp, kurukuru.cpp, tonton.cpp: enabled save state support. Ivan Vangelista2020-07-021-5/+44
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-1/+1
* ti99: Changed busmouse to a push behaviour; the real V9938 does not regularly... Michael Zapf2019-08-141-6/+21
* (nw) Clean up the mess on master Vas Crabb2019-03-261-2/+2
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-2/+2
* tms9928a, v9938: Remove space and mem_mask from read/write handlers (nw) AJR2019-03-091-2/+2
* (nw) fix stuff: Vas Crabb2018-11-291-4/+4
* v9938/v9958: Eliminate MCFG macros (nw) AJR2018-09-081-0/+20
* maps: Finish devices/video (nw) Olivier Galibert2018-04-201-4/+5
* de-staticify initializations for src/devices/video (#3270) wilbertpol2018-02-251-5/+0
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-2/+2
* Improved logging options with logmacro. Michael Zapf2018-02-051-15/+29
* geneve: v9938 should abort a command when the mode is switched before complet... Michael Zapf2018-01-081-0/+19
* Privatize m_screen and other variables of device_video_interface (nw) AJR2018-01-051-4/+4
* v9938: Bury this inaccurate kludge for good (nw) AJR2017-11-061-19/+0
* v9938, v9958: Convert to use RGB32 bitmaps AJR2017-11-051-146/+104
* sothello.cpp: very minor cleanups + preparation for save state support (nw) Ivan Vangelista2017-10-281-0/+1
* One-liner conditional comment nit-picky (nw) angelosa2017-07-161-2/+2
* make device_memory_interface slightly less of a special case, use a typedef t... Vas Crabb2017-07-101-2/+2
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-031-0/+7
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-25/+23
* v9938: A little cleanup (nw) AJR2017-04-061-81/+81
* New device interface for palettes AJR2017-04-061-42/+12
* Device validation fixes: all the rest (nw) AJR2017-03-031-1/+1
* Self-registering devices prep: Vas Crabb2017-02-271-2/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-89/+89
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-1/+1
* reverting: Miodrag Milanovic2016-01-201-3/+3
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-201-1/+1
* Revert "some additional (nw)" Miodrag Milanovic2016-01-201-1/+1
* some additional (nw) Miodrag Milanovic2016-01-161-1/+1
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-161-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-3/+3
* clang-modernize part 3 Miodrag Milanovic2015-12-041-22/+22
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+3082