AJR
b404a3e306
z80: Clean up error message and inconsistent bracing
2023-06-04 16:15:47 -04:00
Mark Garlanger
bdb2a2af7e
z80.cpp - Add EI to IM0 handler ( #11307 )
...
* z80.cpp - Add EI to IM0 handler
The heath/h89.cpp with a z37 soft-sectored controller uses IM0 and places an EI instruction on the bus when DRQ signal is received from the WD disk controller.
I'm putting this part up early to get comments. Maybe someone with more experience with the z80 code could implement the top TODO in this file
```
- Interrupt mode 0 should be able to execute arbitrary opcodes
```
2023-06-04 14:48:59 -04:00
ArcadeShadow
c77c590c63
Fix LeapFrogs' softwarelist name ( #11310 )
...
Lowercase on media support "cartridges" word
2023-06-04 12:43:17 -04:00
Rebecca Wallander
43b81a3be5
compis.xml: Add some recently spotted undumped software to list ( #11309 )
2023-06-04 12:42:29 -04:00
ywy
641c9b1646
taito_f3_v.cpp: Fix visible tile check for alternate tilemap lines ( #11311 )
2023-06-04 12:41:44 -04:00
hap
97434990fa
addocalc: remove power off timer
2023-06-04 17:12:58 +02:00
wilbertpol
218dddf630
msx1_cart.xml: Add four Quick Disk interfaces (not working). ( #11306 )
...
New NOT_WORKING software list additions (msx1_cart.xml)
------------------------------------------
DPQ-280 Quick Disk Drive
DPQ-280 Quick Disk Drive (alt)
QDM-01 Quick Disk Drive
VY-0002 Quick Disk Drive
2023-06-05 00:50:11 +10:00
hap
44feade33f
New working systems
...
-------------------
Addometer Calculator [hap, Sean Riddle]
2023-06-04 15:01:37 +02:00
arbee
e711951979
Some more sprintf() deprecation warning fixes. [R. Belmont]
2023-06-03 20:27:30 -04:00
arbee
982d9385b9
Clean up several sprintf() deprecation warningss in non-3rdparty code. [R. Belmont]
2023-06-03 16:52:00 -04:00
AJR
d28d93b9dd
flower.cpp: VBLANK interrupt modernization
2023-06-03 15:11:01 -04:00
hap
e885967643
mips3: remove stray printf
2023-06-03 20:35:26 +02:00
hap
69c3876233
k28: (re)add imperfect sound flag
2023-06-03 15:35:27 +02:00
Olivier Galibert
afd157a5e4
votrax: It's more than good enough to remove the flag
2023-06-03 15:22:43 +02:00
hap
8f84fbb708
iteagle_fpga: fix issue with LOG_SERIAL
2023-06-03 15:22:16 +02:00
Olivier Galibert
77b010b388
m68000: Remove leftover debug logerror
2023-06-03 13:28:28 +02:00
hap
bfc0500496
1943: correct mcu interrupt pin
2023-06-03 13:19:25 +02:00
hap
b687a33d6a
1943: don't ignore audiocpu reset line
2023-06-03 13:02:24 +02:00
hap
2e0cacd3ad
mcs51: add rxb8 to uart reset
2023-06-03 12:02:10 +02:00
AJR
c072c4c674
x68k.cpp: Avoid dereferencing null pointers when fewer than 4 floppy drives are configured
2023-06-02 20:53:35 -04:00
Curt Coder
bbc252cd19
New working software list items
...
-------------------------------
abc1600_hdd: Formatted Micropolis 1325A 69MB, Formatted NEC D5216A 20MB. [Curt Coder]
2023-06-02 14:13:38 +03:00
Olivier Galibert
f4dccdc1c5
m68000: When a SR S-flag update happens in parallel to a bus access, be careful to delay the update to after the access because it is otherwise seen too early through fc, and acts on mmus&co. Fixes hp_ipc [ajrhacker, O. Galibert]
2023-06-02 12:01:34 +02:00
AJR
265d9a542b
blockcarb: Add music
2023-06-01 21:51:34 -04:00
Vas Crabb
1c475f8ad1
misc/micro3d.cpp: Use more plausible input ranges (MT08656).
2023-06-02 05:55:56 +10:00
buffi
f18cb715e6
psikyo/psikyo.cpp: Corrected screen timings and interrupts for Gunbird and Sengoku Ace. ( #11303 )
...
Gunbird is verified to use the same timings as Strikers 1945 and Tengai, so Sengoku Ace can be assumed to be similar.
2023-06-02 04:47:24 +10:00
987123879113
10a54ca422
namco/namcos10.cpp: Add Taiko no Tatsujin RT: Nippon no Kokoro. ( #11302 )
...
New working systems
------------------
Taiko no Tatsujin RT: Nippon no Kokoro [nnap, Hajime0512, Peter Wilhelmsen, Samuel Neves]
2023-06-02 00:57:27 +10:00
hap
8a874992c5
qkracer: swap parent/clone
...
tmvolleyb: fix display problem with left digit
2023-06-01 13:47:55 +02:00
ToastmanJack
65e7f0a7c4
Cleanup of Markham.cpp documentation ( #11299 )
2023-06-01 11:47:04 +02:00
buffi
ee569aa965
video/epic12.cpp: Apply clipping to Blitter calculations as well. ( #11295 )
...
* Fixes excessive blitter delays when games do large over-draws.
* The fog in stage 1 of Mushihimesama Futari 1.5 is a good example of this.
2023-06-01 16:04:08 +10:00
ksherlock
7459e3e62f
atari/atarist.cpp: (ste) don't segfault immediately when starting ( #11296 )
2023-05-31 22:42:17 -04:00
arbee
ca881dd7e0
apple/macrtc.cpp: Don't cache the time reference, it's somehow different for different timezones. (GitHub #11298 ) [R. Belmont]
2023-05-31 21:28:01 -04:00
MooglyGuy
9f661e567c
emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit function signatures. ( #11283 ) [Ryan Holtz]
2023-06-01 01:43:46 +10:00
ClawGrip
a993507370
galaxian/galaxian.cpp: Dumped and added an Amidar bootleg. ( #11291 )
...
New working clone
--------------------------
Amidar (bootleg, set 2) [Rubén Casaña (Retro Arcadia Valencia), ClawGrip]
2023-05-31 23:24:00 +10:00
wilbertpol
ce2a6a11da
msx1_cart.xml: Added 28 items (26 working). ( #11286 )
...
New working software list items (msx1_cart.xml)
-------------------------------
Rally (Japan) [file-hunter]
Rise Out from Dungeons (Korea) [file-hunter]
River Raid (Japan, alt) [file-hunter]
RX Editor YRM-302 (Japan, alt) [file-hunter]
QBIOS (v1.2) [file-hunter]
QBIOS (v1.1) [MSXDev]
QBIOS (v1.0) [MSXDev]
Quartet (v1.2) [MSXDev]
Quartet (v1.1) [file-hunter]
Questprobe 2: Spiderman [file-hunter]
Raftoid (v1.1) [MSXDev]
Raftoid (v1.0) [file-hunter]
Ratbox [file-hunter]
Raven [MSXDev]
Reflexion [MSXDev]
Reflexion (alt) [MSXDev]
Relevo's Snowboarding [MSXDev]
Retaliot [MSXDev]
Risky Rick (demo) [file-hunter]
RMD [n.i]
Robo Rumble [MSXDev]
Robots [MSXDev]
Robotto Demo [file-hunter]
Running Naked in a Field of Flowers [MSXDev]
Running Naked in a Field of Flowers (older) [file-hunter]
Ruptus [inufuto]
New NOT_WORKING software list additions (msx1_cart.xml)
------------------------------------------
Rogo Language Card SVI-2000C (Europe) [file-hunter]
Rogo Language Card SVI-2000C (Europe, alt) [file-hunter]
2023-05-31 23:16:24 +10:00
hap
0322030436
Systems promoted to working
...
---------------------------
Finger Bowl [hap, Sean Riddle]
2023-05-31 13:27:43 +02:00
smf-
6c3422c579
commodore/clcd.cpp added newer, May 1985 bios, from Jeff Porter's prototype & fixed the April 1985 bios labels. [Jeff Porter, Mike Naberezny, smf]
2023-05-31 09:57:17 +01:00
Vas Crabb
883f063cf8
bgfx: Hopefully fix glslang build with newer GNU C/C++ standard library verisons.
2023-05-31 16:06:23 +10:00
Vas Crabb
dc8a8cf6a4
MAME 0.255
...
-----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEE0DYtsBhE4EM627+6wXSxAYxAcQ4FAmR2N7kACgkQwXSxAYxA
cQ5G1g/9HRdMm3ssIYiL+kTK0vGO5ngQB9kJ2AZV1T4bXS1Gc/0XT7VmjNjtrHNb
Esw9f5XWe4ugzV5tV3eGI9ltci/LzDGuZRw/hQpbN+EsEWdI2XxPXx4b2D8wJWG2
zLBn3MLjouq3nAaQk/fJ16oYdKc2amve/jE8EZnlmgV5IZkrsa8+KNqJUN+ewn96
OsOaJtGSeYYV+2m8R8ikRW54t/3q7QLLUkEyQM01u8ML0ErVSKIqqNzLeWziwDGD
QMH8a2KhWSl7n8bG8U3ifIuw5/e8wxMc+zlUHrZ7OnEK4lTN8TYERosIR/3hLQ6b
QH5ht9pAzs78YTYoocGKdjMIGhciZvPr+vIs68SMT6V2ZkVwzY3e51HXpnCyiJzh
ggwM/bLyAPmHIAsXAunyizubUNb3rqrketSsmQwippyqKYMyiwta09N7mTSmObkD
wzQd+RlrI5daiS7gSHafLWTVYqmVCSHPLEzWWfhWRd52DjfxB56C7mwfRbdS09yJ
WJvdFNWS/WJ1lMrCRbt/HsPQrhgEGrIOdJN9fpGktujjaaCKfn2TXur6KoBnrCR4
RMv93JIlITu6WXJMt8kQXlwOokhWkwMVrasboSX9wI9z/NGGZN2MclL+N8W46Ar/
KS90BVy9u0DQmInX/30o5PtvyDSA5ukVH34ksmmr3tcgrLxhO+E=
=QQLW
-----END PGP SIGNATURE-----
Merge tag 'mame0255' into mainline-master
MAME 0.255
2023-05-31 15:55:31 +10:00
Vas Crabb
191e13835a
sega/puckpkmn.cpp: Made Puckman Pockimon set showing Sun Mixing copyright the parent.
...
Also cleaned up a bunch of random stuff.
2023-05-31 15:50:45 +10:00
angelosa
3cc5650b49
New systems marked not working
...
------------------------------
pc/sis630.cpp: Polo "Genie", Terminator P-3 "Cusc", V630E Baby AT [The Retro Web]
2023-05-31 03:26:17 +02:00
angelosa
de6a59bd26
scripts/src/video.lua: fix PC_VGA_S3 header
2023-05-31 01:18:34 +02:00
Vas Crabb
c6650dc072
Bump version to 0.255
2023-05-31 03:50:57 +10:00
AJR
50112ad31b
glass.cpp: Clean up interrupt control and adjust refresh rate (fixes regression in glasskr)
2023-05-30 11:58:03 -04:00
Angelo Salese
07e72ad252
misc/rawthrillspc.cpp: standardize licensed -> license
2023-05-30 12:14:48 +02:00
angelosa
892cfe410b
pc/pcipc.cpp: derive a very preliminary i440bx AGP target from savquest BIOS
...
machine/w83977tf.cpp: preliminary Super I/O PoC
2023-05-30 02:29:30 +02:00
Angelo Salese
93888542d2
video/pc_vga.cpp: part 1 of interface modernization ( #11284 )
...
- video/pc_vga.cpp: Move everything that doesn't belong to main VGA/SVGA interfaces to per-manufacturer family files;
- shared/pcshare.cpp: retire pcat_base_state::pcvideo_* fns;
- video/pc_vga.cpp: temporary move gamtor_vga_device to misc/gamtor.cpp;
- bus/isa/isa_cards.cpp: retire TGUI9680 from being selected (all refs points to be a PCI card only, there's mention of a VLB card but haven't seen a single retail dump/photo yet)
- bus/isa/svga_trident.cpp: add TVGA9000 ISA card
- bus/isa/svga_tseng.cpp: add earlier ColorImage ET4000AX variant
- bus/isa/svga_tseng.cpp: add Kasan Hangulmadang-16 Korean variant ISA
- Adds a very preliminary implementation of nVidia Riva 128 PCI card, added as a temp target in pc/pcipc.cpp (pcinv3);
- video/pc_vga.cpp: Rework and fix VGA input sense (necessary to allow Riva 128 to survive POST);
- video/pc_vga_s3.cpp: Fix s3_vga_device inheritance (was subclassing from ati_vga_device)
- pc/calchase.cpp: convert custom JAMMA i/f to ISA device;
- pc/calchase.cpp: connect Trident VGA to ISA bus;
2023-05-30 02:19:46 +02:00
hap
a5217a6917
New working clones
...
------------------
Computerized Arcade (COP421 version, model 60-2159A) [hap, Sean Riddle]
2023-05-29 23:59:14 +02:00
Vas Crabb
f85946fbdf
Merge branch 'release0255' into mainline-master
2023-05-29 14:15:04 +10:00
MooglyGuy
00c0b35018
-cpu/es5510: Avoid calling DESCRIBE_INSTR when not verbose-logging. ( #11285 ) [Ryan Holtz]
2023-05-29 14:13:23 +10:00
AJR
baba091b74
tx0.cpp: Append to output files for punched tape and typewriter images
2023-05-28 23:12:11 -04:00