Commit Graph

88404 Commits

Author SHA1 Message Date
angelosa
986bbe934d taito/bingowav.cpp: add correct TMP68303 type for terminal CPU 2023-11-19 23:08:17 +01:00
angelosa
d31bca8f7b nasco/crgolf.cpp: add extra notes about undumped protection entity in mastrglf 2023-11-19 23:07:38 +01:00
Vas Crabb
bfbc03c559 Cleaned up some recent changes a little. 2023-11-20 04:45:19 +11:00
JOTEGO
e4d59f2179
konami/thunderx.cpp: Simplified 052591 PMC emulation code a little. (#11759)
Removed some redundant variables, and removed complementary division/multiplication.
2023-11-20 04:16:35 +11:00
Vas Crabb
8cb834bed9 Revert "seibu/dynduke_v.cpp: Use single-pass sprite drawing. (#11758)"
This reverts commit 3d6955e3d1.
2023-11-20 03:53:28 +11:00
cam900
3d6955e3d1
seibu/dynduke_v.cpp: Use single-pass sprite drawing. (#11758)
Manage sprite/tilemap priorities using priority masks.
2023-11-20 03:39:14 +11:00
Vas Crabb
418d093e54 Revert "3rdparty/portaudio: Enabled PulseAudio backend for Linux. [invertego]"
This reverts commit c5927d37e7.

PortAudio's PulseAudio backend currently has issues.  We'll sit this out
until that's sorted out upstream.
2023-11-20 02:32:34 +11:00
hap
e0e54ec5c3 videoart: clear is 2 buttons, make color bar longer 2023-11-19 15:20:57 +01:00
angelosa
3847a289a4 New systems marked not working
----------------------------------
Tera Drive [SpritesMind, archive.org]
2023-11-19 04:19:12 +01:00
AJR
bf16566fea taito/taito_o.cpp: Fix unused lambda capture 2023-11-18 21:47:21 -05:00
angelosa
852af03a84 taito/taito_o.cpp: fix eibise sprite priorities 2023-11-19 02:15:03 +01:00
angelosa
66ae05815a taito/taito_o.cpp: rewrite I/O section, make eibise playable 2023-11-19 02:01:42 +01:00
Mark Garlanger
72300f1ba2
heathkit/tlb.cpp: Added missing call to base class reset for heath_imaginator_tlb_device. (#11757) 2023-11-19 04:43:44 +11:00
Devin Acker
a8015550ce
sound/upd933.cpp: Use a timer to activate interrupt output. (#11750)
* This decouples the interrupt output from the sound update cycle so it's timed correctly.
* Also improved interrupt priority handling.
2023-11-19 02:41:19 +11:00
Mark Garlanger
61fe61537a
heathkit/tlb.cpp: Fixed Superset text display issues. (#11652)
* Fixed font selection, blink attribute and no character attribute.
* Added checks for debugger accesses in a few read handlers.
2023-11-19 02:26:45 +11:00
Fred
e788cd6025
taito/taito_f3_v.cpp: Cleaned up code. (#11728)
* Replaced macros with functions and lambdas.
* Changed variables to more appropriate types.
* Removed fixed scale version of drawing function
* Removed saturating byte addition table.
* Reduced scope of local variables.
2023-11-19 02:18:05 +11:00
hap
ed4e060e7a New working software list items
-------------------------------
fidel_scc: Challenger Book Openings 2 (set 2) [Berger]
2023-11-18 11:12:27 +01:00
Ivan Vangelista
8279144f93 taito/taito_f2.cpp: corrected ROM labels for the finalb sets [Brian Troha] 2023-11-18 08:01:47 +01:00
Roberto Fresca
072367deb5 Fixed the Lucky 8 Lines control panel layout colors. 2023-11-18 06:18:24 +01:00
angelosa
b3720a2bf1 taito/dinoking.cpp: add basic hookups 2023-11-18 04:03:06 +01:00
angelosa
25c78cfb53 nasco/suprgolf.cpp: rewrite ADPCM section, improve playback 2023-11-18 00:17:09 +01:00
Nigel Barnes
d10c27e830 bus/bbc/tube/tube_6502p: Added ROM variant Tube 0.06. 2023-11-17 22:43:58 +00:00
Nigel Barnes
8f970de608 bus/psion/honda/slot.h: Added pinout notes. 2023-11-17 22:25:49 +00:00
Nigel Barnes
e8ece572f4 acrnsys1: Minor cleanup, and changed company to Acorn Computers. 2023-11-17 22:14:49 +00:00
Nigel Barnes
4a29438376 bus/bbc/analogue: Added Microwriter Quinkey input device. 2023-11-17 20:28:32 +00:00
Nigel Barnes
c213897ffc bus/bbc/1mhzbus/pms64k: Added ROM to initialise the device. 2023-11-17 19:08:43 +00:00
Nigel Barnes
fccb3e2f47 6883sam.cpp: Moved to machine folder, for use in non coco/dragon machines. 2023-11-17 19:08:43 +00:00
Nigel Barnes
77f564195c jvc_dsk: Only match by file size if the file is headerless. 2023-11-17 19:08:43 +00:00
ClawGrip
532a476944
misc/majorpkr.cpp: Dumped two unprotected PLDs for 'syutnori'. (#11753) [Taksangs]
All the other PLDs were protected.
2023-11-18 04:53:05 +11:00
Mark Garlanger
31e73fea7d
heathkit/tlb.cpp: Added Imaginator I-100 terminal for Heath H19/H89. (#11735) 2023-11-18 04:49:28 +11:00
mamehaze
1c9a2cc768
sega/megaplay.cpp: Use export NTSC Mega Drive system configuration. (#11748)
MegaPlay was apparently only intended for export markets and games shouldn't run in Japanese.
2023-11-18 04:03:54 +11:00
ClawGrip
56ac5781df
igs/goldstar.cpp: Added a third version of Animal House (not working). (#11749)
New clones marked not working
------------------------------
Animal House (set 3) [Taksangs]
2023-11-18 01:00:42 +11:00
codefrog2002
4b97c29d40
tms32025 neg instruction accidentally modifies the wrong status register - C_FLG is in ST1, not in ST0. Calling CLR0(C_FLG) or SET0(C_FLG) accidentally modifies ST0's INTM bit instead of ST1's C bit. (#11752) 2023-11-17 09:22:12 +01:00
Vas Crabb
07dbd00111 bmc/bmcpokr.cpp: Improved DIP switches for fengyunh and shendeng. 2023-11-17 18:54:30 +11:00
angelosa
b574c62bfd nasco/suprgolf.cpp: modernize palette/vram memory view, reduce ADPCM aliasing, misc cleanups 2023-11-16 23:13:12 +01:00
Vas Crabb
ce7aa9f6a0 bmc/bmcpokr.cpp: Filled in most DIP switch settings for fengyunh and shendeng. 2023-11-17 09:01:30 +11:00
Ivan Vangelista
3bc0a56edb New working systems
-------------------
Fengyun Hui [Guru, Dyq, little0]

New working clones
------------------
Pili Shen Deng [Guru, Dyq, little0]
2023-11-16 18:11:55 +01:00
AJR
e7c243bdce nld_9316_base.hxx: Maximum count for 9310 is 9, not 10 (MT 08787) [Robbbert] 2023-11-16 11:16:00 -05:00
Vas Crabb
143f6c4508 luaengine.cpp: Restored ability for wait functions to yield values from coroutines.
Made the documentation on what it's supposed to do a bit clearer.
2023-11-17 02:56:56 +11:00
Vas Crabb
a101939009 -luaengine.cpp: Fixed jobs waiting for frame updates sleeping forever.
-sega_beena.cpp: Removed requires external artwork flag - the internal
 artwork is adequate.
2023-11-17 02:18:28 +11:00
hap
689e75b439 ccompan/ccompan2: rename driver 2023-11-16 16:17:06 +01:00
Angelo Salese
569b37f319
kiwako/jongkyo.cpp: add notes about $4x area, demote to MACHINE_UNEMULATED_PROTECTION 2023-11-16 15:05:07 +01:00
hap
cc4df32ff6 misc drivers: confirm hd44780 osc resistor 2023-11-16 10:40:52 +01:00
hap
93d173e9ea fidelity elite,6x09dasm: update notes 2023-11-16 10:12:39 +01:00
Lord-Nightmare
6ca98f5f7b Explicitly define a clock for all HD44780 and derivative LCD controllers, and add a validity check to ensure the defined clock is non-zero. [Lord Nightmare] 2023-11-15 17:15:33 -05:00
ClawGrip
06910ab5de
phonenix/phoenix.cpp: Added a second Iresca bootleg of Pleiads. (#11745)
New working clone
------------------------
Pleiads (Irecsa, set 2) [David Bosque, Jose Gil Boria, ClawGrip]
2023-11-16 06:28:35 +11:00
Ivan Vangelista
5259b88b1f royalmah/dynax.cpp: dumped TMP internal ROMs for cafedoll and cafebrk [buffi, Recreativos Piscis] 2023-11-15 18:15:18 +01:00
hap
555ba8e767 6x09dasm: remove old license comment 2023-11-15 10:38:19 +01:00
angelosa
a083d5a8da sega/fwheel.cpp: untangle from sms_state, add ROM bank 2023-11-15 03:50:19 +01:00
angelosa
0f1fda3215 dataeast/progolf.cpp: cleanups 2023-11-15 02:39:17 +01:00