Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove libuv library (nw) | 2016-10-07 | 335 | -88426/+0 | |
| | |||||
* | Added ASIO networking library (nw) | 2016-10-07 | 995 | -0/+311736 | |
| | |||||
* | apple2gs,xml: Fixed image sizes for recently added entries (nw) | 2016-10-07 | 1 | -10/+10 | |
| | |||||
* | apple2gs.xml: Minor fix - NW | 2016-10-06 | 1 | -1/+1 | |
| | |||||
* | apple2gs.xml: Start of cleaning up images - NW | 2016-10-06 | 1 | -21/+23 | |
| | |||||
* | apple2.xml: Fix bad cut-n-paste | 2016-10-06 | 1 | -1/+13 | |
| | |||||
* | more apple2.xml images | 2016-10-06 | 1 | -17/+17 | |
| | | | | | | | Replaced several images in favor of clean cracks New image: Gamemaker [TRex] | ||||
* | Merge branch 'master' of https://github.com/mamedev/mame | 2016-10-06 | 1 | -9/+29 | |
|\ | |||||
| * | octopus: add on-board serial comms controller | 2016-10-07 | 1 | -9/+29 | |
| | | |||||
* | | Merge branch 'master' of https://github.com/mamedev/mame | 2016-10-06 | 10 | -39/+83 | |
|\| | |||||
| * | Intel documentation is conflicting, which prompted osdev to claim that 128k ↵ | 2016-10-06 | 5 | -12/+12 | |
| | | | | | | | | dma was impossible. Masking the lowest bit of the page instead of the upper bit of the address makes more sense and it does also fix the issue with SB16 diagnose.exe playing silence. [smf] | ||||
| * | m_audio_ended_normally is set within the stream_update(), so update the ↵ | 2016-10-06 | 1 | -0/+1 | |
| | | | | | | | | stream before returning it. (nw) | ||||
| * | update stream before setting the new gain. (nw) | 2016-10-06 | 1 | -0/+1 | |
| | | |||||
| * | Added mahjong panel to mjsenpu. | 2016-10-06 | 2 | -17/+46 | |
| | | | | | | | | This kind of arrangement is standard, imho it could be shorthanded or device-ized, pending further investigation. | ||||
| * | added "headphones" to atapi cd-rom drives [smf] | 2016-10-06 | 1 | -0/+13 | |
| | | |||||
| * | Applied IBM AT 16-bit DMA wrap round fix to other implementations. (nw) | 2016-10-06 | 4 | -20/+20 | |
| | | |||||
| * | Drop the upper bit of the address when shifting left, as described ↵ | 2016-10-06 | 1 | -2/+2 | |
| | | | | | | | | http://wiki.osdev.org/ISA_DMA#16_bit_issues. This fixes 16 bit audio in sb16 diagnose.exe [smf-] | ||||
* | | Merge branch 'master' of https://github.com/mamedev/mame | 2016-10-05 | 61 | -1395/+2373 | |
|\| | |||||
| * | reinstate lines removed in error (nw) | 2016-10-05 | 2 | -1/+12 | |
| | | |||||
| * | cninja.cpp: flag cninjabl2 as supporting save, too (nw) | 2016-10-05 | 1 | -1/+1 | |
| | | |||||
| * | Merge pull request #1483 from mamehaze/031016 | 2016-10-05 | 3 | -0/+506 | |
| |\ | | | | | | | new NOT WORKING Mahjong Senpu [system11. David Haywood] | ||||
| | * | delete old comment (nw) | 2016-10-05 | 1 | -3/+0 | |
| | | | |||||
| | * | the test mode on this game is busted even on the PCB (nw) | 2016-10-05 | 1 | -0/+29 | |
| | | | |||||
| | * | found oki bank (nw) | 2016-10-05 | 1 | -12/+12 | |
| | | | |||||
| | * | checked a box too early (nw) | 2016-10-05 | 1 | -0/+7 | |
| | | | |||||
| | * | various improvements. | 2016-10-05 | 1 | -83/+160 | |
| | | | | | | | | | | | | | | | | | | if anybody wants to help with the inputs, would be appreciated. test mode seems quite broken, I'm wondering if it's CPU core bugs. | ||||
| | * | figured out 2 of the dipswitches. | 2016-10-05 | 1 | -7/+7 | |
| | | | |||||
| | * | (nw) | 2016-10-05 | 1 | -8/+44 | |
| | | | |||||
| | * | some work on the inputs / sound (nw) | 2016-10-05 | 1 | -6/+145 | |
| | | | |||||
| | * | a 16-bit 556 split access palette (8+8) on a 32-bit bus... ok... | 2016-10-05 | 1 | -4/+45 | |
| | | | |||||
| | * | new NOT WORKING | 2016-10-05 | 3 | -0/+180 | |
| | | | | | | | | | | | | | | | | | | Mahjong Senpu [system11. David Haywood] displays the game image, upside down, no palette for now, no inputs for now, no sound for now, going to continue work on it. | ||||
| * | | Merge pull request #1484 from ajrhacker/cninjabl2_sprites | 2016-10-05 | 2 | -1/+9 | |
| |\ \ | | | | | | | | | cninjabl2: Add sprites | ||||
| | * | | cninjabl2: Change title; promote to WORKING with known problems | 2016-10-05 | 1 | -1/+1 | |
| | | | | |||||
| | * | | cninjabl2: Add sprites | 2016-10-05 | 2 | -0/+8 | |
| |/ / | |||||
| * | | istrebiteli: cleanup, notes, hw-like collision trigger (nw) | 2016-10-05 | 1 | -31/+39 | |
| | | | |||||
| * | | more debug consistency. (nw) | 2016-10-05 | 9 | -176/+76 | |
| | | | |||||
| * | | cninja.cpp: some work on cninjabl2. It now shows the tilemap layers and ↵ | 2016-10-05 | 3 | -1/+24 | |
| | | | | | | | | | | | | plays SFX. Still missing sprites, some tilemaps have wrong offsets and misses oki banking. Also not really convinced the PCB had all the sound chips (nw) | ||||
| * | | fidel*: small update, added separare layout for playmatic (nw) | 2016-10-05 | 6 | -343/+723 | |
| | | | |||||
| * | | Various input related bug-fixes to Wild Pilot: [Angelo Salese] | 2016-10-05 | 3 | -23/+67 | |
| | | | | | | | | | | | | | | | | | | * Lightgun is actually an ad-stick; * Added player 2 inputs; * Fixed bogus start button starting a play even without a coin inserted; | ||||
| * | | cischeat.cpp: irq notes, bumped framerate to 60 Hz to all minus ↵ | 2016-10-05 | 2 | -7/+12 | |
| | | | | | | | | | | | | captflag/scudhamm (nw) | ||||
| * | | Merge pull request #1460 from mamedev/machine_flags | 2016-10-05 | 6 | -33/+44 | |
| |\ \ | | | | | | | | | Proposal for new system flags for 0.179 dev-cycle: | ||||
| | * \ | Merging machine_flags and master | 2016-09-28 | 148 | -175/+853 | |
| | |\ \ | |||||
| | * | | | Examples of flags: | 2016-09-26 | 3 | -14/+14 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cadash -> MACHINE_NODEVICE_LAN pclubj -> MACHINE_NODEVICE_CAMERA | MACHINE_NODEVICE_PRINTER magzun -> MACHINE_NODEVICE_MICROPHONE | ||||
| | * | | | Proposal for new system flags for 0.179 dev-cycle: | 2016-09-26 | 3 | -19/+30 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * MACHINE_NODEVICE_MICROPHONE For unemulated microphone; * MACHINE_NODEVICE_CAMERA For unemulated camera; * MACHINE_NODEVICE_PRINTER For unemulated printer * MACHINE_NODEVICE_LAN For unemulated linking multi-cabinet capabilities; * MACHINE_NODEVICE_WAN For unemulated networking capabilities; Restructured MACHINE_FLAGS into FATAL / WARNING / BTANB main categories, in order to make them easier to expose. List of ToDo: * MACHINE_IS_SKELETON / MACHINE_IS_SKELETON_MECHANICAL needs to be sorted or nuked, your call; * Verify outputted text for the new flags. * Define if BTANB type flags should have yellow warning or not. * Add examples (will do in next commit). | ||||
| * | | | | Merge pull request #1469 from npwoods/new_strconv_overloads | 2016-10-05 | 22 | -103/+269 | |
| |\ \ \ \ | | | | | | | | | | | | | Adding new string conversion overloads | ||||
| | * | | | | Bulk renaming of Windows string conversion functions | 2016-10-03 | 22 | -117/+131 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | utf8_from_[a|w|t]string ==> osd::text::from_[a|w|t]string [a|w|t]string_from_utf8 ==> osd::text::to_[a|w|t]string | ||||
| | * | | | | Collapsing string_source class hierarchy | 2016-10-03 | 1 | -34/+17 | |
| | | | | | | |||||
| | * | | | | Eliminated virtual function use in strconv.cpp | 2016-10-03 | 1 | -17/+14 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Take note that in practice, this does not actually change the compiled code because the optimizer should be smart enough to remove the need for vtable lookups as a part of optimization (this is definitely true for MinGW). If you really prefer, I can collapse the class hierarchy into a single templated class that just has overloaded constructors - this also doesn't actually change the compiled code, but I can make the change if you wish. | ||||
| | * | | | | Fixing const-ness on prototypes | 2016-10-03 | 1 | -2/+2 | |
| | | | | | | |||||
| | * | | | | Refactored to eliminate duplicate logic, sidestepped concerns about writing ↵ | 2016-10-02 | 1 | -34/+78 | |
| | | | | | | | | | | | | | | | | | | | | | | | | NUL into NUL terminator byte in std::[w]string |