Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2016-03-16 | Put back Doxygen search box (nw) | 1 | -1/+2 | ||
2016-03-16 | tms1k: split part 3, done | 19 | -1116/+1383 | ||
2016-03-16 | tms1k: split part 2, renamed folder tms0980 to tms1000 | 7 | -7/+7 | ||
2016-03-16 | tms1k: split part 2, renamed files | 9 | -16/+27 | ||
2016-03-16 | tms1k: preparation for splitting source file | 4 | -128/+130 | ||
2016-03-16 | svga_s3: fix potential crash when hardware pointer is at the edge of VRAM, ↵ | 2 | -41/+56 | ||
and fix viewport scrolling in Red Hat Linux / XF86_S3. | |||||
2016-03-15 | new clones | 3 | -23/+93 | ||
Crazy Climber (Spanish, Rodmar bootleg) [A.R.P.A.] Buccaneers (set 3, harder) [system11] | |||||
2016-03-15 | tms1k: make disasm tables human-readable and added initial TP0320 | 4 | -263/+190 | ||
2016-03-15 | Symbolics 3600: more documentation of the FEP pcb from pcb pictures. [Lord ↵ | 1 | -18/+48 | ||
Nightmare] | |||||
2016-03-15 | Fix 7z name match, fix VS2015 build | 2 | -2/+2 | ||
2016-03-14 | N64: Add ability to change reported EEPROM size at runtime | 2 | -5/+9 | ||
Adjust timing for SI <-> PIF DMA. | |||||
2016-03-14 | NoteTaker: More floppy hookup, started tracing video writes. [Lord Nightmare] | 1 | -32/+72 | ||
2016-03-15 | Fix use-after-move | 1 | -2/+2 | ||
2016-03-14 | New NOT WORKING Machines added | 4 | -1/+129 | ||
--------------- Symbolics 3600 [trinitr0n/Ian F., Lord Nightmare] | |||||
2016-03-14 | CAT702 transform table must be specified in MCFG | 4 | -199/+253 | ||
This eliminates two instances of driver_start, including one performing a game-name lookup (nw) | |||||
2016-03-14 | r9751: Fix more DMA issues and add more logging | 1 | -11/+18 | ||
2016-03-14 | netlist: rename plist_t to pvector_t to clarify origin. | 21 | -100/+99 | ||
2016-03-14 | Remove gcc pragmas. These caused problems with MS compiler. | 1 | -2/+0 | ||
2016-03-14 | xbox.cpp: more usb (nw) | 2 | -13/+125 | ||
2016-03-14 | ui: further improvement of the layout for viewing in vertical orientation. ↵ | 3 | -45/+77 | ||
(nw - WIP) | |||||
2016-03-14 | add proper flipscreen support to himesiki.cpp, previous support was ↵ | 3 | -16/+7 | ||
incorrectly hooked up to the scroll registers (androidp exposed this bug) | |||||
2016-03-14 | netlist updates: | 31 | -620/+395 | ||
- First steps to move towards c++11. - Base plist on std::vector - Replace pstack with std::stack - Remove pnamed_list - use c++ "for each" in a number of places - Fixed two "time bombs" [couriersud] | |||||
2016-03-14 | Fix chdman again for I64FMT on WIN32 | 1 | -1/+1 | ||
2016-03-14 | chdman I64FMT fix for OSX, FreeBSD | 1 | -1/+1 | ||
2016-03-14 | Fix I64FMT in chdman for Linux 64 bit | 1 | -0/+2 | ||
2016-03-14 | Fix Emscripten build (nw) | 1 | -1/+2 | ||
2016-03-14 | Added Lua function screen.orientation(). | 2 | -22/+33 | ||
Return rotation_angle, flipx and flipy attributes. Example: s = manager:machine().screens[":screen"]:orientation() print (s.rotation_angle, s.flipx, s.flipy) | |||||
2016-03-14 | fix error compiling with clang (nw) | 1 | -1/+1 | ||
2016-03-14 | Fixes for Linux | 2 | -3/+4 | ||
2016-03-14 | Fix SDL Windows build | 2 | -1/+5 | ||
2016-03-14 | More fix, and fix a memory leak, too | 1 | -3/+6 | ||
2016-03-14 | Win fix | 1 | -2/+2 | ||
2016-03-14 | Make osd_file a polymorphic class that's held with smart pointers | 111 | -6192/+5888 | ||
Make avi_file a class that's held with smart pointers, encapsulate various AVI I/O structures Make zip_file and _7z_file classes rather than having free functions everywhere Hide zip/7z class implementation behind an interface, no longer need to call close() to send back to the cache Don't dump as much crap in global namespace Add solaris PTY implementation Improve variable expansion for SDL OSD - supports ~/$FOO/${BAR} syntax Rearrange stuff so the same things are in file module for all OSDs Move file stuff into its own module 7z/zip open and destruct are still not thread-safe due to lack of interlocks around cache access Directory functions still need to be moved to file module SDL OSD may not initialise WinSock on Windows | |||||
2016-03-14 | Clang 3.8.0 supports -municode (nw) | 4 | -4/+4 | ||
2016-03-14 | Revert "Fix that makes non-Unicode build to work (nw)" | 1 | -1/+1 | ||
This reverts commit 560e350e22d3b2dfdedf67c4296852166d5b4fd1. | |||||
2016-03-13 | NoteTaker: Begin to hook up DiskReg register. [Lord Nightmare] | 1 | -3/+67 | ||
2016-03-14 | confirm some dips (nw) | 1 | -9/+10 | ||
2016-03-14 | ui: some improvements with vertical orientation view. (nw - WIP) | 3 | -18/+38 | ||
2016-03-13 | confirmed difficutly dip (nw) | 1 | -2/+3 | ||
2016-03-13 | there's a sprite gfx bankswitch (nw) | 3 | -2/+4 | ||
2016-03-13 | new WORKING game | 3 | -1/+242 | ||
Fire Ball (FM Work) [Team Europe, David Haywood] | |||||
2016-03-13 | sliders: fixed issue #716. nw | 1 | -2/+2 | ||
2016-03-13 | fix up a few things, add i8255 devices, mark as working | 3 | -57/+79 | ||
2016-03-13 | this is another scroll register, not flip (nw) | 3 | -3/+105 | ||
2016-03-13 | improve (nw) | 2 | -7/+14 | ||
2016-03-13 | ok, belongs in here, will improve this driver instead (nw) | 4 | -354/+39 | ||
2016-03-13 | add sprites, still need to figure out proper bankswitching, aassuming ↵ | 1 | -41/+68 | ||
program roms are good dumps (nw) | |||||
2016-03-13 | Updated delegates, now works on ARM and ARM64 (nw) | 2 | -510/+74 | ||
2016-03-13 | layout: added clickable buttons to comp4 | 6 | -104/+186 | ||
2016-03-13 | revert test | 1 | -1/+1 | ||