Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tms1k: split part 3, done | 2016-03-16 | 18 | -1115/+1364 | |
| | |||||
* | tms1k: split part 2, renamed folder tms0980 to tms1000 | 2016-03-16 | 6 | -2/+2 | |
| | |||||
* | tms1k: split part 2, renamed files | 2016-03-16 | 6 | -7/+17 | |
| | |||||
* | tms1k: preparation for splitting source file | 2016-03-16 | 4 | -128/+130 | |
| | |||||
* | svga_s3: fix potential crash when hardware pointer is at the edge of VRAM, ↵ | 2016-03-16 | 2 | -41/+56 | |
| | | | | and fix viewport scrolling in Red Hat Linux / XF86_S3. | ||||
* | Merge pull request #723 from Happy-yappH/master | 2016-03-15 | 2 | -5/+9 | |
|\ | | | | | N64: Add ability to change reported EEPROM size at runtime | ||||
| * | N64: Add ability to change reported EEPROM size at runtime | 2016-03-14 | 2 | -5/+9 | |
| | | | | | | | | Adjust timing for SI <-> PIF DMA. | ||||
* | | new clones | 2016-03-15 | 3 | -23/+93 | |
| | | | | | | | | | | Crazy Climber (Spanish, Rodmar bootleg) [A.R.P.A.] Buccaneers (set 3, harder) [system11] | ||||
* | | tms1k: make disasm tables human-readable and added initial TP0320 | 2016-03-15 | 4 | -263/+190 | |
| | | |||||
* | | Symbolics 3600: more documentation of the FEP pcb from pcb pictures. [Lord ↵ | 2016-03-15 | 1 | -18/+48 | |
| | | | | | | | | Nightmare] | ||||
* | | Fix 7z name match, fix VS2015 build | 2016-03-15 | 2 | -2/+2 | |
| | | |||||
* | | NoteTaker: More floppy hookup, started tracing video writes. [Lord Nightmare] | 2016-03-14 | 1 | -32/+72 | |
| | | |||||
* | | Fix use-after-move | 2016-03-15 | 1 | -2/+2 | |
| | | |||||
* | | New NOT WORKING Machines added | 2016-03-14 | 3 | -1/+128 | |
| | | | | | | | | | | --------------- Symbolics 3600 [trinitr0n/Ian F., Lord Nightmare] | ||||
* | | Merge pull request #721 from ajrhacker/cat702 | 2016-03-14 | 4 | -199/+253 | |
|\ \ | | | | | | | CAT702 transform table must be specified in MCFG | ||||
| * | | CAT702 transform table must be specified in MCFG | 2016-03-14 | 4 | -199/+253 | |
| | | | | | | | | | | | | This eliminates two instances of driver_start, including one performing a game-name lookup (nw) | ||||
* | | | r9751: Fix more DMA issues and add more logging | 2016-03-14 | 1 | -11/+18 | |
|/ / | |||||
* | | netlist: rename plist_t to pvector_t to clarify origin. | 2016-03-14 | 21 | -100/+99 | |
| | | |||||
* | | Remove gcc pragmas. These caused problems with MS compiler. | 2016-03-14 | 1 | -2/+0 | |
| | | |||||
* | | xbox.cpp: more usb (nw) | 2016-03-14 | 2 | -13/+125 | |
| | | |||||
* | | ui: further improvement of the layout for viewing in vertical orientation. ↵ | 2016-03-14 | 3 | -45/+77 | |
| | | | | | | | | (nw - WIP) | ||||
* | | add proper flipscreen support to himesiki.cpp, previous support was ↵ | 2016-03-14 | 3 | -16/+7 | |
| | | | | | | | | incorrectly hooked up to the scroll registers (androidp exposed this bug) | ||||
* | | netlist updates: | 2016-03-14 | 30 | -618/+393 | |
| | | | | | | | | | | | | | | | | | | | | - 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] | ||||
* | | Merge pull request #719 from bmunger/master | 2016-03-15 | 1 | -1/+3 | |
|\ \ | | | | | | | Fix I64FMT in chdman for Linux 64 bit | ||||
| * | | Fix chdman again for I64FMT on WIN32 | 2016-03-14 | 1 | -1/+1 | |
| | | | |||||
| * | | chdman I64FMT fix for OSX, FreeBSD | 2016-03-14 | 1 | -1/+1 | |
| | | | |||||
| * | | Fix I64FMT in chdman for Linux 64 bit | 2016-03-14 | 1 | -0/+2 | |
| | | | |||||
* | | | Fix Emscripten build (nw) | 2016-03-14 | 1 | -1/+2 | |
|/ / | |||||
* | | Merge pull request #718 from motoschifo/master | 2016-03-14 | 2 | -0/+50 | |
|\ \ | | | | | | | Added Lua function screen.orientation() | ||||
| * | | Added Lua function screen.orientation(). | 2016-03-14 | 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) | ||||
| * | | Update luaengine.h | 2016-03-12 | 1 | -0/+1 | |
| | | | |||||
| * | | Update luaengine.cpp | 2016-03-12 | 1 | -0/+38 | |
| | | | |||||
* | | | fix error compiling with clang (nw) | 2016-03-14 | 1 | -1/+1 | |
| | | | |||||
* | | | Fixes for Linux | 2016-03-14 | 2 | -3/+4 | |
| | | | |||||
* | | | More fix, and fix a memory leak, too | 2016-03-14 | 1 | -3/+6 | |
| | | | |||||
* | | | Win fix | 2016-03-14 | 1 | -2/+2 | |
| | | | |||||
* | | | Make osd_file a polymorphic class that's held with smart pointers | 2016-03-14 | 108 | -6183/+5860 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | | | Revert "Fix that makes non-Unicode build to work (nw)" | 2016-03-14 | 1 | -1/+1 | |
| | | | | | | | | | | | | This reverts commit 560e350e22d3b2dfdedf67c4296852166d5b4fd1. | ||||
* | | | NoteTaker: Begin to hook up DiskReg register. [Lord Nightmare] | 2016-03-13 | 1 | -3/+67 | |
| | | | |||||
* | | | confirm some dips (nw) | 2016-03-14 | 1 | -9/+10 | |
| | | | |||||
* | | | ui: some improvements with vertical orientation view. (nw - WIP) | 2016-03-14 | 3 | -18/+38 | |
| | | | |||||
* | | | confirmed difficutly dip (nw) | 2016-03-13 | 1 | -2/+3 | |
| | | | |||||
* | | | there's a sprite gfx bankswitch (nw) | 2016-03-13 | 3 | -2/+4 | |
| | | | |||||
* | | | new WORKING game | 2016-03-13 | 3 | -1/+242 | |
| | | | | | | | | | | | | Fire Ball (FM Work) [Team Europe, David Haywood] | ||||
* | | | sliders: fixed issue #716. nw | 2016-03-13 | 1 | -2/+2 | |
| | | | |||||
* | | | fix up a few things, add i8255 devices, mark as working | 2016-03-13 | 3 | -57/+79 | |
| | | | |||||
* | | | this is another scroll register, not flip (nw) | 2016-03-13 | 3 | -3/+105 | |
| | | | |||||
* | | | improve (nw) | 2016-03-13 | 2 | -7/+14 | |
| | | | |||||
* | | | ok, belongs in here, will improve this driver instead (nw) | 2016-03-13 | 3 | -353/+39 | |
| | | | |||||
* | | | add sprites, still need to figure out proper bankswitching, aassuming ↵ | 2016-03-13 | 1 | -41/+68 | |
| | | | | | | | | | | | | program roms are good dumps (nw) |