summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/tests.lua
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/src/tests.lua')
0 files changed, 0 insertions, 0 deletions
n available to the state save subsystem [O. Galibert] Olivier Galibert2015-02-1415-109/+119 | * | | Merge branch 'master' of https://github.com/mamedev/mame.git couriersud2015-02-1411-340/+340 | |\ \ \ | | * | | correct prev (nw) MetalliC2015-02-141-2/+2 | | * | | NAOMI doc corrections [f205v] MetalliC2015-02-142-66/+66 | | * | | higher resolution display decay base timer hap2015-02-149-27/+27 | | * | | renamed generic leds_decay stuff to display_decay so it makes sense on vfd/la... hap2015-02-149-265/+265 | * | | | And the last one pre holiday ... Fix -mt on OSX. (nw) couriersud2015-02-141-1/+1 | |/ / / | * | | galpani2, swap x and y scroll on ind8 layer (nw) mamehaze2015-02-142-6/+8 | * | | the better handling removes the need for this hack actually (nw) mamehaze2015-02-141-13/+14 | * | | hide gal graphics on title screen until fully drawn (fantasia etc.) I don't ... mamehaze2015-02-141-2/+2 | * | | consistency (nw) mamehaze2015-02-141-7/+7 | * | | leave the clear logic in for Gals Hustler, it's not a Comad PCB and not a hac... mamehaze2015-02-141-2/+19 | * | | Merge pull request #130 from cuavas/master David Haywood2015-02-1435-2666/+3409 | |\ \ \ | | * | | Seems debug views don't mark dirty on click handling Vas Crabb2015-02-141-0/+2 | | * | | More functionality, including (break|watch)points view Vas Crabb2015-02-1415-45/+379 | | * | | Fix a dumb bug, use newer interfaces Vas Crabb2015-02-142-23/+5 | | * | | Check which control sends event Vas Crabb2015-02-141-1/+3 | | * | | More intuitive command/expression history Vas Crabb2015-02-148-47/+73 | | * | | Far better handling of font metrics in Cocoa debugger, and more efficient dra... Vas Crabb2015-02-144-70/+132 | | * | | Break up the Cocoa debugger by class - it's ugly crammed into a single file Vas Crabb2015-02-1429-2654/+2989 | * | | | the Comad 'Fantasia' games are all derived from the expro02 Gals Panic codeba... mamehaze2015-02-146-1061/+991 | * | | | snowbros.c: added save state support (nw) Ivan Vangelista2015-02-142-46/+58 | * | | | Merge branch 'master' of https://github.com/mamedev/mame Miodrag Milanovic2015-02-147-189/+97 | |\ \ \ \ | | * | | | tnzs.c: enabled save state support (nw) Ivan Vangelista2015-02-144-63/+46 | | * | | | exzisus.c: added save state support, removed trampolines (nw) Ivan Vangelista2015-02-143-126/+51 | | |/ / / | * / / / Updated BGFX, BX and GENie to latest (nw) Miodrag Milanovic2015-02-1444-1010/+2063 | |/ / / | * | | (MESS) mbee : fixed printer (nw) Robbbert2015-02-143-85/+74 | * | | 6850acia: fix parity (nw) cracyc2015-02-131-2/+2 | * | | Merge branch 'master' of https://github.com/mamedev/mame.git couriersud2015-02-146-4/+209 | |\ \ \ | | * | | roland tb303 skeleton hap2015-02-144-0/+99 | | * | | (MESS)New Working Game Added hap2015-02-141-1/+107 | | * | | prevent smissw from erasing static palette used for bgs (nw) mamehaze2015-02-131-3/+3 | * | | | Fix compile. [Vas Crabb]