summaryrefslogtreecommitdiffstatshomepage
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* tms1k: split part 3, done hap2016-03-1618-1115/+1364
|
* tms1k: split part 2, renamed folder tms0980 to tms1000 hap2016-03-166-2/+2
|
* tms1k: split part 2, renamed files hap2016-03-166-7/+17
|
* tms1k: preparation for splitting source file hap2016-03-164-128/+130
|
* svga_s3: fix potential crash when hardware pointer is at the edge of VRAM, ↵ mahlemiut2016-03-162-41/+56
| | | | and fix viewport scrolling in Red Hat Linux / XF86_S3.
* Merge pull request #723 from Happy-yappH/master R. Belmont2016-03-152-5/+9
|\ | | | | N64: Add ability to change reported EEPROM size at runtime
| * N64: Add ability to change reported EEPROM size at runtime Happy2016-03-142-5/+9
| | | | | | | | Adjust timing for SI <-> PIF DMA.
* | new clones David Haywood2016-03-153-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 hap2016-03-154-263/+190
| |
* | Symbolics 3600: more documentation of the FEP pcb from pcb pictures. [Lord ↵ Lord-Nightmare2016-03-151-18/+48
| | | | | | | | Nightmare]
* | Fix 7z name match, fix VS2015 build Vas Crabb2016-03-152-2/+2
| |
* | NoteTaker: More floppy hookup, started tracing video writes. [Lord Nightmare] Lord-Nightmare2016-03-141-32/+72
| |
* | Fix use-after-move Vas Crabb2016-03-151-2/+2
| |
* | New NOT WORKING Machines added Lord-Nightmare2016-03-143-1/+128
| | | | | | | | | | --------------- Symbolics 3600 [trinitr0n/Ian F., Lord Nightmare]
* | Merge pull request #721 from ajrhacker/cat702 David Haywood2016-03-144-199/+253
|\ \ | | | | | | CAT702 transform table must be specified in MCFG
| * | CAT702 transform table must be specified in MCFG AJR2016-03-144-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 Brandon Munger2016-03-141-11/+18
|/ /
* | netlist: rename plist_t to pvector_t to clarify origin. couriersud2016-03-1421-100/+99
| |
* | Remove gcc pragmas. These caused problems with MS compiler. couriersud2016-03-141-2/+0
| |
* | xbox.cpp: more usb (nw) yz70s2016-03-142-13/+125
| |
* | ui: further improvement of the layout for viewing in vertical orientation. ↵ dankan18902016-03-143-45/+77
| | | | | | | | (nw - WIP)
* | add proper flipscreen support to himesiki.cpp, previous support was ↵ David Haywood2016-03-143-16/+7
| | | | | | | | incorrectly hooked up to the scroll registers (androidp exposed this bug)
* | netlist updates: couriersud2016-03-1430-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 Vas Crabb2016-03-151-1/+3
|\ \ | | | | | | Fix I64FMT in chdman for Linux 64 bit
| * | Fix chdman again for I64FMT on WIN32 Brandon Munger2016-03-141-1/+1
| | |
| * | chdman I64FMT fix for OSX, FreeBSD Brandon Munger2016-03-141-1/+1
| | |
| * | Fix I64FMT in chdman for Linux 64 bit Brandon Munger2016-03-141-0/+2
| | |
* | | Fix Emscripten build (nw) Justin Kerk2016-03-141-1/+2
|/ /
* | Merge pull request #718 from motoschifo/master Olivier Galibert2016-03-142-0/+50
|\ \ | | | | | | Added Lua function screen.orientation()
| * | Added Lua function screen.orientation(). Michele Fochi2016-03-142-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 motoschifo2016-03-121-0/+1
| | |
| * | Update luaengine.cpp motoschifo2016-03-121-0/+38
| | |
* | | fix error compiling with clang (nw) Miodrag Milanovic2016-03-141-1/+1
| | |
* | | Fixes for Linux Vas Crabb2016-03-142-3/+4
| | |
* | | More fix, and fix a memory leak, too Vas Crabb2016-03-141-3/+6
| | |
* | | Win fix Vas Crabb2016-03-141-2/+2
| | |
* | | Make osd_file a polymorphic class that's held with smart pointers Vas Crabb2016-03-14108-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)" Miodrag Milanovic2016-03-141-1/+1
| | | | | | | | | | | | This reverts commit 560e350e22d3b2dfdedf67c4296852166d5b4fd1.
* | | NoteTaker: Begin to hook up DiskReg register. [Lord Nightmare] Lord-Nightmare2016-03-131-3/+67
| | |
* | | confirm some dips (nw) David Haywood2016-03-141-9/+10
| | |
* | | ui: some improvements with vertical orientation view. (nw - WIP) dankan18902016-03-143-18/+38
| | |
* | | confirmed difficutly dip (nw) David Haywood2016-03-131-2/+3
| | |
* | | there's a sprite gfx bankswitch (nw) David Haywood2016-03-133-2/+4
| | |
* | | new WORKING game David Haywood2016-03-133-1/+242
| | | | | | | | | | | | Fire Ball (FM Work) [Team Europe, David Haywood]
* | | sliders: fixed issue #716. nw dankan18902016-03-131-2/+2
| | |
* | | fix up a few things, add i8255 devices, mark as working David Haywood2016-03-133-57/+79
| | |
* | | this is another scroll register, not flip (nw) David Haywood2016-03-133-3/+105
| | |
* | | improve (nw) David Haywood2016-03-132-7/+14
| | |
* | | ok, belongs in here, will improve this driver instead (nw) David Haywood2016-03-133-353/+39
| | |
* | | add sprites, still need to figure out proper bankswitching, aassuming ↵ David Haywood2016-03-131-41/+68
| | | | | | | | | | | | program roms are good dumps (nw)