| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(#13931)
New working systems
-------------------
Hyakujuu Sentai Gaoranger: DX Soul Bird (Japan) [David Haywood, TeamEurope]
Mission: Paintball Trainer [David Haywood, TeamEurope]
Mission: Paintball [David Haywood, TeamEurope]
New systems marked not working
------------------------------
Terebi de Asobou! Mickey & Minnie Mouse Kids (Japan) [David Haywood, TeamEurope]
Let's! TV Play Kage Hatsudou Taikan! Blue Dragon - Kiwamero! Fire Crisis! (Japan) [David Haywood, TeamEurope]
Beyblade Arcade Challenge 5-in-1 (US) [David Haywood, Sean Riddle, TeamEurope]
TV de Asobou! Manabou! Pooh-san to Issho: ABC AIUEO Zukan (Japan) [David Haywood, TeamEurope]
Let's TV Play Dragon Ball Z Battle Experience Kamehameha (Japan) [David Haywood, TeamEurope]
Family Tetris [David Haywood, Sean Riddle, TeamEurope]
My Arcade Galaga (DGUNL-4195, Micro Player Pro) [Sean Riddle]
My Arcade Galaga (DGUNL-4199, Pocket Player Pro) [Sean Riddle]
Go Retro Portable 260+ Games [David Haywood, TeamEurope]
Dontore da bei 2 - Ouchi de, Minna de Fitness! (Japan) [David Haywood, TeamEurope]
Yes! Precure 5: Issho to Henshin! Metamorphose! [David Haywood, TeamEurope]
Doraemon Taiko AIUEO Zukan (Japan) [David Haywood, TeamEurope]
Kyuukyoku! Muscle Stadium! Sasuke Kanzen Seiha (Japan) [David Haywood, TeamEurope]
New clones marked not working
-----------------------------
Hashire! Tobe! Nagero! Hyper Sports Challenge (Japan) [David Haywood, TeamEurope]
My Arcade Space Invaders (DGUNL-7006, Pocket Player Pro) [Sean Riddle]
New software list items marked not working
------------------------------------------
duelmast_cart.xml:
Duel Masters: Duel Station Ver.1 [David Haywood, TeamEurope]
Systems promoted to working
---------------------------
Scooby-Doo! and the Mystery of the Castle (JAKKS Pacific TV Game, Game-Key Ready) [AJRHacker, Sean Riddle, David Haywood]
- moved a few sets from mdconsole.cpp to megadriv_rad.cpp as they're clearly the same SoC as we have partial support for in there, and will help build a better picture of the features that SoC has.
- resorted mame.lst in a few places and other minor cleanups
|
| |
|
|
|
| |
(#13932)
* machine/ds1307.cpp: Dropped i2c prefix in the file name
|
| |
|
|
|
|
| |
external Caps-Lock circuits.
skeleton/cortex.cpp: Replaced keyboard to use AY-5-2376 encoder, and implemented the Caps-Lock and Graph keys.
|
| |
|
|
| |
(#13930)
|
| |
|
|
|
|
| |
- Revert change from 82c32ee2920ae0092ac5985cf0247d1f5c8dc7dc that broke dreamlss
- Don't falsely register I2C bus start or stop condition while device as slave is driving SDA
- Modernize logging
|
| |
|
|
|
|
|
|
| |
keyboard and general ADB traffic. [R. Belmont, Peter Ferrie]
* Greatly improves mouse tracking smoothness (Github #13670)
* Fixes Chessmaster 2100 hanging when you try to drag a piece
* Fixes Xenocide not accepting menu selections
|
| |
|
|
|
|
| |
glitch (Github #13669) and use m_ prefixes consistently. [Kelvin Sherlock, R. Belmont]
apple/apple2gs.cpp: Add 4soniq 4-channel support and flip channel mapping to match 4soniq and other emulators. [R. Belmont]
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
DMA slot (#13879)
* z80dma.cpp: Added UA858D variant
* sinclair/spectrum.cpp: Added configurable DMA slot
|
| |
|
|
|
|
|
|
|
|
|
|
| |
[R. Belmont]
* Pressing any key now wakes up from sleep, not just the modifier keys
* Pressing the power key (F12 by default) after Shut Down will turn the machine back on
apple/msc.cpp: MSC's VIA1 is customized: CB1 IRQs are a separate input not tied to CB1. [R. Belmont]
* This greatly improves the smoothness of 68K/68HC05 communications.
cpu/m6805/m68hc05pge.cpp: Implemented hardware keyboard matrix scanner, used during sleep and power off states by the PowerBook Duos. [R. Belmont]
|
| |
|
|
| |
* fix sound in 32x:aburner
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
docs: Explicitly state that installing a read/write tap returns the
pass-through handler.
cpu/mb86235: Using lowercas integer literal suffixes hurts readability,
especially when it's 1ll (compare to 1LL, especially in a Courier-like
font).
video/ppu2c0x_vt.cpp: Look for the patterns.
mame.lst: Expunge comments that started creeping back in.
taito/taitotz.cpp: Use versions as printed on Taito's hard disk labels
in descriptions.
debug/win: Requiring every debugger window class to care about the
console window's views is bad design. That's a clear case of
unnecessary coupling.
posix/posixptty.cpp: Testing for glibc does not guarantee pty.h is
available. It's possible to build glibc for targets where its PTY
wrapper functions are not implemented.
|
| |
|
|
| |
* ppu2c0x_vt: Remove unnecessary offset parameters from some handlers
|
| |
|
|
|
|
| |
programmable clock generator. [R. Belmont]
pwrbkduo/duodock.cpp: Hook up the ICD2053B for real timings and remove monitors that the hardware doesn't support. [R. Belmont]
|
| |
|
|
|
|
| |
Belmont]
* Allows usage of the Thunder IV GX 1600, the Ethernet NB Twisted Pair Card, and the two Ethernet LC cards.
|
| | |
|
| |\ |
|
| | | |
|
| |\| |
|
| | |
| |
| |
| | |
-Metadata corrections, missed srccleanin.
|
| |/
|
|
| |
The u'nSP CPU core addresses all data in 16-bit increments. There is thus no possibility of byte writes.
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* Move MZ-1E30 SASI, MZ-1R37 EMM from mz2500 base emulation;
* Fix range of EMM to 640KB max RAM;
* Add basic MZ-1E35 ADPCM emulation;
* Add SuperTurboZ EH-SASI ROM BIOS to MZ-1E30;
* implicitly fix dustbx01-dustbx02-dustbx03 bootups: they are incompatible with MZ-1E30 Sharp BIOS;
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
connections. (#13868)
* sound/va_eg.cpp: automatically determine if streaming is enabled.
Removed disable_streaming() function, updated drivers that were using it.
* sound/[va_vca, dac76]: Automatically detecting streaming CV.
Removed va_vca::configure_streaming_cv() and dac76::configure_streming_iref().
Adapted cps2000 to new sound engine.
* dac76: Correct comments about inputs.
* dac76: Remove forgoten instance variable.
|
| |
|
| |
* fz1: drive select is not connected
|
| |
|
|
|
|
|
|
|
| |
* roland_tr707.cpp: Audio emulation.
Systems promoted to working
---------------------------
TR-707 Rhythm Composer
* roland_tr707.cpp: comment and style fixes.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
entries) (#13848)
New software list items marked not working
------------------------------------------
Smart Cycle [TeamEurope]
Sasuke & Kinniku Battle!! Sportsman No. 1 Ketteisen (Japan) [TeamEurope]
Cyber Arcade Pocket - Disney Princess (JL1895DP) [TeamEurope]
XaviX Aero Check & Balance (XaviXPORT, Japan) [TeamEurope]
New software list items marked not working
------------------------------------------
smartcycle_cart.xml:
Discover the Dinosaurs (0308) [TeamEurope]
Learning Adventure (0608) [TeamEurope]
The Penguins of Madagascar (1410) [TeamEurope]
Scooby-Doo! (2108) [TeamEurope]
|
| |
|
|
| |
Golden Child]
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
| |
(removed one of the sets since it's an overdump)
misc: small cleanup
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- Added BLK0 and PB lines to the interface.
- Moved existing devices into anonymous namespaces.
bus/acorn/atom: Added GDOS, GDOS-2015, MDCR, Speech Synthesis Module, EPROM Switch Card, Tube Interface, EF9345 80 Column Card.
bus/acorn/cu: Added High Resolution Graphics, CUBIO w/ Race Controllers, Teletext Video Interface.
bus/acorn/system: Added configuration to use 32K RAM card with the Atom.
acorn/acrnsys.cpp: Devicified the System keyboard with AY-3-4592 encoder.
|
| |
|
|
|
|
|
|
| |
* LDP1450: Added support for custom On Screen Text mode (still needs checking against hardware).
New working system
------------------
Vision Quest [James Wallace, Jeff Anderson, Dragon's Lair Project]
|
| |
|
|
| |
(#13808)
|
| |
|
|
|
|
|
|
| |
move positions to osd interface
add special-casing for LFE
add reverb (currently too subtle, need to find out why)
vgm_visualizer: stop going OOB on the bitmap
|
| |
|
|
|
|
| |
New systems marked not working
------------------------------
STC 3910 Executel [Binary Dinosaurs, Nigel Barnes]
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
* machine/i2cmem.cpp: Don't enter start condition except from idle state
|