Commit Graph

54510 Commits

Author SHA1 Message Date
mooglyguy
db86c8eb7f Fix ARM7_BE and ARM7 MMU regressions. (nw) 2017-10-25 18:43:28 +02:00
AJR
e5a8a47af7 piggypas.cpp: More documentation (nw) 2017-10-25 12:12:28 -04:00
AJR
5b45e09d6b piggypas.cpp: XTAL-derived clocks; document some chip types; add NVRAM (nw) 2017-10-25 11:52:57 -04:00
Joakim Larsson Edström
f5eed931c6 T4490 added, Terco CNC Mill 4490 skeleton driver (#2745)
* t4490: added old work, not yet compiled

* t4490: Terco CNC Mill 4490 skeleton driver added

* t4490: Added PCB layouts and cleaned things up a bit
2017-10-25 11:39:49 -04:00
hap
8d44c54f68 tceptor: readded 3d scope view, now properly (nw) 2017-10-25 17:18:47 +02:00
MetalliC
67e07bc0b7 typo fix (nw) 2017-10-25 15:22:01 +03:00
Dirk Best
b4e8282023 dsk_dsk: Don't segfault on empty tracks (fixes einstein 4game) 2017-10-25 13:13:54 +02:00
Vas Crabb
ad13bddaf6 Merge tag 'mame0191'
MAME 0.191
2017-10-25 13:58:32 +11:00
Vas Crabb
a5db728b9c version bump (nw) 2017-10-25 11:30:18 +11:00
hap
6c74139388 sms: workaround for MAME selecting a 3-screen view by default (nw) 2017-10-25 01:33:53 +02:00
AJR
594d8798fd sdgndmps: Replace ROM patch with a slightly less gross hack (nw) 2017-10-24 17:27:35 -04:00
smf-
66e0e0d42a Wakeup Monty Plays Scrabble & Master Monty from HALT instruction using reset. [smf]
Implement Z80 HALT output and clear HALT condition during reset. [smf]
2017-10-24 21:34:56 +01:00
hap
a237076eb8 tceptor: get rid of hacky 3d glasses simulation (nw) 2017-10-24 18:28:13 +02:00
Vas Crabb
25a9731de5 Update chinese translations [YuiFAN] 2017-10-25 03:15:43 +11:00
Vas Crabb
a93391daa2 logspam (nw) 2017-10-25 03:14:17 +11:00
Vas Crabb
0932554222 Restore this, it's used when building packages (nw) 2017-10-25 01:34:02 +11:00
hap
992f45afb5 uml: fix compile due to unused variable (nw) 2017-10-25 01:23:27 +11:00
AJR
0853bb469b Merge popcount implementation in emucore.h with the new eminline (nw) 2017-10-24 09:43:07 -04:00
Dirk Best
3c38a8a4f0 einstein: Fix MT #6723 2017-10-24 23:21:57 +11:00
Dirk Best
2cbe3d3d4d einstein: Fix MT #6723 2017-10-24 14:19:20 +02:00
Vas Crabb
37619d7ca2 C+14 dammit (nw) 2017-10-24 18:35:45 +11:00
Pedro Simoes
6545aa1ef8 Portuguese (Portugal) translation (#2708) 2017-10-24 18:27:41 +11:00
Pedro Simoes
447447befc Portuguese (Portugal) translation (#2708) 2017-10-24 18:27:10 +11:00
Vas Crabb
1a97f0978c remove hashes for known bad dump (nw) 2017-10-24 17:42:44 +11:00
Vas Crabb
6ab19ed5bc Added 32- and 64-bit population count utilities. Only used in ARM7 core for now. Requires -msse4.2 or -mpopcnt to use CPU feature on x86, requires -mpopcntb to use CPU feature on POWER. 2017-10-24 17:41:38 +11:00
Dirk Best
be5d1e3e92 einstein: Fix MT #6728 2017-10-24 14:20:20 +11:00
MetalliC
dbe533062b update Russian translation [Nikita Zimin, MetalliC] 2017-10-24 14:20:20 +11:00
ajrhacker
9b7d323a47 Merge pull request #2747 from bmunger/r9751
r9751: Add more SMIOC commands.  Disktool is now able to print startu…
2017-10-23 22:21:48 -04:00
hap
fe180e599c terminal: lower beeper volume (nw) 2017-10-24 01:19:16 +02:00
Brandon Munger
463bb41964 r9751: Add more SMIOC commands. Disktool is now able to print startup text. 2017-10-23 19:14:56 -04:00
mooglyguy
98b7bb5848 -arm7: Added rudimentary instruction prefetch buffer. Fixes GBA NES Classics games. [Ryan Holtz] 2017-10-23 22:28:57 +02:00
AJR
9ae5744820 i8155: Regression fix for gldarrow (nw) 2017-10-23 14:13:06 -04:00
hap
7a42e11ed3 uml: fix compile due to unused variable (nw) 2017-10-23 19:08:59 +02:00
hap
ae75d87b57 zexall: no need for this here anyway, we only provide hashes (nw) 2017-10-23 17:57:55 +02:00
hap
97d52bc338 zexall: split standalone binary into zexall/interface and include source code (nw) 2017-10-23 17:19:49 +02:00
hap
ade358e294 zexall: misc cleanups to standalone driver (nw) 2017-10-23 17:04:55 +02:00
hap
a8f9b7bf56 zexall: it's trying to (approximately) emulate kevtris's FPGA Z80 core tester, so change description to that instead of appearing like a MESSDEV imaginary machine (nw) 2017-10-23 16:20:37 +02:00
hap
1bcb8e83cf zexall: split program into 2 parts (kevtris's interface and zexall) and attach GPL2 source to romset (nw) 2017-10-23 16:14:24 +02:00
hap
e8e072d534 zexall: get rid of unrealistic overclock, get rid of logerroring exactly what's already on the video terminal, add savestates, small cleanups (nw) 2017-10-23 15:50:37 +02:00
MetalliC
1af9a994e6 naomi.cpp: WaveRunnerGP info upd (nw) 2017-10-23 16:45:09 +03:00
MetalliC
ae3a3c1a14 update Russian translation [Nikita Zimin, MetalliC] 2017-10-23 16:44:06 +03:00
Patrick Mackinlay
5eac35f6fa bt459: more debug side effects (#2743) (nw) 2017-10-23 23:50:36 +11:00
Dirk Best
affd4b4ca5 einstein: Fix MT #6728 2017-10-23 14:41:14 +02:00
Patrick Mackinlay
d47254d287 bt459: debug side effects and const (nw) 2017-10-23 22:59:13 +11:00
Patrick Mackinlay
6f43fedf68 bt459: device address map (nw)
* added device address map, simplified switch
* comments and formatting
2017-10-23 22:59:13 +11:00
angelosa
ddb82d41b1 stvvdp1.cpp: fix line / polyline drawing (Die Hard Arcade wireframe map) [Angelo Salese] 2017-10-23 09:57:51 +02:00
angelosa
860bae6ac1 Moved internal SCUDSP program/data maps into CPU core (nw) 2017-10-23 08:42:47 +02:00
AJR
9dcdae1f48 okean240.cpp: Use PIT as baud rate generator (nw) 2017-10-22 23:28:03 -04:00
AJR
b5da9a14f3 okean240.cpp: Add devices (nw) 2017-10-22 22:03:10 -04:00
AJR
4885c64bbd i8155: Substantial rewrite of timer emulation
- Modernize logging (nw)
- Abandon "RIOT" name properly belonging to MOS 6532 (nw)
- Provide separate device type for 8156 (nw)

mice.cpp: Eliminate clock rate hack (nw)
2017-10-22 17:43:56 -04:00