Michael Sanborn
8508ef92de
konami/nwk-tr.cpp: racingj2 and clones numeral update ( #10701 )
...
Despite the Arabic numeral shown at boot, the Roman numerals are shown in most other cases.
2023-01-03 19:06:58 +01:00
hap
65edfdd6b2
wwfsstar: fix spriteram oob access
2023-01-03 19:03:58 +01:00
David Haywood
b07839f377
new working clones ( #10730 )
...
* new working clones
-----
Jungle King (Japan, earlier, alt) [CWorks]
* improve description
2023-01-03 19:02:44 +01:00
ClawGrip
d1bfa6ed46
New working clone ( #10774 )
...
-------------------------------
Bank Panic (Tecfri bootleg) [Eduardo Anay, Recreativas.org]
2023-01-03 19:01:29 +01:00
tim lindner
ca9833f1af
hd6309: Fix STBT instruction ( #10781 )
2023-01-03 16:24:34 +01:00
hap
8af63d38da
m10: simpler irq handling
2023-01-03 14:32:22 +01:00
hap
2d18f03b22
chessking: add note about testmode
2023-01-03 13:58:22 +01:00
Vas Crabb
09e4b34dd8
Updated png.py to 0.0.20 (last version before Python 3.4 support dropped)
2023-01-03 16:05:24 +11:00
angelosa
c4fb7c16f9
New working software list items
...
-------------------------------
ibm5170_hdd.xml: Windows 98 Second Edition
2023-01-03 01:18:11 +01:00
Devin Acker
112444bcae
casio/ctk551: better default velocity controls ( #10776 )
2023-01-02 16:16:34 -05:00
benrg
823422ef6c
Improved Apple II hires graphics color simulation ( #10773 )
...
This algorithm decodes the scan line to 560 bits in the same way as the
hardware (and MAME's monochrome modes) and uses a 7-bit sliding window
on the decoded bits. The result is the same as before if all high bits
are clear. If high bits are set, the output is shifted right by one
pixel as it should be, and the unique artifact colors at the boundaries
between bytes with opposite high bits are simulated. (For more about
those colors see page 8-20 of Understanding the Apple II by Jim Sather.)
The monochrome modes are rewritten to use the same decoding logic, which
incidentally fixes some bugs: the left pixel of a 14-pixel group was not
updated at 0-to-1 bit-7 transitions (leaving old pixels on the screen),
the test against cliprect was incorrect, and m_dhires was ignored.
2023-01-02 15:14:47 -05:00
hap
d8f94651d7
distate: max_length() has no use for value() either
2023-01-02 16:05:37 +01:00
cracyc
63e58fe12c
upd765: unify data_irq and other_irq ( #10765 )
2023-01-02 08:52:25 -06:00
Patrick Mackinlay
80e0114cc4
i8255: update interrupt state with acknowledge/strobe inputs
2023-01-02 14:12:32 +07:00
Patrick Mackinlay
a41192d7a7
m68kfpu: add support for fmove.p (d16,An), Dn
...
* fixes frequent floating point errors running HP-UX 8 on HP9000/370
2023-01-02 14:10:02 +07:00
Vas Crabb
952b4ecc67
emu/romentry.h: Got rid of long-obsolete ROMENTRYTYPE_CARTRIDGE, and improved comments on ROM entry type constants.
2023-01-02 17:56:50 +11:00
AJR
10d5ed2a80
Fix various headers after 3f9fa672a4
2023-01-01 20:16:15 -05:00
AJR
3f9fa672a4
diimage.h: Move a few macro and delegate definitions down into subclasses
2023-01-01 20:12:47 -05:00
Vas Crabb
9f99b27d05
Bump dates to 2023 where appropriate
2023-01-02 11:58:17 +11:00
hap
47a484001c
distate: don't try to read unused value() during formatstr
2023-01-02 01:08:01 +01:00
hap
2bfe2358fb
tms9900: fix crash at start
2023-01-01 22:46:14 +01:00
goldnchild
fcb39a03d1
wy50: add beep ( #10771 )
2023-01-01 18:36:19 +01:00
hap
f808e38c9d
pic16c5x: small cleanup (1-line comments C++ style, switch/case spacing)
2023-01-01 15:01:11 +01:00
arbee
9250773856
apple2gs: workaround for Finder thinking the mouse button is initially stuck down. [R. Belmont]
2022-12-31 21:08:59 -05:00
arbee
8b2ed93002
macadb: added the Ins/Del keys and fixed some keypad keys. [R. Belmont, Kelvin Sherlock]
2022-12-31 20:21:56 -05:00
benrg
b458283914
Remove a2_video_device::m_dhires_artifact_map ( #10767 )
...
m_dhires_artifact_map was just a rotate-four-bits-by-2 lookup table.
The code that used it was already doing four-bit rotations by arbitrary
amounts, so it is slightly simplified by eliminating the table.
2022-12-31 19:54:44 -05:00
benrg
93500d7e6a
Merge copies of text_update and plot_text_character in a2_video_device ( #10766 )
...
a2_video_device::{text_update,plot_text_character} already had a
template parameter to distinguish II/II+ from IIe/IIc. Extending it
enables {text_update,plot_text_character}{_ultr,_jplus,GS} to be merged
in as well.
2022-12-31 19:54:07 -05:00
hap
d81c9d3824
andromed: add coinage dipswitch
2022-12-31 23:12:00 +01:00
hap
f22844c6f3
m11: assume video timing is same as m15
2022-12-31 21:42:27 +01:00
hap
0e56ddc1e9
m10: add PORT_ADJUSTER for irq freq
2022-12-31 20:47:41 +01:00
hap
8092b6f65c
m15: change 6502 clock to 733khz
2022-12-31 19:40:57 +01:00
hap
df362dac50
megaphx: remove ppi reset workaround, remove vector table ram copy workaround
2022-12-31 17:05:04 +01:00
smf-
17443dc5b0
andromed: Changed the ship and "ATTACK !" text colour & moved "ATTACK !" to the top of the screen, to match the video from a working board. Set the dip switch default so you don't receive free credits [smf]
2022-12-31 15:44:59 +00:00
David Haywood
056664a967
misc/megaphx.cpp: Adde YoYo Spell (prototype of Little Robin). ( #10763 )
...
New working clones
------
YoYo Spell (prototype) [Opernet, Recreativas.org]
2023-01-01 00:36:14 +11:00
cam900
73fcf8e58e
igs/pgm.cpp: Use logmacro.h for logging. ( #10762 )
2023-01-01 00:32:11 +11:00
Ivan Vangelista
ba33a1666a
New working systems
...
-------------------
Bowling Gum [augitesoul]
2022-12-31 09:34:35 +01:00
smf-
bfae43fc8c
Machines promoted to working
...
============================
Andromeda SS (Japan?) [Dillweed, smf]
2022-12-31 00:24:56 +00:00
Philip Bennett
dd0038a97d
Oops, these aren't quite ready yet (nw).
2022-12-30 16:07:40 -08:00
Philip Bennett
31af0b0e0f
New working machines
...
--------------------
Vs. Super Captain Flag [Phil Bennett]
2022-12-30 16:03:52 -08:00
benrg
5acb668006
Remove a2_video_device::hgr_update_tk2000 ( #10764 )
...
It was not referenced anywhere in the source tree, and was just a copy
of hgr_update with the address of page 2 changed from $4000 to $A000.
If support for this is ever needed, it could be handled by adding a
parameter to hgr_update.
2022-12-30 18:47:26 -05:00
hap
cc45555809
ttfball: add volume gate
2022-12-30 21:13:51 +01:00
Ivan Vangelista
934bd1bd1f
New working clones
...
------------------
Gaplus (GP7) [Arcadecomponents.com, Brian Troha]
2022-12-30 19:25:30 +01:00
Vas Crabb
c924e869a0
MAME 0.251
...
-----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEE0DYtsBhE4EM627+6wXSxAYxAcQ4FAmOtokcACgkQwXSxAYxA
cQ5pEBAAzd+1xTcQ7LR3BDw8pAMOsIHeKJJM+lnKgfv+KfJYuMp3MuJ5uyBNyhW2
cUdpg1fSHHFSRcpQKF2d8NiEkThTuTuGVns4AHbciIkohORRnh7Yen3LZAtheAuh
9mGfXrMTBZvlx7gLDGEVXCpRstRHGpx6kaZSzri+Jlw+TjhIz+aEg59sb+6HyKCO
9vJExZCqVnZLGuNU98nkQKEJ0MLJFoWrojKXUb0mD17a3jZfpCCXv/dyWjVgic/s
SbX8NiTdrQp9Yi3WbKbepfp7Ck2DvnJPObH0Zf1ZXgxs3+DWD/ku3WNP2IwIEAF7
/YzBkyDhkzKJVMBFO4jNCTQ61JeplsaLj4I6vLEN8/fHcs/zUOwp/BkrHpEBx0yv
OKxsL2Pjno7Mqxj/EnLI7QM8nCnOZxzuHrdosHsn6RdJAhaoRaYh2hz/WMiz5BVS
e2Uecu2Ake/1pEKfdHBOKBaWQODA68/nUnhQpNKby40UEcTYalriQ1Iah6cYsWpj
dYbLA1Ccs7FBNl+BNQgLVuhoVsVdtdmNagbdim9nC25zVz+drrj9zmyHIFQx8rGR
IKI70XXOWR/i4ZDETArwyuQN1hMittkU/WAsRVkoOJ4+38mkZclfwGwRfR6nk2vZ
jSw3r232opbNP8o+WLDyfe9oSeiZvc7oc8+nTD2V8fr65LzKst4=
=DxER
-----END PGP SIGNATURE-----
Merge tag 'mame0251' into mainline-master
MAME 0.251
2022-12-31 01:40:43 +11:00
hap
c7cbfc13f6
New working systems
...
-------------------
Sound FX Phasor [hap, =CO=Windler]
2022-12-30 13:19:16 +01:00
Miodrag Milanovic
33445a91b9
sfrj: merge driver files
2022-12-30 12:17:19 +01:00
Ivan Vangelista
74b13a32f4
ibm5170_cdrom.xml: fixed validation
2022-12-30 07:23:20 +01:00
angelosa
471ab7b5ac
New working software list items
...
-------------------------------
ibm5170_cdrom.xml: Actua Soccer (OEM v1.29), Duke Nukem 3D (shareware v1.1), Quake (shareware v1.01), SimCity Classic (v2.0), SimCity 2000, Slam Dunk Typing, Sturmtruppen: Risiken? (Italy) [archive.org]
New software list items marked not working
------------------------------------------
ibm5170_cdrom.xml: Beavis and Butthead - Virtual Stupidity, Corel DRAW! 6, Uffizi Virtual Museums [archive.org]
2022-12-30 03:56:30 +01:00
MetalliC
135d5a7d30
new WORKING clone
...
-----------------------
Espgaluda II (2005/11/14.MASTER VER.) [twistedsymphony]
2022-12-29 23:33:31 +02:00
Ivan Vangelista
a5c9a9e29a
- atari/arcadecl.cpp, atari/cybstorm.cpp: consolidated drivers in single files
...
- various drivers: removed unneeded bankdev.h include
2022-12-29 18:29:05 +01:00
David Haywood
074670cd81
pacman/pengo.cpp: Sorted Pengo sets, and changed scheme for short names ( #10751 )
...
* Export versions have replaced music/faster maze drawing.
* Japan versions have slow maze drawing and 'popcorn' music.
* The unencrypted sets are the newest releases we have of both versions - for Japan that is ROMs 5120-5127 and for export that is ROMs 5128-5135 (suggesting these unencrypted versions were both released at the same time).
2022-12-30 03:26:49 +11:00