summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/luaengine.c
diff options
context:
space:
mode:
author Curt Coder <curtcoder@mail.com>2015-05-22 22:26:00 +0300
committer Curt Coder <curtcoder@mail.com>2015-05-22 22:26:00 +0300
commit3deab48d09ef0eb06b5f5029d7d2d5328a14df03 (patch)
tree95207d88a0a6d7f78c7dde37b8538b6196712c77 /src/emu/luaengine.c
parent71ccb1ee77bb823e4a0641883ab164bf60fb9903 (diff)
(MESS) aim65: Refactored to use the new 6532. (nw)
Diffstat (limited to 'src/emu/luaengine.c')
0 files changed, 0 insertions, 0 deletions
1-231-1/+1 * Privatize m_screen and other variables of device_video_interface (nw) AJR2018-01-051-13/+12 * Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-3/+3 * Start adding save state support to atlantis driver. (nw) Ted Green2017-05-031-9/+23 * srcclean (nw) Vas Crabb2017-04-231-45/+45 * midwayic: Block register updates until unlocked. (nw) Ted Green2017-04-221-1/+3 * zeus2: Handle buffer wrapping during frame clear. Select quad size based on m... Ted Green2017-04-191-84/+100 * zeus2: WIP. Working on depth buffering. (nw) Ted Green2017-04-121-57/+112 * video/zeus2.cpp: fixed compile (nw) Ivan Vangelista2017-04-071-0/+2 * zeus2: Increase input fifo empty interrupt time and start to use address for ... Ted Green2017-04-071-35/+120 * zeus2: Add uv scaling. (nw) Ted Green2017-04-041-25/+27 * zeus2: Added texture lookup for RGB555 direct color type. (nw) Ted Green2017-04-031-5/+13 * (nw) Fixed the build (subCmd set but not used) Robbbert2017-04-031-2/+2 * zeus2: WIP Fixed waveram0 write. Change conversion to screen coordinates. Add...