mamehaze
2208d6f74e
Added various TV games and cartridges: ( #12072 )
...
* nintendo/nes_clone.cpp: Added Croaky Karaoke 16-in-1.
* skeleton/hudson_poems.cpp: Implemented tile flip enable flag and added Spoo Daisuki! Playmat.
* tvgames/spg2xx.cpp: Added Dora TV Globe-Trotter (France) and Lexibook Junior My 1st Drawing Studio.
* tvgames/xavix.cpp: Added Tokyo Friend Park 2.
* gcslottv.xml: Added Juu-ou Junior cartridge.
New working systems
-------------
Epoch / SSD Company LTD Tokyo Friend Park 2 (Japan) [David Haywood, TeamEurope]
New working clones
--------------
VTech Dora the Explorer - Dora TV Globe-Trotter (France) [David Haywood, TeamEurope]
New systems marked not working
------------
Croaky Karaoke 16-in-1 [David Haywood, TeamEurope]
Konami Goo Choco Lantan Spoo Daisuki! Playmat [David Haywood, TeamEurope]
Lexibook Junior My 1st Drawing Studio [David Haywood, TeamEurope]
New software list items marked not working
---------------
gcslottv.xml: Jū-ō Junior [David Haywood, TeamEurope]
2024-03-02 02:51:54 +11:00
Miodrag Milanovic
af6cef00fa
New clones marked not working
...
-----------------------------
Tandy 4000 [Adrian's Digital Basement]
2024-03-01 08:39:20 +01:00
hap
3bced9d00f
New working clones
...
------------------
Little Professor (1976 version, rev. A) [hap, Sean Riddle]
Little Professor (1976 version, rev. B) [hap, Sean Riddle]
also made the 1978 version the parent set
2024-02-29 23:07:26 +01:00
hap
1c67206a4e
New working clones
...
------------------
Super Enterprise (model 210.C) [hap, Berger]
2024-02-29 23:07:26 +01:00
Vas Crabb
f28fe7db31
osd: Cleaned up MIDI and network interfaces a little more.
2024-03-01 05:06:54 +11:00
Ivan Vangelista
3191b41313
New systems marked not working
...
------------------------------
Speed Master (Ver. V1.0, Apr 29 2004) [siftware]
- taito/haplucky.cpp: added a couple more hw notes
New clones marked not working
-----------------------------
Speed Master (Ver. V1.0, May 23 2003) [siftware]
Speed Master (Ver. V1.0, Apr 28 2004) [siftware]
2024-02-29 18:00:55 +01:00
AJR
1c0d33f0db
haplucky: Add note about component
2024-02-29 11:04:19 -05:00
hap
8737ddd5a6
h8_timer16: revert b18bf9cade
- manually check for TGR match in update_counter instead (mu100 gets performance back)
2024-02-29 15:07:12 +01:00
hap
707d36ab2f
okim6258: small cleanup
2024-02-29 15:07:12 +01:00
Olivier Galibert
f1bb8a02ff
h8_sci: Fix sync transmissions
2024-02-29 13:31:34 +01:00
Ivan Vangelista
661208a015
New systems marked not working
...
------------------------------
Happy Lucky! [Phil Bennett]
- konami/blockhl.cpp: made it use view instead of bankdev
2024-02-29 07:19:03 +01:00
Patrick Mackinlay
eceeca2509
pc532: add floating-point unit
...
* ns32381: add new device
* ns32k: refactor slave interface
* ns32k: fix format 9 instruction decoding
2024-02-29 11:29:07 +07:00
AJR
7a80443450
bassstr, sbasssta: Skeleton input hookup
2024-02-28 22:41:45 -05:00
angelosa
e8b35a53b3
pci/pdc20262: dump v1.14 BIOS and provide PCI config scan [Guru]
2024-02-29 03:23:45 +01:00
angelosa
9b2e02a839
bus/pci: add PDC20262 card [Guru]
2024-02-29 02:50:32 +01:00
angelosa
0701ce97db
machine/sis5513_ide: housecleaning
2024-02-29 02:48:22 +01:00
hap
19c5c5bff8
added preliminary OKI MSM6588 ADPCM Recorder device
2024-02-29 01:52:37 +01:00
Olivier Galibert
094d06e5d7
h8_sci: Entirely revise clocking
2024-02-29 01:26:01 +01:00
Sylvain Glaize
5466b7f0c9
trs/mc10.cpp: Add "Multiport" cartridge and RAM expansion for the Matra & Hachette Alice ( #12080 )
2024-02-28 19:07:49 -05:00
holub
1e0dfbe8fd
spi_sdcard.cpp: implement SEND_CSD (SD_TYPE_V2) ( #12078 )
2024-02-28 19:02:31 -05:00
Adrian Siekierka
63864c41dd
g65816: Emulation accuracy fixes - (stack,S),Y and emulation mode quirks ( #12079 )
...
* Fix wraparound in (stack,S),Y addressing mode
* Emulate (direct,X) emulation mode wraparound bug, fix handling of direct page accesses in emulation mode.
* Ignore emulation mode for 24-bit pointer reads/writes
* Force usage of native 16-bit stack handling for 65816-exclusive stack instructions
* PEI also forces native 16-bit direct page handling
* PLB reads from ($200) instead of ($100) when S=$1FF in emulation mode
2024-02-28 18:42:16 -05:00
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