summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/ldp1450hle.cpp
Commit message (Collapse)AuthorAgeFilesLines
* LDP1450: Fix display mode selection issue and grey background James Wallace2025-07-051-3/+3
|
* Clean up various stuff. Vas Crabb2025-07-011-10/+11
| | | | | | | | | | | | | | | | | | | | | | | | 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.
* srcclean Vas Crabb2025-06-251-20/+20
|
* LDP1450: Added preliminary support for custom On Screen Text mode. (#13490) James Wallace2025-06-181-80/+394
| | | | | | | | * 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]
* -tecmo/gaiden.cpp: Removed two-byte year hack of Wild Fang. Vas Crabb2024-07-051-437/+375
| | | | | | | | * When this was added, the submitter claimed it was based on a different code revision to any existing sets. It turns out that wasn't true. -atari/cops.cpp, machine/ldp1450hle.cpp, machine/r65c52.cpp: srcclean and tidy.
* cops.cpp: Promote Revelations to working (#12485) James Wallace2024-06-251-0/+1006
* LDP1450: Added HLE of player and hookups to some games that use it * LDP1450: Tweaked timings * LDP1450 - added some more comms, and text overlay logging * cops.cpp: Fixed loose input that stopped Nova games from booting * cops.cpp: Add Revelations support * LDP1450: Added multibyte command support * Revelations: Add SHA1 for disc image (needs redump)