summaryrefslogtreecommitdiffstatshomepage
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* fixes for building with clang 12.0.1 on windows smf-2021-09-042-3/+1
|
* rfslotsmcs48.cpp: Fix comments (#8524) ClawGrip2021-09-041-2/+2
|
* bus/nes: Moved gc6in1 games over to 8237 board and removed old code. (#8527) 0kmg2021-09-045-178/+1
|
* -bgfx: Switched fs_blit_palette16 to expand bitmap_ind16 contents to R8. ↵ MooglyGuy2021-09-0410-43/+75
| | | | Fixes vertical off-by-one shift in games with an odd pixel count along X. [Ryan Holtz] (#8528)
* New working software list additions hap2021-09-046-114/+240
| | | | | ----------------------------------- arb: Avelan [hap, Wolfgang Zugrav]
* rjammer: Add screen raw parameters; modernize MSM5205 hookup AJR2021-09-042-64/+55
|
* d9final.cpp, ppmast93.cpp, tmspoker.cpp, ultrsprt.cpp: used finders instead ↵ Ivan Vangelista2021-09-046-134/+159
| | | | of tagmap lookups for rombanks
* bus/nes: Improved emulation of N625092-related multi-game cartridges. (#8526) 0kmg2021-09-042-95/+77
| | | | | | | | * Fixes corrupt graphics in multiple games on all seven multi-game carts (including the new addition). * Fixes flickering menu for several cartridges, making them usable. New working software list additions (nes.xml) ----------------------------------- 5000000 in 1 (JPx72) [anonymous]
* poly.h: Remove unused flags, expose object data array directly, add ability ↵ Aaron Giles2021-09-0321-95/+75
| | | | to register other poly_arrays.
* unidasm: Add disassembler for DEC VAX architecture AJR2021-09-033-0/+1160
|
* segas16a: reduce overall volume to prevent overdrive hap2021-09-031-6/+5
|
* segas16: revert fantzone workaround, it just causes new problems hap2021-09-032-7/+0
|
* changela: fix steering problem, probably hap2021-09-031-2/+2
|
* changela: bool(~BIT(x)) is always true (does not fix steering problem) hap2021-09-031-1/+1
|
* n8080: correct highsplt gamename hap2021-09-032-17/+22
|
* funkyjet.cpp: moved everything into the driver file, as video/funkyjet.cpp ↵ Ivan Vangelista2021-09-034-177/+151
| | | | only had one method
* New machines marked as NOT_WORKING Ivan Vangelista2021-09-032-301/+2287
| | | | | | | ---------------------------------- Diamonds & Hearts - Power Pay (10229311, NSW/ACT) [anonymous] - aristmk6.cpp: updated documentation [Heihachi_73]
* n8080: add conf setting for switching spacefev to monochrome hap2021-09-023-4/+16
|
* missbamby.cpp: Identify unknown game and add its PCB ASCII layout and dumped ↵ ClawGrip2021-09-022-15/+34
| | | | | | | | | the PROM for "basket" [jordigahan, ClawGrip] (#8520) * missbamby.cpp: Identify unknown game and add its PCB ASCII layout * Add 'multy' and remove 'unkslot' * missbamby.cpp: Dumped the PROM for "basket" [jordigahan, ClawGrip]
* n8080: merge some input ports, remove tag lookups hap2021-09-024-97/+54
|
* n8080: move pcb notes to top of driver hap2021-09-021-135/+146
|
* spirit76: fixed knocker when free game attained. Robbbert2021-09-031-7/+6
|
* video/toaplan_scu.cpp: Use single-pass priority drawing for sprites. (#8521) cam9002021-09-029-82/+92
| | | | | * Use single pass pdrawgfx for sprite vs tilemap priority. * Use device-specific delegate for priority mask. * Use device_video_interface to find screen.
* New machines marked as NOT_WORKING Ivan Vangelista2021-09-013-3/+64
| | | | | | | ---------------------------------- Zelos (Japan, terminal) [Phil Bennett] - konmedal68k.cpp: possible identification of konslot and konslot2 sets [Wayder]
* Fix two characters inside the GIME (#8519) tim lindner2021-09-011-2/+2
|
* New working clones Ivan Vangelista2021-09-012-1/+22
| | | | | ------------------ Jor-eop Jeungmyeongseo (Korea) [xuserv, juking]
* segac2: decouple driver class from md_base_state hap2021-08-313-119/+110
|
* r2dx_v33: Add note about New Zero Team 1998 release (#8503) cam9002021-08-311-0/+1
|
* endianness.h: Use namespace std::literals AJR2021-08-311-1/+1
|
* Move endianness type into lib/util header AJR2021-08-3111-105/+138
|
* -viewgfx: Added fractional zoom-out support to the tilemap viewer. Also ↵ MooglyGuy2021-08-313-48/+105
| | | | added IPT_UI_ZOOM_AUTO for toggling auto-zoom mode without needing to cycle through all zoom levels. [Ryan Holtz] (#8510)
* db32016: Added cassette interface Robbbert2021-08-311-1/+25
|
* segac2: add another input for ooparts hap2021-08-311-0/+5
|
* mess.flt: Added pc9801_epson and pc98ha Robbbert2021-08-311-0/+2
|
* segac2: ooparts pcb does have upd sample rom hap2021-08-311-4/+7
|
* New working clones Ivan Vangelista2021-08-312-0/+17
| | | | | ------------------ Casino Five (3315-12, U5-0) [Brian Troha, The Dumping Union]
* - f-32.cpp: hooked up M6295 to royalpk2 Ivan Vangelista2021-08-313-27/+49
| | | | | | - segas16b.cpp: added proper ROM board IC locations for Riot City [Brian Troha] - vicdual.cpp: removed MWC flag from alphahob, since the color PROM is actually dumped for this set and the colors are fine
* segac2: mark ooparts as hack hap2021-08-311-3/+4
|
* segac2: improve wwmarine controls hap2021-08-311-61/+80
|
* New working machines hap2021-08-304-89/+255
| | | | | | | -------------------- SegaSonic Bros. (prototype, hack) [hap] Head On Channel (prototype, hack) [hap] OOParts (prototype) [hap]
* Use D32F texture format instead of D24, should fix AMD hardware (#8516) Julian Sikorski2021-08-301-2/+2
|
* add pc9821.cpp to mess.flt cracyc2021-08-301-0/+1
|
* 8042kbdc.cpp: mouse reset answers at least one byte if mouse disabled. yz70s2021-08-301-3/+11
| | | | Makes nforcepc bios happy.
* Merge pull request #8513 from 0kmg/nes-mapper234 ajrhacker2021-08-302-44/+26
|\ | | | | bus/nes: Fixed several games not loading in Maxi 15 multicarts.
| * bus/nes: Fixed several games not loading in Maxi 15 multicarts. 0kmg2021-08-292-44/+26
| | | | | | | | | | | | | | | | Software list items promoted to working (nes.xml) --------------------------------------- Maxi 15 (Aus) Maxi 15 (USA) Maxi 15 (USA, v2.0)
* | More miscellaneous cleanup: Vas Crabb2021-08-3013-1036/+1091
| | | | | | | | | | | | | | | | | | | | | | | | | | emu/render.cpp: Use I/O filter for zlib decompression, avoiding the need to use zlib directly. audo/bally.cpp: Moved several constructors out of the header, fixed a save state issue, and made outputs use finders. exidy.cpp: Split up state class and reduced reliance on driver init functions. Changed various drivers to use output finders.
* | fixed one-shot paddle timers in Apple II and clones (#8504) xotmatrix2021-08-304-20/+88
| |
* | Merge pull request #8508 from jessexm/patch-2 ajrhacker2021-08-291-2/+2
|\ \ | | | | | | wd177x_dsk.cpp: Add head count check
| * | wd177x_dsk.cpp: Add head count check Jesse Marroquin2021-08-291-2/+2
| | | | | | | | | Prevents further evaluation of incompatible formats.
* | | ghox: Reduce volume to avoid overdriving speaker AJR2021-08-291-1/+1
| | |