Commit Graph

89542 Commits

Author SHA1 Message Date
hap
a3b3b39a68 h8_timer: a way to fix (almost all?) missed events 2024-02-28 22:37:40 +01:00
hap
241d31b904 Revert "pc532: add floating-point unit"
This reverts commit ca431df745.
2024-02-28 21:07:58 +01:00
hap
b18bf9cade h8_timer16: remove irq check from recalc_event for software that polls the timer irq flags with interrupts disabled, big performance drop for mu100 unfortunately 2024-02-28 20:48:26 +01:00
hap
3b6aae51c2 h8_timer: edge case: if live counter is above m_counter_cycle, first count to 0xff instead of immediate modulo 2024-02-28 20:48:25 +01:00
hap
f3ea2208e4 h8_timer: remove impossible check,
h8_timer: overflow only happens when m_counter_cycle is the full range
2024-02-28 20:48:25 +01:00
hap
bd4f346ed1 h8_intc: don't detect an nmi at power-on when initial pin state is 'ASSERT_LINE',
h8_timer: prevent multiple interrupts when timer wasn't clocked
2024-02-28 20:48:25 +01:00
Patrick Mackinlay
ca431df745 pc532: add floating-point unit
* ns32381: add new device
* ns32k: refactor slave interface
* ns32k: fix format 9 instruction decoding
2024-02-28 17:55:24 +07:00
Vas Crabb
bdda7084bb MAME 0.263
-----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCAAdFiEE0DYtsBhE4EM627+6wXSxAYxAcQ4FAmXd0vMACgkQwXSxAYxA
 cQ5B8BAAiE+wyJ9vr5mscrzwZvfnEAWgPZxCqBQ9jyXL+Tz9yyQAij9iyIHz+14N
 Oe27Z04a0byKU+MNal74ap2c90Fz39cnABbcSl0n20TCMBs4Xfw1sldbURwLuJdG
 bowru+WebAzu1qgKAe71/PvUFniws+RbVF3dqCXhHEKjMgQmbbTLscfyU3IsXD3Y
 hiEoBXdUY+z+91BQgcjEtTqj2UqiBr0ePnRkyul1RhQI0GfndGqSXtW0/LnmscBb
 aBPbT4GiH1/a5Tq7AUmIQJkHHvCNhgFRDszgKBUWqSjOqYoCx08ZBel/fj76a820
 LqUlapSPScsVdSlUGZdhvhm8ZNdIzkX2ST+k5HILm0/vlCskfsK78ax8f9rJoOII
 DOVPU/EXmEVXTzImBjW1EWTFSgSpQ5zDQ8JqGXacTDrf5msQ0RAwtGMPuEkp9w2Y
 2uH8atN7Z+tYRDtPDhAHuRgvuvq5HrFqZZRNSjohwx2RTv/ye7vqdmWxzGF54+mw
 efPKQabagKSgQK4i8GH8nIHLSgvy2Xk0JwWjc7l7BueU1FtzEAQ1ajbsbyXJyhRg
 oV04FJx5QXJhptFreMkyKWobiXtjfYLK39lwLNiaKlpPuQrjo2IWsy+Bd015KGgo
 Kv3jtbGwXhPulyVU3O7bwuF3QP35SD/hjTYi90vSJbVvi1HCP30=
 =V7N9
 -----END PGP SIGNATURE-----

Merge tag 'mame0263' into HEAD

MAME 0.263
2024-02-28 16:20:55 +11:00
angelosa
0509fe8039 pc/pcipc_sis: replace svga_et4k default map with wd90c31_lr 2024-02-28 01:50:54 +01:00
Ivan Vangelista
38e786b219 dataeast/bwing.cpp: moved from bankdev to view, consolidated driver in single file 2024-02-27 20:39:19 +01:00
Firehawke
1f9c92a4cc
docs: Document building only the tools. (#12065) 2024-02-27 11:51:47 -05:00
BartmanAbyss
12129e0f93
gdbstub: fix checksum on Windows (#12067)
gdbstub: fix m68000 register names
2024-02-27 11:48:29 -05:00
Vas Crabb
93d8318325 Bumped version to 0.263 2024-02-27 23:17:06 +11:00
ksherlock
068704c298
scripts/build/verinfo.py: Use a raw string literal for regular expression. (#12069)
Fixes Pylint invalid escape sequence warning.
2024-02-27 23:03:37 +11:00
tim lindner
6709188bc8
hash/coco_cart.xml: correct hash for Predator (#12070) 2024-02-27 11:32:35 +01:00
Miodrag Milanovic
2c21af9f86 New clones marked not working
-----------------------------
Moj mikro Slovenija [Računalniški muzej]
2024-02-27 10:59:43 +01:00
tim lindner
b316d47bbb
trs/gime.cpp: Fix crash when FExx is constant and not allocated (#12071) 2024-02-26 22:48:52 -05:00
angelosa
2fbfd20f6f misc/ez2d: fix validation 2024-02-27 03:03:22 +01:00
angelosa
a2e412b42d pc/quakeat: replace Laguna 3d experiment with Voodoo Banshee card 2024-02-27 00:14:20 +01:00
angelosa
fb4db134ab bus/pci: separate AGP cards to their own container, add Laguna 3d as AGP slot option 2024-02-27 00:13:32 +01:00
Ivan Vangelista
8e95e766ef New working clones
------------------
Transporter the Rescue (LA-1) [Scott Charles, PinMAME]

- dataeast/lemmings.cpp: consolidated driver in single file
2024-02-26 18:10:13 +01:00
AJR
3e4ed5d6fe coreutil.h: Eliminate core_crc32 wrapper function in favor of util::crc32_creator 2024-02-26 08:14:15 -05:00
AJR
114300659f formats/flopimg.cpp: Fix apparent logic error in write splice setting test 2024-02-25 22:22:02 -05:00
Vas Crabb
2f642fcc60 yamaha/ymmu15.cpp: Marked Yamaha MU15 as not working. 2024-02-26 13:30:38 +11:00
angelosa
a3495023b8 misc/astropc: hookup Cx5530 devices 2024-02-26 03:22:39 +01:00
angelosa
71847a39a8 machine/pc87306: preliminary COM1/COM2/LPT1 support 2024-02-26 02:53:30 +01:00
hap
8d8da3e93a h83337: add readback of wscr and stcr 2024-02-25 22:07:36 +01:00
hap
8528c4c14b h8: add basic support for h8/3217,
h8_watchdog: clock divider table was the wrong way around
2024-02-25 21:04:41 +01:00
Vas Crabb
8b33ac0d0d Merge branch 'release0263' into HEAD 2024-02-26 06:35:15 +11:00
Vas Crabb
28e45d6a3a bbc_rom.xml: Use idiomatic markup in descriptions. 2024-02-26 04:10:27 +11:00
angelosa
9cdb31a316 video/voodoo_pci: fix Voodoo 2 PCI config values 2024-02-25 17:45:57 +01:00
angelosa
432d7d52ba video/pc_vga_s3: fix -validate 2024-02-25 17:35:27 +01:00
Vas Crabb
2dd558b2c0 Update copyright years. 2024-02-26 03:32:36 +11:00
angelosa
f451566d12 ata/xm3301: clarify set_model detection [Grull Osgo] 2024-02-25 17:09:34 +01:00
angelosa
3936865455 video/pc_vga_s3: separate Vision864/964/968 from Trio64, fix SDD UVCONFIG.EXE detection 2024-02-25 16:55:30 +01:00
angelosa
b278713450 misc/odyssey: fix screen orientation 2024-02-25 16:53:46 +01:00
qufb
170b85e381
casio/cfx9850.cpp: Add new ROM for CFX-9850GB Plus (#12061) 2024-02-25 10:02:04 -05:00
angelosa
0b02c6ff24 video/pc_vga_s3: bulk rename s3_vga_device -> s3trio64_vga_device 2024-02-25 15:49:00 +01:00
angelosa
29f3e69bd8 video/pc_vga_*: standardize DEFINE_DEVICE_TYPE descriptions 2024-02-25 15:48:24 +01:00
angelosa
76f499059f pci/vision: add Vision964, start implementing new MMIO for Vision 968 2024-02-25 13:55:23 +01:00
Roberto Fresca
1e3ebf9ae2 New clones marked not working
-----------------------------
Instant Winner (Spanish) [Roberto Fresca]
2024-02-25 07:42:44 +01:00
arbee
76740469bb New working systems
-------------------
Macintosh TV [R. Belmont]
2024-02-24 23:14:39 -05:00
arbee
03b4f45800 hash/mac_cdrom.xml: Refine compatibility class for Mac OS 7.6.x to note that a 32-bit clean 68020 (original LC) is compatible. [R. Belmont] 2024-02-24 23:12:20 -05:00
angelosa
5c84856b50 bus/pci: add Vision 864 and 968 cards 2024-02-25 01:52:51 +01:00
Roberto Fresca
5899c9b0ea igt/gkigt.cpp: Redumped Game King keychip key00016. [Roberto Fresca] 2024-02-25 01:44:30 +01:00
Olivier Galibert
4464126a43 h8 sci: use logmacro 2024-02-25 00:55:18 +01:00
Olivier Galibert
3d21b4d249 tmp68301: Add parity tx support 2024-02-25 00:04:09 +01:00
Olivier Galibert
4e36133ec6 tmp68301: Add parity tx support 2024-02-24 23:51:03 +01:00
hap
1b7b4e5f11 jumping: fix crash at start
(cherry picked from commit 5606dc201d)
2024-02-24 22:54:14 +01:00
hap
5606dc201d jumping: fix crash at start 2024-02-24 22:53:49 +01:00