summaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* hash/xbox_hdd.xml: QA and srccleanxbox_swlist angelosa2024-07-151-5/+5
|
* microsoft/xbox.cpp: hookup HDD SW list angelosa2024-07-152-0/+30
| | | | | | New software list items marked not working ------------------------------------------ OEM Dashboard [archive.org]
* casio/fp1100.cpp: hookup INTF0 for function keys angelosa2024-07-151-13/+25
|
* spg2xx: Fix behavior of audio channel enable/stop flags (#12572) Simon Eriksson2024-07-142-38/+65
| | | | Automatic stops set channel stop flag while keeping channel enable flag unchanged. Channel is only active (channel status flag true) when enable flag is true and stop flag is false.
* sanyo/phc25.cpp: Consolidated into single file, cleanup, and removed use of ↵ Nigel Barnes2024-07-142-137/+92
| | | | | | utf8.h. - Use actual character generator ROM for phc25.
* segaufo: assume nmi enable is on IO2 CNT1, fix regression with debug ↵ hap2024-07-149-348/+328
| | | | | | popmessage, small cleanups, misc: update some notes
* casio/fp1100.cpp: misc notes angelosa2024-07-131-3/+9
|
* terracren: assume SSG channel C resistor is 1k instead of 10k ↵ hap2024-07-133-13/+12
| | | | (brown,black,red instead of brown,black,orange)
* i386: x87 stack top set to 0 when entering mmx state, generate #NM only from ↵ yz70s2024-07-131-4/+8
| | | | | | TS bit Mmx opcodes generate #NM only when TS is set, EM bit generates #UD
* New working clones Ivan Vangelista2024-07-134-20/+35
| | | | | | | ------------------ Dodge City (9131-02, U9-2B) [Brian Troha, The Dumping Union] - snk/snk68.cpp: corrected error in previous commit, updated PLDs labels for some streetsm sets
* i386.cpp: correct errors in pentops.hxx caused by bad mmxprolog routine yz70s2024-07-132-85/+86
| | | | | | | | | | Currently the mmxprolog routine can raise a #NM exception. But the caller will execute the mmx opcode anyway, unfortunately by fetching the bytes from the first instruction in the exception service routine. This adds a bool return value to mmxprolog so the caller can return too without making a mess.
* igs/pgmcrypt.cpp: Fixed Endianness issue for 32-bit games. Vas Crabb2024-07-133-37/+40
|
* taito/buggychl.cpp: Listed undumped versions shown in videos in header ↵ negunma2024-07-131-0/+12
| | | | comment. (#12571)
* bus/mc10: Added minimum ROM size and block size checks for cartridge ROMs. ↵ Sylvain Glaize2024-07-138-91/+77
| | | | | (#12088) Also cleaned up code and moved cartridge implementations to anonymous namespaces.
* monzagpb: correct company string and rename to monzagpa hap2024-07-124-13/+8
|
* - namco/rallyx.cpp: reordered gutangtn sets [Brian Troha] Ivan Vangelista2024-07-1211-865/+856
| | | | | | - olympia/monzagp.cpp: dumped a Monza GP original PCB which had the monzagpb romset. Dropped the bootleg designation from the title [Trol, Audiokit] - snk/prehisle.cpp, snk/snk68.cpp: consolidated drivers in single files
* dectalk: fixed distortion in DTC07 DAC emulation (#12567) datajake19992024-07-122-3/+3
| | | | | | | | | | | * dectalk: fixed distortion in DTC07 DAC emulation * dectalk: implement hakc to fix broken DSP output * dectalk: add comment acknowledging the hack in the last commit is technically wrong * dectalk: revert DAC bit depth back down to 12 as it sounds more accurate when compared with actual hardware * dectalk: update comment stating the DAC that is used on actual hardware(AD7541)
* igor.cpp: rename to ivant.cpp hap2024-07-126-61/+620
| | | | | | New working clones ------------------ Ivan The Terrible (H8/3216 version) [hap, Sean Riddle]
* ivant: rename to ivanto hap2024-07-123-44/+42
|
* k28m2: rename to k28 hap2024-07-125-41/+41
|
* k28: rename to k28o hap2024-07-123-31/+36
|
* casio/fp1100.cpp: convert main memory map to view, add save states, denote ↵ angelosa2024-07-121-43/+59
| | | | missing ROM from fp1000
* casio/fp1100.cpp: hookup cassette SW list angelosa2024-07-122-17/+173
| | | | | | New software list items marked not working ------------------------------------------ fp1100_cass: Alien No Gyakushu, Attack Sea Monster, Backgammon, Golf Game, Kalah Game, Moo Game, Renga Kuzushi, Vegetable Crush [archive.org]
* casio/fp1100.cpp: rip out legacy slot code angelosa2024-07-121-71/+2
|
* nokia/mikromik2: Mass Memory Controller WIP. [Curt Coder] Curt Coder2024-07-122-7/+165
|
* nokia/mikromikko2: Wired up the serial I/O and attached a diagnostic ↵ Curt Coder2024-07-122-10/+52
| | | | terminal. [Curt Coder]
* casio/fp1100.cpp: attempt sub hsync WAIT semantics angelosa2024-07-121-11/+44
|
* nokia/mikromikko2: Added speaker and diagnostic display. [Curt Coder] Curt Coder2024-07-122-3/+11
|
* New working clones Ivan Vangelista2024-07-124-30/+130
| | | | | | ------------------ Guttang Gottong [system11] Street Smart (bootleg of World version 1) [f205v]
* Add a skeleton driver for Alcatel Web Touch One web phone (#12534) ClawGrip2024-07-112-0/+161
| | | | | New systems marked not working ------------------------------ Alcatel Web Touch One (model 2840, Terra, Spanish) [Arcade Hacker, ClawGrip]
* nintendo/snesb.cpp: fill in missing DIP switches for several games, add ↵ Devin Acker2024-07-112-68/+89
| | | | continue counter init for Wild Guns (#12565)
* m6502/m5074x.cpp: Modernized logging, fixed Timer X mixing up the prescale ↵ arbee2024-07-111-6/+27
| | | | | | and countdown values. [R. Belmont] * Fixes several PowerBooks that were auto-polling ADB at 5 Hz instead of 70 Hz.
* igs/igs_fear.cpp: made game playable without sound [XingXing] (#12563) HappyASR2024-07-111-28/+354
|
* sapphire: fix NG button not showing with opengl video hap2024-07-121-0/+1
|
* New systems marked not working Ivan Vangelista2024-07-114-62/+216
| | | | | | | | | ------------------------------ Hard Puncher Hajime no Ippo 2 - The Fighting - Ouja e no chousen (VER.2.00J) [Hammy, buffi] - namco/namcos10.cpp: preliminary Namco MEM/IO board support [windyfairy] - devices/machine/nandflash.cpp: added TC58256AFT device [windyfairy]
* sapphire: prevent occasional lcd flicker hap2024-07-111-0/+4
|
* i386.cpp: correct buggy fxsave and fxrstor opcodes and let chihiro show 3D again yz70s2024-07-111-2/+2
|
* Systems promoted to working hap2024-07-113-9/+207
| | | | | --------------------------- Sapphire (Novag) [hap, Berger]
* h8_sci: add safety check in internal_update for possible negative ticks, hap2024-07-112-9/+15
| | | | h8325: mask unused sci register bits
* h8: add system clock getter (divided clock()) hap2024-07-113-11/+12
|
* New working systems Nigel Barnes2024-07-112-2/+241
| | | | | ------------------- PHC-20 [Nigel Barnes, Tony Jewell]
* taito/buggychl.cpp: hookup unused DSW1:8 angelosa2024-07-111-1/+2
|
* nokia/mikromik: Added missing SASI bits. [Curt Coder] Curt Coder2024-07-111-0/+3
|
* sapphire: add buttons hap2024-07-114-151/+132
|
* sapphire: add lcd screen hap2024-07-111-13/+83
|
* cpu/z80/r800.cpp: (#12530) wilbertpol2024-07-106-45/+2195
| | | | | | - Removed undocumented Z80 instructions that are not supported by the R800 - Updated basic instruction timing - Implement MULUB and MULUW Other R800 features are not implemented
* casio/fp1100.cpp: flip keyboard inputs angelosa2024-07-101-102/+123
|
* casio/fp1100.cpp: rewrite irq section angelosa2024-07-101-67/+85
| | | | * makes keyboard typing more consistant
* New systems marked not working hap2024-07-102-0/+323
| | | | | ------------------------------ Sapphire (Novag) [hap, Berger]
* gng: rename diamond (Diamond Run) to diamrun hap2024-07-102-30/+28
|