119 Commits
Author SHA1 Message Date
clobber 173913b654 Bump version for sparkle updater (still MAME 0.250) v0.250.0.1 2022-12-15 21:34:28 -07:00
clobber 15c0cc9958 Set deployment target to 10.15
This resolves crashing for Intel Macs on macOS 13.x
2022-12-15 21:30:39 -07:00
clobber 54fd07c851 Update README.md 2022-12-14 14:05:55 -07:00
clobber 5b9f56f708 Only build x86_64 for now. v0.250 2022-12-11 20:01:24 -07:00
clobber a10a8925f5 Update deployment target 2022-12-11 16:02:30 -07:00
clobber 77dc525a88 Update readme 2022-12-11 15:40:09 -07:00
Stuart Carnie e473aede19 update MAME to 0250 2022-12-11 08:50:12 +11:00
Stuart Carnie 944046bb60 update MAME to 0240 2022-02-06 08:53:03 +11:00
clobber 2d0805aa3f Update readme v0.235 2021-09-16 16:26:21 -06:00
Stuart Carnie de6fb8dd22 update mame dependency 2021-09-17 08:19:20 +10:00
Stuart Carnie b122f3d3cc chore: Update to MAME 0235 2021-08-30 06:45:42 +10:00
Stuart Carnie 57c375d9e6 feat: MAME 0.231 release 2021-05-02 09:56:49 +10:00
clobber 5091dab464 Bump version for sparkle updater (still MAME 0.277)
This is build fix for 10.14 compat.
v0.227.0.1
2021-01-03 18:49:06 -07:00
Stuart Carnie a5ed7abb1f feat: Update to MAME 0.227 🎉 v0.227 2021-01-02 10:01:27 +11:00
Stuart Carnie 4a3079c7b5 feat: Upgrade to MAME 0.225 🎉 v0.225 2020-10-01 08:12:36 -07:00
C.W. Betts 0487d834b0 Merge branch 'master' of github.com:OpenEmu/UME-Core into master 2020-10-01 01:30:54 -06:00
C.W. Betts 619e01001e Fix locations of the system plugin headers.
Minor Xcode maintenance.
2020-10-01 01:26:45 -06:00
Stuart Carnie baec92eba7 feat: Upgrade to MAME 0.224 🎉 2020-09-26 22:31:04 -07:00
Stuart Carnie a023f2d7a3 feat: Upgrade to MAME 0.219 🎉 v0.219 2020-02-29 08:53:50 -07:00
Stuart Carnie cf1d704910 feat: MAME 0217 v0.217 2020-01-06 17:07:14 -07:00
Stuart Carnie e1ab96e4a5 fix: Updated dep with fix for R/W CHDs v0.215.1 2019-11-25 18:06:37 -07:00
Stuart Carnie 3b5d9b3b98 feat: Update deps/mame with APIs to improve error handling 2019-11-25 17:19:53 -07:00
Stuart Carnie 2e13867b45 fix: use correct constant 2019-11-17 09:56:13 -07:00
Stuart Carnie 0550075d97 feat: Check for unsupported games and notify user 2019-11-16 11:34:31 -07:00
Stuart Carnie 138d4349ef fix: Update MAME dependency 2019-11-14 23:48:29 -07:00
Stuart Carnie dd86bd1ddb feat: update mame dependency; save/load error messages v0.215 2019-11-13 20:10:41 -07:00
Stuart Carnie 3e84bed561 feat: MAME 0.215 audit and error message improvements, cleanup
* Updated mame headless dependencyto latest
2019-11-13 18:13:00 -07:00
Stuart Carnie 40d3c1bc39 feat: port original audit error parsing 2019-11-06 23:01:55 -07:00
Stuart Carnie 2041d3708f feat: Update to MAME 0215 2019-11-06 20:10:35 -07:00
Stuart Carnie 499bd380d4 fix: update deps; larger buffer size 2019-08-27 22:06:48 -07:00
Stuart Carnie 73b13490bb chore: Rename input devices 2019-08-24 15:58:10 -07:00
Stuart Carnie 19c0ed9ae3 chore: remove dead code 2019-08-24 10:02:08 -07:00
Stuart Carnie e4b9a66c9e feat: Add UI configuration shortcut (mapped to TAB) 2019-08-18 10:58:48 -07:00
Stuart Carnie 6bf3cefc21 fix: use hard reset for greater compat 2019-08-11 14:15:56 -07:00
Stuart Carnie 59a43f6e16 feat: MAME 0209; rewind, save 2019-08-11 11:37:42 -07:00
Stuart Carnie 3b780e0fce wip: MAME 0209 update
This is dependent on an update to MAME which provides a minimal API
for hosting in other front-ends. The headless API includes some
minor modifications to MAME allow single-frame execution of a machine
via a simple Objective-C API. Longer term goals include exposing
more of MAME's configuration to OpenEmu.

Follow development of Headless MAME here:

https://github.com/stuartcarnie/mame/tree/mame0209-headless
2019-07-13 07:58:47 +10:00
clobber 1225c80616 Merge pull request #9 from MaddTheSane/patch-1
Update README.md
2018-09-17 00:23:23 -05:00
C.W. Betts 6986850cc1 Update README.md
Add OSD=osdmini to the build instructions.
Otherwise SDL detection might override the OSD detection and cause an early failure.
2018-09-16 23:14:42 -06:00
clobber c0e1f10371 Alert the user of missing required parent/device/BIOS ROMs 2018-09-14 17:12:34 -05:00
clobber b964bf251f Use -fileSystemRepresentation instead of -UTF8String for file names 2018-09-14 17:01:18 -05:00
clobber 2a37738cbe Fix restoring autosave states on launch. 2018-09-14 16:53:53 -05:00
clobber 1e49fd519e Fix audio after API change in https://github.com/OpenEmu/OpenEmu-SDK/commit/62c7436015a4fa5e7bb5d434a2585adb5de94d8c 2018-09-14 16:48:36 -05:00
Stuart Carnie 552cde3fb3 use my fork; fix build issue with osdmini 2016-01-29 22:51:23 -07:00
Stuart Carnie 66d3977830 update build instructions 2016-01-25 00:28:13 -07:00
Stuart Carnie 3107a63070 Update build notes 2016-01-24 20:34:32 -07:00
Stuart Carnie 70332ccd7b mame consumed as a submodule 2016-01-24 20:27:05 -07:00
Stuart Carnie 2719f20e49 mame0169 2016-01-24 18:54:57 -07:00
Stuart Carnie 5d24d81f69 add mame as submodule 2016-01-24 18:54:09 -07:00
Stuart Carnie 5b5233b552 moving to submodule 2016-01-24 18:45:54 -07:00
Stuart Carnie b1f03ebd18 save state support 2016-01-24 16:54:13 -07:00