Commit Graph

607 Commits

Author SHA1 Message Date
Vas Crabb
31f001e501 Bump version to 0.241 2022-02-23 01:55:13 +11:00
Vas Crabb
f0ab44fe1c Bump version to 0.240 2022-01-30 05:53:04 +11:00
Vas Crabb
80bcaea1ed Bump version to 0.239 2021-12-29 02:17:03 +11:00
Vas Crabb
fb21b78904 Bump version to 0.238 2021-11-24 05:07:01 +11:00
Vas Crabb
b0cec43b7e MAME 0.237
-----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCAAdFiEE0DYtsBhE4EM627+6wXSxAYxAcQ4FAmF3iSMACgkQwXSxAYxA
 cQ6M6A//aq6fZhNtwCuHMXgpN7G854MSs/ogh0H7LcgtxS8ScuhbcOO2IUQapqYy
 TTr4ztRkqDkFMdAASLLlh3PUsl315rHqfl+B1FrFNMpw+X/fQiPvv1cRlwVOZLCR
 Ipk3LSx3rCtXTjzw2IGxpi9ToJuS7vPrKTpxX5npfPiwsMUX1P76y72LoLUTJ/BF
 psU8A4XFpDHICEOQFY3085GMtqmeE0bFs8H4aEubneLNWQYJ0id967Dv9vyqv6Gq
 6UC6CS8PEe0dG5IbzW5m3hDCgnNwFdWPzWcvE6NmWA1lke21fxZB7jH/tJ2MMOg3
 /kXtS3DOX5sPAKYvtXQ2NDAeRZSxYPZscoeLTq9zjf/PVhPj0o6voK0YlkTEXhmh
 im9Rntil52uI91aUPjUneq2vVOBMLy1hlT3kJRV2WCIuIxtw1xjE1SWBbjBRDf9X
 i6mj9puhbHKzV+rhumrU0iZhDbRYN1NOGAsTqqtTyhSj1L20myGpIOmgjW2MtsJ5
 V3eCdC/F/IoWrFE20dIWrxgIgQj8jB2W/5/6XHZzgsqSMsurR94iKKgUezjvpGHb
 3T/HFIFUvkj7FOs565yzrLdn9y/Aj4IPWv6fLyZa1hYclRk0TuEhr9Az0qRH9FFU
 cRU3Wvf3ccwrVoVUiFadonVzZG9G8CcIkvC7k6GAJdHvBvkkSaY=
 =q0mw
 -----END PGP SIGNATURE-----

Merge tag 'mame0237' into mainline-master

MAME 0.237
2021-10-27 01:45:16 +11:00
Miodrag Milanovic
9e7455b057 Remove of winstore/winphone 2021-10-26 11:18:31 +02:00
Miodrag Milanovic
63f907ee32 vs2019_clang target is now used instead of vsllvm 2021-10-26 11:11:35 +02:00
Miodrag Milanovic
8a6482eba6 fastbuild removal 2021-10-26 11:08:41 +02:00
Miodrag Milanovic
34d4c26e40 Remove old VisualStudio 2021-10-26 11:07:34 +02:00
Miodrag Milanovic
22d5ba05dc xcode4 and ios removal 2021-10-26 10:59:28 +02:00
Miodrag Milanovic
1a79bb82b1 rpi target was not used, but regular linux one anyway 2021-10-26 10:50:09 +02:00
Miodrag Milanovic
60aed0ed6b cmake target was not very useful 2021-10-26 10:45:16 +02:00
Miodrag Milanovic
7d75eee51e Remove CI20 2021-10-26 10:42:34 +02:00
Miodrag Milanovic
97a7d8bec8 Remove steamlink 2021-10-26 10:40:30 +02:00
Vas Crabb
34d8357465 Bump version to 0.237 2021-10-26 15:50:06 +11:00
Vas Crabb
769413bc0e Remove compiled message catalogs on clean, show clean commands for VERBOSE=1. 2021-10-24 17:37:11 +11:00
Vas Crabb
e778bb9a8c srcclean in preparation for branching 0.237 release 2021-10-24 09:58:53 +11:00
Vas Crabb
f7a8ad4fc7 Revert "Better rules for generating .po files - multiple jobs have an effect now."
Need to find a better way of doing this without causing .po files to be
rebuilt on every build.  The commit is still there for reference.

This reverts commit efe9c1e728.
2021-10-18 19:35:50 +11:00
Vas Crabb
efe9c1e728 Better rules for generating .po files - multiple jobs have an effect now. 2021-10-18 19:29:01 +11:00
Vas Crabb
40a30af10f Still more user experience improvements:
Changed the default mapping for UI select to not trigger on Alt+Enter
fullscreen toggle.  (Fullscreen toggle still doesn't work in menus -
actually fixing that is complicated.)

frontend: Made the about box wrap text properly, made the title and
backtrack menu item always visible, and added a footer with the VCS
revision.

frontend: Don't highlight the favourites and info toolbar buttons if
there's no selection (can happen if filters produce no results).  Also
made the info viewer appear even if no info is available - it's less
confusing to see an empty menu than wonder why clicking the button does
nothing.

debugger: Added a register points view to the GUI debuggers, to go with
the breakpoints and watchpoints views.

debugger: Extended [brw]p(clear|(en|dis)able) commands to accept
multiple arguments to perform the same action on multiple
(break|watch|register)points at once.  Also made rplist accept a CPU for
showing a single CPU's register points ([bw]plist already support this).

docs: Updated registerpoints debugger commands page, and updated other
pages for latest extensions to syntax.
2021-10-18 08:22:21 +11:00
Vas Crabb
c477606b09 Updated translation files for latest changes. 2021-10-16 04:44:39 +11:00
Vas Crabb
751c2806bf Re-generated translations for I/O port names.
Trying to collect messages from everything at once hits some limit in
xgettext and causes messages to be lost no, so I've split it up by the
second-level source directories.

For some reason xgettext thinks overloaded Lua functions are blasphemy,
so that has to be worked around, too.
2021-10-11 15:02:55 +11:00
Vas Crabb
38082ccbee
Overdue internal UI enhancements (#8674)
* frontend: Added support for message context to localisations.
* frontend: Added string_view versions of the message lookup functions.
* frontend: Added a few more folder options to the internal UI.
* emu/softlist.cpp: Use more appropriate containers.
* Switched to Python 3 by default - this will become a requirement.
* Updated msgfmt.py for message context support.
* frontend: Show all software item info in the internal UI.
* frontend: Search alternate titles in software selection menu.
* 3rdparty/utf8proc: Updated to v2.6.1 (has several fixes).
* frontend: Added software filters for common info fields.
* frontend: Allow UI manager to hold onto persistent session data.
* frontend: Cache software lists for eight machines.
* frontend: Added support for loading localised system names.
* frontend: Add UI for selecting localised system names.
2021-10-09 12:16:17 +11:00
Vas Crabb
5e865af540 Bump version to 0.236 2021-09-28 12:48:17 +10:00
Vas Crabb
b225f4db4a srcclean in preparation for MAME 0.235, and two small adjustments.
* Reduce repeated directory walking in cleansrc target (substantially
  improves speed of building the target on Windows).
* Disable a validity check using an MSVC language extension when using
  clang in MSVC ABI mode.
2021-09-26 14:15:42 +10:00
Graham Inggs
91a9904a84
Do not build with -m64 on riscv64 (#8578) 2021-09-17 11:20:42 -04:00
Vas Crabb
ec9ba6fa76 Bump version to 0.235 2021-08-26 16:44:17 +10:00
Vas Crabb
9466410248 srcclean for upcoming release 2021-08-22 08:12:22 +10:00
Vas Crabb
0c49c74ada srcclean: Added JSON cleaning support, and some cleanup.
Made pbobble parent of bublbust, as it seems to be more widespread and
more complete.  Also fixed some ROM labels for bublbust.

Made tbyahhoo parent of mtwinbee as the latter has substantial content
removed rather than being localised, making it less complete.

Applied srcclean to JSON files in bgfx subtree.
2021-08-20 05:52:27 +10:00
Vas Crabb
23bd2ecf6a Slightly cleaned up OSD input modules.
Removed support for DirectInput 7 and earlier.  It hasn't been tested in
years, and it's not relevant on any supported OS.  DirectInput is
effectively finalised at version 8, and is unlikely to get an API update
in the future.

Use more string[_view] and fewer C strings, and tightened up scope of a
few things.
2021-07-29 15:22:51 +10:00
Vas Crabb
2633c19a68 Version bump for MAME 0.234 2021-07-27 17:02:24 +10:00
Vas Crabb
05d0cf61e7 Bump version to 0.233 2021-06-30 23:39:06 +10:00
pkubaj
30d19a0fa3
makefile: End the big-endian block in the right place (#8194) 2021-06-18 09:47:40 -04:00
Vas Crabb
3820dfa4e4 MAME 0.232
-----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCAAdFiEE0DYtsBhE4EM627+6wXSxAYxAcQ4FAmCupKkACgkQwXSxAYxA
 cQ7G0A/9GHdW8AldMmzv20e/cEQFqGmzLRldXWGwdmr36EfpsBqwkBCKOeaXsrKA
 FRFL4gkBBdi/qbfhy6iNczLLT3Faoh29+JL3MtIuY8mFouAbD2/uH6W3Hqwa3pxf
 zYzuCP4pNGo71ZmO2iTGwoIwEWTgq2q5YxiJtLw5DNV+6MXf/qG5F/S/LWx2r7Vu
 s68IUGxCw/6009BADA5TpoWrlDzVUJG31Tcq4ZbP+XEm+LE92jzikNU6fFVv/C3Z
 67+lqa/bl8pAIMQUpkk1dPCpW5JbReTNgzOt1CRYzUzcPnKSByGtpfhasPTqqeIL
 oIdmFrIwj3WcZi8SccuzFlG1xvrrpmEDduaiO/zD3a+9wp1i4/26o3J2Tnif1acc
 lT6GlX5H1AYX1D4onHkwJAshY9E7xW/PX4rfYwIE8ksKEdaIw36ysvjUl6QNSrq8
 sX65TQZWfPeFrCHQXffk88iCSOIQPx7atB4eI5vfEwbXRaKGyL4LdMVYsVn3sysa
 MVidegL7X4pOJvKJCsgbI9k1aCsJeJEIPpED22itt4WIVwJAj8bq2t3a7AvARzw0
 wCWzUGarRid/RDgHp3NL9S4mVhDYkhRxDuUM+pZGA98g0CGAaJsipKp8ZIoivqJ+
 3EnoGCS2Ey46yKkSfxlSdQkXk1qZyvOUVPuqX9CrKXJeyWsp/I8=
 =V5Zp
 -----END PGP SIGNATURE-----

Merge tag 'mame0232' into mainline-master

MAME 0.232
2021-05-27 18:46:00 +10:00
Vas Crabb
2b0f01bc3a Version bump for 0.232 2021-05-27 05:42:03 +10:00
jflatt
52615c0aca
Allow building without PulseAudio on Linux (#8015) 2021-05-24 21:43:06 -04:00
Vas Crabb
1f22113661 Version bump for 0.231 2021-04-28 01:32:05 +10:00
Vas Crabb
71b8df0417 MAME 0.230
-----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCAAdFiEE0DYtsBhE4EM627+6wXSxAYxAcQ4FAmBjCXUACgkQwXSxAYxA
 cQ6PAhAAuSgrMmBQiTdMrBvCDcB080E9yFNOkFpMgcH/RD9Md9hC5lN3sHVlGvex
 1hfA2hz1P2E3Icl2hI6oqhvXh192oo+AOj3EJ6bQdtn8c4UHhpFxNZ2tqbO0gcz5
 uuoThQx4Y29tAcYsurFcL7n782tcDym+QvTRl+UDiRWEMLXOTcd0IgKwYTm8scRL
 8c02Ks07cXJgawjDkyZYYQIvUjodppwTwdIW0hL3vvVNjFptG9ailtfTibLdfZRC
 QBTKLLewQxLDGROzfkY3lQwN+9TPdkSiITm63tBr9d+mCBT4Ib64MafplNGuxOVC
 vXBdjEsJyz2WDn490FXw3ZevOJI/BZCKuYZaW54owNbqgvLDXvc7AJMeEpqBGH8h
 soyJOx8NWY6FSB3yIgU6EROa+4IT3ZLdth3Q742ZNIBPlG1zIOvatredHnAQNis/
 VQM6y0jdbyIiMTRRfn3WLDp/CI0U2XO65d8+S9f86+5I8kbxTrJGSxx8YfM9c3up
 xuUbCBIU/egYBpYOaQzxxg9vFf+kWs50qdH2hMIxQjFM1IpUzWokiukUjCjRiVPp
 a4tRW3bdDmL76vkcQ/S4gQrSeDCLMBcPIZ5ffkBuaEar+C01/GOOKzn3UJWEkkmB
 dnw8HRLvJviPyTN2IiFWSZT+wYdgM0d3G3YofLsH6JTsaSF3xq8=
 =WmoT
 -----END PGP SIGNATURE-----

Merge tag 'mame0230' into mainline-master

MAME 0.230
2021-03-31 12:05:54 +11:00
hap
2247ffefa2 makefile: added param to override ar 2021-03-30 13:58:16 +02:00
Vas Crabb
943c06cba0 version bump 2021-03-30 22:19:45 +11:00
Vas Crabb
4322eaae9d Version bump for 0.229 release. 2021-02-24 02:02:38 +11:00
Julian Sikorski
fd5fb05ace
Unbreak aarch64 and arm builds (#7708) 2021-01-28 00:54:53 +11:00
Vas Crabb
140f446933 Version bump 2021-01-26 15:43:24 +11:00
Vas Crabb
6e1bbe8be8 -osd: Clean up inline maths utilities.
* Removed inline assembly for operations compilers handle well.
* Added ARM and AArch64 implementation for a few operations.
* Added unsigned integer add with carry out operations.

-cpu/drccache.cpp: Detect whether RWX pages are supported.

-dynax.cpp: Improved a few hanafuda DIP switch descriptions.
2021-01-18 01:42:28 +11:00
pkubaj
9b030d87dc Fix build on FreeBSD/powerpc64
FreeBSD uses powerpc64 name for what Linux calls ppc64.
2021-01-16 05:09:59 +11:00
Vas Crabb
d85735634c version bump for 0.227, some documentation clean-up 2020-12-31 02:46:10 +11:00
arbee
2c63fde1d0 Add macosx_arm64_clang target support [R. Belmont, Miodrag Milanovic] 2020-12-12 20:00:04 -05:00
Olivier Galibert
02bf25aa6f mulcd: Switch to a svg [O. Galibert] 2020-11-04 12:52:02 +01:00
Vas Crabb
3c56452b07 Bump version to 0.226 2020-10-27 12:00:36 +11:00
Vas Crabb
8dfa980fdd MAME 0.225
-----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCAAdFiEE0DYtsBhE4EM627+6wXSxAYxAcQ4FAl9y4SUACgkQwXSxAYxA
 cQ6QwQ//eS+j8+k4MMTc9QgRxdJU5HHDfoMpIHTxPOZo4C3sAyEPLh+3YDZagTOS
 nU0eDcCalDvUm5qxWRpl/7XyiK+xrI8yvGabCeeclKbS7ktVP3UBYCuqZ5UgvlRK
 NDtcTD/v0kYhrFyOBgK6hAnyIek7RDYdKywZ3uxop8QqfZcAjX+kTDsbVoNXEstq
 vnR4s+pYOMgaf7vSqk3+qTbko1Y/0eUCYdMf2V9UMFsSfOIWXKT6s/irXLfWopK7
 rWz32gxym5P/fQuHfRYTQ3TxW6xKXyo2mdTXUvGYD63iAlXqQLUD18J5Bm41jExp
 mlD3gne2yMXCTV9myhbnaqNH/5rMUhylmnpp6OLSadtSVB5RglYhJyt+Kwyx+ZSQ
 C6AIMuX/1qgYVOqvfi6X4QgHBRey5tliggT/TGSH+wJOIlHKXIQ2hvbvDkGIWM5i
 QI21kM9qE8Q0H8SrjBC9bUZBEdd+KoJUHQcRKrzQ2NA7hvVlkCNXk8xNG6uDRSXA
 u0/OSw9+wxEm7kH5dX27ww54AlpMrIt/O0m3VCBjJTtv0c5Y4ifZRSC3Rk45AaTW
 /wjx3pMXmzfBQE150MC01h50guzXWQozrM5KZpgA90lE+FRTAmPtWMssTfzdBeQY
 sQL/YgjJbmGduYFavfK1bhmfpsYEbLlQvFNrF/z7l9+Xr9PzpH8=
 =B2au
 -----END PGP SIGNATURE-----

Merge tag 'mame0225' into mainline-master

MAME 0.225
2020-09-30 09:05:21 +10:00