summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/zeus2.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-0/+1
* Soul-crushingly frustrating clean-up: Vas Crabb2021-12-011-23/+21
* video/voodoo.cpp: Major rewrite: (#8267) Aaron Giles2021-07-091-1/+1
* devices\video: simplify handlers for a few devices (nw) Ivan Vangelista2020-03-061-2/+2
* midzeus.cpp, zeus2: Bring static variables inside class; eliminate auto_alloc... AJR2019-09-111-4/+4
* cleanup, follow-up, fixup - remember to use debug builds when doing bulk conv... Vas Crabb2018-09-051-2/+0
* Misc cleanup from MCFG removal (nw). Ted Green2018-09-041-9/+0
* midzeus: MCFG removal and other cleanup (nw) Ted Green2018-09-041-0/+3
* devcb3 Vas Crabb2018-07-071-2/+2
* de-staticify initializations for src/devices/video (#3270) wilbertpol2018-02-251-4/+4
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-1/+1
* Privatize m_screen and other variables of device_video_interface (nw) AJR2018-01-051-3/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-8/+8
* srcclean (nw) Vas Crabb2017-04-231-8/+8
* midwayic: Block register updates until unlocked. (nw) Ted Green2017-04-221-2/+0
* zeus2: Handle buffer wrapping during frame clear. Select quad size based on m... Ted Green2017-04-191-0/+2
* zeus2: Don't include texture information on normal builds to reduce exe size.... Ted Green2017-04-121-1/+1
* zeus2: WIP. Working on depth buffering. (nw) Ted Green2017-04-121-4/+4
* zeus2: Added texture lookup for RGB555 direct color type. (nw) Ted Green2017-04-031-0/+1
* zeus2: WIP Fixed waveram0 write. Change conversion to screen coordinates. Add... Ted Green2017-04-021-8/+47
* zeus2: Better texture lookup. (nw) Ted Green2017-03-171-5/+14
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-1/+0
* srcclean (nw) Vas Crabb2017-01-221-1/+1
* dcs: Remove unused variable (nw) Ted Green2017-01-051-3/+16
* zeus: WIP Consolidate waveram1 writing and add more logging for models. (nw) Ted Green2017-01-011-0/+10
* midwayic: Squelch logerror from interrupt control (nw) Ted Green2016-12-281-3/+3
* midwayic: Added hooks for serial communication. (nw) Ted Green2016-12-211-0/+5
* zeusII: WIP: Update screen rectangle to keep mwskins from crashing. (nw) Ted Green2016-12-111-0/+3
* zeus2: WIP: Update coordinate scaling and increase z buffer to 24 bits. (nw) Ted Green2016-12-071-8/+11
* A round of spelling/typographical fixes to source comments (nw) Scott Stone2016-11-241-2/+2
* converted lot of TRUE/FALSE to real boolean and updated types (nw) Miodrag Milanovic2016-10-221-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-65/+65
* atlantis: Removed unused define parameter. (nw) Ted Green2016-10-071-26/+11
* Cleanups and version bump Miodrag Milanovic2016-07-271-1/+1
* atlantis: Added analog joystick (nw) Ted Green2016-07-041-16/+28
* zeus2: Closer to getting quad 14 word working (nw) Ted Green2016-06-231-3/+3
* zeus2: Minor upddate (nw) Ted Green2016-06-221-1/+1
* zeus2: Re-organize frame buffer ram and add IEEE754 floating point conversion... Ted Green2016-06-211-4/+82
* zeus2: Added SGRAM register detail (nw) Ted Green2016-06-191-4/+2
* atlantis: Minor update (nw) Ted Green2016-06-191-9/+14
* atlantis: Added dcs3 fifo reset to address map (nw) Ted Green2016-06-191-44/+41
* atlantis: Update address mapping and add zeus2 video device (nw) Ted Green2016-06-191-0/+286