Stefano
c959d88ec5
Minimal improvements on the disk handling ( #3395 )
...
* Keeping the 35 tracks drive as an option
* Reducing the crashes a bit more.
This helps matching the form_factor and the parameters found in the TeleDisk images, thus exiting before a serious crash.
It is NOT enough to improve the 8" disk image handling, nor it solves all the stability problems, but it is a tiny step forwards.
2018-03-27 10:20:08 +11:00
Julian Sikorski
9a154947d1
Added possibility of building using system pugixml
2018-03-27 10:19:22 +11:00
aviloria
4419ff325a
Update strings.po
2018-03-27 10:07:14 +11:00
ClawGrip
46eddc8ae7
Regional game names fixes (Spanish special characters)
...
Checked against emu and with original cart on real hardware
2018-03-27 10:06:24 +11:00
AJR
b37de52b74
explbrkrk: PCB note (nw)
2018-03-26 12:09:22 -04:00
Erik Dominikus
34be272b36
Document debugger expression number syntax
2018-03-27 02:06:25 +11:00
Vas Crabb
ebcd71b7f1
minimaws: expose RAM size
2018-03-27 01:40:15 +11:00
Vas Crabb
d9231ed334
Always show default RAM size in XML output
2018-03-26 21:29:58 +11:00
cam900
b3cfa10cac
namcos11.cpp : Cleanup bankswitch handler, Reduce runtime tag lookups
2018-03-26 20:27:02 +11:00
Vas Crabb
fdf806a5ac
check for error before reporting it (nw)
2018-03-26 20:22:52 +11:00
Vas Crabb
503be5cbdb
Allow machine configuration to specify BIOS easily, move default BIOS selection into device configuration complete
2018-03-26 19:53:18 +11:00
cam900
44a1d8ba14
lemmings.cpp : Cleanups ( #3390 )
...
* lemmings.cpp : Minor cleanup
* lemmings.cpp : Minor cleanup
2018-03-26 19:20:44 +11:00
Vas Crabb
f9dcc8d910
Merge branch 'release0196'
2018-03-26 16:06:28 +11:00
Vas Crabb
538cc004d7
fix crash on start (nw)
2018-03-26 16:01:14 +11:00
AJR
9b036dfdcd
Fix for MT 06921 (nw)
2018-03-26 00:58:01 -04:00
AJR
6512eea4b8
harriet.cpp: Renaming for good measure (nw)
2018-03-26 00:29:18 -04:00
AJR
229f1f6451
harriet: Rewrite driver; add a few clocks and devices (nw)
2018-03-26 00:16:12 -04:00
AJR
9144d42625
tricep: Talk to terminal serially through MC2661 (nw)
2018-03-25 23:20:31 -04:00
AJR
66ee995028
mainevt.cpp: Derive clocks from XTAL values (nw)
2018-03-25 21:26:30 -04:00
AJR
fb2c61e1e9
wink: Add addressable latch and acknowledge NMI (nw)
2018-03-25 20:37:55 -04:00
braintro
f6ef7a75af
2 new clones added
...
New Clones Added
------------------------------------------------
Explosive Breaker (Korea) [Jorge Silva]
WWF: Wrestlemania (proto 2.01 06/07/95) [Jorge Silva]
2018-03-25 13:29:32 -05:00
AJR
6de01ea9b3
cdc721: Add banking and NVRAM (latter still fails test) (nw)
2018-03-25 13:46:18 -04:00
AJR
865e573330
nt7534: Shut up logging (nw)
2018-03-25 11:16:38 -04:00
AJR
8e2275c44a
cdc721: Almost certainly runs at 6 MHz (nw)
2018-03-25 10:59:34 -04:00
AJR
463eb4be9b
cdc721: Break up ROM region (nw)
2018-03-25 10:44:23 -04:00
AJR
f8e2efc6e9
cdc721: Use row pointers (nw)
2018-03-25 10:26:29 -04:00
smf-
f6d163478f
Naomi/Dreamcast save_pointer needs units, not bytes. No longer crashes when saving state. [smf]
2018-03-26 01:12:17 +11:00
Vas Crabb
60c5682899
remove some leftover crud (nw)
2018-03-26 00:28:08 +11:00
Wellington Uemura
fc858e9f92
Update for Brazilian Portuguese
...
* Added missing translation.
2018-03-26 00:23:13 +11:00
Wellington Uemura
69e0c4d1d5
Update for Brazilian Portuguese
...
* Added missing translation.
2018-03-26 00:22:23 +11:00
Ivan Vangelista
e82937e090
new working clone
...
-----------------------------------------
Jolly Card (Italian, bootleg, set 3) [f205v, The Dumping Union]
2018-03-25 15:09:08 +02:00
AJR
35f5bbb08e
cdc721: Start adding devices and handlers (nw)
2018-03-25 08:40:18 -04:00
Vas Crabb
9ca04c2118
constexpr, const... (nw)
2018-03-25 20:59:16 +11:00
Vas Crabb
1d05c0f92a
hopefully shut up MSVC (nw)
2018-03-25 19:30:16 +11:00
Vas Crabb
d0b61ad8d7
Merge remote-tracking branch 'origin/release0196'
2018-03-25 15:06:32 +11:00
Vas Crabb
411692180e
not enough sleep, can't git add properly (nw)
2018-03-25 15:05:22 +11:00
Vas Crabb
5d534adc2f
Merge branch 'release0196'
...
Conflicts:
src/devices/cpu/jaguar/jaguar.cpp
2018-03-25 14:45:59 +11:00
Vas Crabb
7c3c961fd7
unidasm, too (nw)
2018-03-25 14:40:15 +11:00
Vas Crabb
52d188083d
fix clang link error (nw)
2018-03-25 14:35:43 +11:00
arbee
2cef719bd7
dc/naomi/aw: centralize DRC settings (nw)
2018-03-24 21:16:10 -04:00
smf-
9e80ceaa93
Naomi/Dreamcast save_pointer needs units, not bytes. No longer crashes when saving state. [smf]
2018-03-24 21:49:22 +00:00
AJR
78934fe9cc
std::move is required here, unfortunately (nw)
2018-03-24 16:29:20 -04:00
AJR
b0bb77c506
"Perfect forwarding" is an oxymoron (nw)
2018-03-24 16:28:54 -04:00
Sergey Svishchev
ecb3c47796
isa/pgc: accelerated VRAM writes + cleanups ( #3385 )
...
* isa/pgc: use logmacro.h (nw)
* isa/pgc: implement accelerated VRAM writes
* isa/pgc: code style cleanup (nw)
2018-03-25 07:09:49 +11:00
Vas Crabb
62d9502252
Update Chinese translations [YuiFAN]
2018-03-25 06:03:19 +11:00
cam900
a8d254d416
hvyunit.cpp : Minor cleanup ( #3382 )
2018-03-25 05:34:33 +11:00
cam900
c1cc085725
airbustr.cpp : Minor cleanups, Remove unnecessary bitmap ( #3381 )
...
* airbustr.cpp : Minor cleanups, Remove unnecessary bitmap
* airbustr.cpp : Minor cleanup of duplicates
2018-03-25 05:29:25 +11:00
Dirk Best
e02583d79b
guab: Add RS232 port, update notes
2018-03-24 18:54:57 +01:00
Vas Crabb
2e40673d6d
Merge branch 'master' of https://github.com/mamedev/mame
2018-03-25 04:51:28 +11:00
Vas Crabb
d4dcc2470d
don't sleepcode - for some reason this only upset GCC, not clang (nw)
2018-03-25 04:49:17 +11:00