| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Cleanups (?) and version bumpmame0143 | 2011-06-28 | 6 | -17/+17 | |
| | | |||||
| * | Port from MESS, nw | 2011-06-28 | 20 | -155/+153 | |
| | | |||||
| * | Fixed line zero irq condition and provided a sync update for MPU4 HW games ↵ | 2011-06-28 | 2 | -107/+112 | |
| | | | | | [J. Wallace] | ||||
| * | This is a temporary fix for Mating Game which disables the 'Line Zero' ↵ | 2011-06-28 | 4 | -164/+262 | |
| | | | | | | | | | interrupt condition. [J. Wallace] Fixed state saving for OKIM6376 (hopefully) [J. Wallace] Used a Dolbeck Systems flyer to correct the colours of the Connect 4 built-in layout. [J. Wallace] | ||||
| * | Fixed a bad dump in pss62 [Y~K, MESSfan] | 2011-06-28 | 2 | -18/+70 | |
| | | | | | | | | | | Slightly improved the preliminary emulation of sfcbox [Y~K, MESSfan] New Games Added (not working) "Super Mario Kart / Super Mario Collection / Star Fox (Super Famicom Box)" [Y~K, MESSfan] "New Super 3D Golf Simulation - Waialae No Kiseki / Super Mahjong 2 (Super Famicom Box)" [Y~K, MESSfan] "Super Donkey Kong / Super Tetris 2 + Bombliss (Super Famicom Box)" [Y~K, MESSfan] "Super Donkey Kong / Super Bomberman 2 (Super Famicom Box)" [Y~K, MESSfan] | ||||
| * | Fixed memory leaks in HLSL code (no whatsnew) | 2011-06-28 | 1 | -0/+5 | |
| | | |||||
| * | Added OnePlay Version 2.20 bios to arcadia.c [Team Europe & Alexander F.] | 2011-06-27 | 2 | -3/+30 | |
| | | | | | | New clones added -------------------- Leader Board (Arcadia, set 3) [Team Europe & Alexander F.] | ||||
| * | Added support for multi level slot devices [Miodrag Milanovic] | 2011-06-27 | 5 | -28/+65 | |
| | | | | | Now it is possible to attach slot device to other slot device, also containing multiple image devices under it. | ||||
| * | Add "abus" region for sfish2/sfish2j (fixes MT #4380) [R. Belmont] | 2011-06-26 | 1 | -0/+4 | |
| | | |||||
| * | Making cart romload tags relative to device (no whatsnew) | 2011-06-26 | 1 | -4/+9 | |
| | | |||||
| * | Added BUSRQ and WAIT input lines to the Z80 CPU core. [Curt Coder] | 2011-06-26 | 2 | -31/+73 | |
| | | |||||
| * | One more c7x reference gone (nw) | 2011-06-26 | 1 | -1/+0 | |
| | | |||||
| * | Remove no longer used C7x support now that all MCUs have been dumped (nw) | 2011-06-26 | 4 | -253/+0 | |
| | | |||||
| * | Port from MESS, nw | 2011-06-26 | 1 | -11/+1 | |
| | | |||||
| * | Port from MESS, nw | 2011-06-26 | 5 | -13/+15 | |
| | | |||||
| * | fix compile | 2011-06-26 | 1 | -2/+2 | |
| | | |||||
| * | Correct documentation error for the sf2ue set | 2011-06-26 | 1 | -1/+1 | |
| | | |||||
| * | Convert Namco C352 to modern C++ device [R. Belmont] | 2011-06-26 | 9 | -342/+364 | |
| | | |||||
| * | Don't ask me how I forgot this.. (no whatsnew) | 2011-06-26 | 1 | -0/+1 | |
| | | |||||
| * | Fixed cothread build for Mac OS X PowerPC (nw) | 2011-06-26 | 1 | -3/+3 | |
| | | |||||
| * | fixed crash when running laser disc games | 2011-06-26 | 6 | -160/+227 | |
| | | |||||
| * | Put cothread usage behind a compile-time define, off for now. | 2011-06-25 | 1 | -0/+8 | |
| | | | | | | Note that the cothreads are still created and exist but they are never switched to when this is off. | ||||
| * | correct rom names as per PCBs | 2011-06-25 | 1 | -54/+54 | |
| | | |||||
| * | new clones added | 2011-06-25 | 3 | -24/+118 | |
| | | | | | | | New Clones Added -------------------------------------- Street Fighter II: The World Warrior (USA 910306) [Brian Troha, The Dumping Union] Final Fight (USA, set 2) [Brian Troha, The Dumping Union] | ||||
| * | Port from MESS, nw | 2011-06-25 | 1 | -6/+6 | |
| | | |||||
| * | Port from MESS, nw | 2011-06-25 | 3 | -4/+11 | |
| | | |||||
| * | Fixed credit for byuu and warning in lib/cothread/amd64.c compile (no whatsnew) | 2011-06-25 | 2 | -2/+2 | |
| | | |||||
| * | Fixed floppy device issue reading device_displayinfo callback, fixes floppy ↵ | 2011-06-25 | 1 | -2/+2 | |
| | | | | | image loading (no whatsnew) | ||||
| * | Fixed cdrom softlist loading (no whatsnew) | 2011-06-25 | 1 | -1/+1 | |
| | | |||||
| * | libco: Fix linking and compiling under osx. (nw) | 2011-06-25 | 2 | -2/+2 | |
| | | |||||
| * | fixed include in use_intrinsics code in src/emu/sound/spureverb.c by ↵ | 2011-06-25 | 1 | -1/+1 | |
| | | | | | Firewave(no whatsnew) | ||||
| * | Added byuu's cothread library, along with a wrapper class. Switched to | 2011-06-25 | 29 | -7/+1596 | |
| | | | | | | | | | | | | | using one cothread for each executable device. This functionality is strictly internal and should result in no changes in scheduling behavior. However, it now becomes possible to exit out of a device's execution in the midst of an instruction by calling machine().scheduler().make_active(). Note that this is somewhat dangerous for cores that have logic at the start of their execute loop to check for interrupts or other conditions, as those checks will be skipped upon resume, so consider this sort of early exiting to be highly experimental for now. [Aaron Giles, Miodrag Milanovic, byuu] | ||||
| * | stvcd: keeping up to date from MESS (no whatsnew) | 2011-06-25 | 1 | -2/+13 | |
| | | |||||
| * | cdrom: convert Mode 1 Form 1 sectors to Mode 1 raw if requested [R. Belmont] | 2011-06-25 | 1 | -0/+17 | |
| | | |||||
| * | Readme replacement for Crusin' USA to include Off Road Challenge. [Guru] | 2011-06-24 | 1 | -11/+26 | |
| | | |||||
| * | New clones added | 2011-06-24 | 1 | -0/+32 | |
| | | | | | | ---------------- Off Road Challenge (v1.50) (not working) [Guru] | ||||
| * | eeprom: Add tag name in eeprom's verbosity [O. Galibert] | 2011-06-24 | 1 | -11/+11 | |
| | | |||||
| * | SH4: Misc cleanups, added support for VERSION register. Naomi rev H BIOS ↵ | 2011-06-24 | 4 | -64/+32 | |
| | | | | | now boots games. [O. Galibert, Deunan Knute, R. Belmont] | ||||
| * | Synced with MESS. (nw) | 2011-06-23 | 3 | -84/+227 | |
| | | |||||
| * | Added DE, CURSOR, HSYNC, and VSYNC line read members to MC6845. [Curt Coder] | 2011-06-23 | 2 | -0/+36 | |
| | | |||||
| * | Added device-relative functions for memory banking. [Curt Coder] | 2011-06-23 | 2 | -0/+64 | |
| | | |||||
| * | Added index and ready line read functions to floppy drive. [Curt Coder] | 2011-06-23 | 2 | -0/+17 | |
| | | |||||
| * | MCFG_SOUND_ROUTE now point relative to device (no whatsnew) | 2011-06-22 | 1 | -1/+3 | |
| | | |||||
| * | Fix for remaining issues with validation of rom regions (no whatsnew) | 2011-06-22 | 2 | -3/+15 | |
| | | |||||
| * | Fixed PORT_CONDITION to look relative to device (no whatsnew) | 2011-06-22 | 4 | -27/+33 | |
| | | |||||
| * | Fixed AM_REGION to be relative to device (no whatsnew) | 2011-06-22 | 2 | -4/+11 | |
| | | |||||
| * | Fix for ROMREGION_ISINVERTED (no whatsnew) | 2011-06-22 | 1 | -4/+8 | |
| | | |||||
| * | Added analog controls to Warp Speed [Mariusz Wojcieszek] | 2011-06-21 | 1 | -20/+24 | |
| | | | | | | New games promoted from NOT_WORKING ----------------------------------- Warp Speed (prototype) [Mariusz Wojcieszek] | ||||
| * | i286 - fix for OS/2 "interrupts disabled when entering system" problem by ↵ | 2011-06-21 | 3 | -9/+11 | |
| | | | | | Carl (no whatsnew) | ||||
| * | Fixed 04388: specfrce: Wrong SHA1 check sum in XML data for CHD (v3 vs. v4) | 2011-06-21 | 1 | -1/+1 | |
| | | |||||
