summaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
...
* Created WD7600 chipset device. mahlemiut2014-05-097-29/+943
| | | | | megapc: Made into a separate driver class, hooked up WD7600. [Barry Rodewald]
* (mess) tandy2k: don't turn off the motor when resetting the fdc (nw) cracyc2014-05-091-1/+1
|
* peplus.c: More research and corrections - NW Brian Troha2014-05-091-6/+12
|
* peplus.c: Updated docs / info - NW Brian Troha2014-05-091-5/+23
|
* fixed usage of uninitialized member and heap-buffer-overflow in ↵ Oliver Stöneberg2014-05-081-0/+1
| | | | cosmac_device (nw)
* fixed stack-buffer-overflow in tms9995_device::state_string_export() and ↵ Oliver Stöneberg2014-05-082-4/+4
| | | | tms99xx_device::state_string_export() (nw)
* Black Tiger / Black Dragon (mixed bootleg?) [Bonky0013] David Haywood2014-05-083-0/+55
| | | | | not really sure what to make of this, it's a Capcom marked boardset, but the roms are mixed (bootleg and original, some black tiger, some black dragon), the MCU is missing, and instead the sound rom is address swapped. (assuming it wasn't just dumped incorrectly) his Toki dump is just bad, only different rom is the sound rom and it was dumped as the wrong type and has identical halves + missing data.
* (MESS) msx1_cart.xml: Added sram region for game master 2. (nw) Wilbert Pol2014-05-081-0/+4
|
* same fix for sdl build (nw) Miodrag Milanovic2014-05-081-0/+8
|
* For windows auto is now same as d3d, till video part is redone (nw) Miodrag Milanovic2014-05-081-0/+2
|
* OSX fix (nw) Miodrag Milanovic2014-05-081-1/+1
|
* osx compile fix (nw) Miodrag Milanovic2014-05-081-1/+2
|
* (MESS) msx1/2_cart.xml: Fixed ascii16_sram sram sizes. (nw) Wilbert Pol2014-05-082-7/+7
|
* (MESS) msx2_cart.xml: Fixed daisenr sram issue. (nw) Wilbert Pol2014-05-081-2/+2
|
* tms9900: removed spaces in state names, setting register value now possible (nw) Miodrag Milanovic2014-05-081-5/+5
|
* fix internal debugger memory handling (nw) Miodrag Milanovic2014-05-081-9/+10
|
* fix warning (nw) Miodrag Milanovic2014-05-081-1/+1
|
* delete empty folder (nw) Miodrag Milanovic2014-05-083-1496/+0
|
* -Reorganized OSD, handling more sound output systems and debuggers, defaults ↵ Miodrag Milanovic2014-05-0851-543/+2609
| | | | | | left same as before [Miodrag Milanovic] -Created osd_options as base option class for non-system specific options
* fixed viper regression (nw) Miodrag Milanovic2014-05-082-2/+8
|
* peplus.c: Correct long standing error in CPU type in header. - NW Brian Troha2014-05-081-1/+1
|
* peplus.c: Cut-n-Paste + "fat finger" corrections - NW Brian Troha2014-05-081-3/+3
|
* peplus.c: Minor info correction - NW Brian Troha2014-05-081-1/+1
|
* new PE+ (French) clones Brian Troha2014-05-082-3/+460
| | | | | | | | | | | | | | | | | | | | | | | New Clones Added ----------------------------------------------- Player's Edge Plus (IP0028) Joker Poker - French [BrianT] Player's Edge Plus (IP0029) Joker Poker - French [BrianT] Player's Edge Plus (IP0031) Standard Draw Poker - French [BrianT] Player's Edge Plus (IP0051) Joker Poker - French [BrianT] Player's Edge Plus (IP0058) Standard Draw Poker - French [BrianT] Player's Edge Plus (IP0062) Joker Poker - French [BrianT] Player's Edge Plus (IP0101) Joker Poker - French [BrianT] Player's Edge Plus (IP0103) Joker Poker - French [BrianT] Player's Edge Plus (IP0105) Joker Poker - French [BrianT] Player's Edge Plus (IP0108) Standard Draw Poker - French [BrianT] Player's Edge Plus (IP0111) Joker Poker - French [BrianT] Player's Edge Plus (IP0112) Standard Draw Poker - French [BrianT] Player's Edge Plus (IP0112) Standard Draw Poker - French [BrianT] Player's Edge Plus (IP0115) Joker Poker - French [BrianT] Player's Edge Plus (IP0116) Standard Draw Poker - French [BrianT] Player's Edge Plus (IP0118) Standard Draw Poker - French [BrianT] Player's Edge Plus (IP0120) Standard Draw Poker - French [BrianT] Player's Edge Plus (X002419P+XP000064) Deuces Wild Bonus Poker - French [BrianT] Player's Edge Plus (X002421P+XP000064) Deuces Wild Bonus Poker - French [BrianT]
* MSVC-specific macros? In my trunk? (nw) Alex W. Jackson2014-05-081-2/+2
|
* AY8910 uses this constructor (nw) Alex W. Jackson2014-05-081-1/+1
|
* For AY891X emulate vol-0 resistor as infinite. Couriersud2014-05-071-2/+2
|
* (mess) pcw16: make switch suspend, doesn't resume though (nw) cracyc2014-05-072-4/+7
|
* Refactored fd1094's decryption code in order to make the function more ↵ Andreas Naive2014-05-071-59/+64
| | | | amenable to inversion. [Andreas Naive]
* ins8250: fix regression (nw) cracyc2014-05-071-4/+4
|
* comment printf spam (~250KB/sec) (nw) Scott Stone2014-05-071-1/+1
|
* rcdino4 improvements... Roberto Fresca2014-05-071-122/+235
| | | | | | | | - Improved decryption, game boots now. [Peter Ferrie] - Created a dedicated machine driver. [Roberto Fresca] - Adjusted the tilemap size accordingly. [Roberto Fresca] - Added the proper color banking. [Roberto Fresca] - Hooked DIP switches and proper inputs. [Roberto Fresca]
* ins8250_device: converted to devcb2 (nw) Ivan Vangelista2014-05-0722-442/+190
|
* 88games.c: modernized banking [Alex Jackson] Alex W. Jackson2014-05-072-53/+39
|
* enabled rgbsse.h for Visual Studio 64-bit builds as well and use rgbgen.h ↵ Oliver Stöneberg2014-05-073-3/+3
| | | | for all DEBUG builds since this is the fastest combination [Oliver Stöneberg]
* Fix tiny build (nw) Miodrag Milanovic2014-05-071-0/+1
|
* (MESS) MSX softlists: preparing for slot support. (nw) Wilbert Pol2014-05-072-0/+355
|
* Fix r30269 regressions (nw) Alex W. Jackson2014-05-074-33/+0
|
* zaccaria.c: fix AY regression (nw) Alex W. Jackson2014-05-071-1/+1
|
* added GCC 4.9 handling to build/flags_gcc.mak now it has been released (nw) Oliver Stöneberg2014-05-071-0/+4
|
* Fixed compile. (nw) Curt Coder2014-05-071-1/+2
|
* Fix osd_printf_debug regression, replace gone wrong :) (nw) Miodrag Milanovic2014-05-071-1/+1
|
* Silence ~1MB/second printf spam (nw) Scott Stone2014-05-071-1/+1
|
* ay8910.c: Provide chip-specific details (number of outputs, number of usable ↵ Alex W. Jackson2014-05-065-81/+65
| | | | IO ports) in constructor for each variant (nw)
* Added first draft of 74123 to netlist code. Couriersud2014-05-067-0/+236
|
* Allow connecting a net to itself, fixed typo and be more explicit on error. Couriersud2014-05-061-1/+7
|
* more (nw) David Haywood2014-05-061-494/+2229
|
* (MESS) a7800.c: Scott Stone2014-05-063-10/+26
| | | | | | | - Brought initial Maria cycle counts inline from measurements taken with logic analyzer/tests. [Mike Saarna/Robert Tuccitto] - Added interrupts to DMA cycle eating. Updates to LL, OL, and spin accounting for HALT behavior. [Mike Saarna]
* more discovery (nw) David Haywood2014-05-062-1005/+8092
|
* ym2203, ym2608 and ym2610: initialize things properly. Thanks Micko! (nw) Ivan Vangelista2014-05-0638-73/+10
|