mahlemiut
521fc5c927
Add various keyboard shortcuts and pass keypresses to the debug view with input focus.
2016-01-04 00:08:45 +13:00
Olivier Galibert
11bfbc1736
makedep.py: Finish making it python3-compatible [O. Galibert]
2016-01-03 11:12:11 +01:00
briantro
94fbd0f947
sfkick.cpp - Sort bonus - Been a while ;-p - NW
2016-01-03 04:01:34 -06:00
briantro
df561a2a79
sfkick.cpp: Fill in missing dipswitches and added dip locations. [Brian Troha]
2016-01-03 03:51:58 -06:00
Miodrag Milanović
51b30c9d23
Merge pull request #544 from ajrhacker/master
...
Allow mame -validate -verbose to capture verbose messages [ajrhacker]
2016-01-03 08:10:33 +01:00
cracyc
1bb0045945
pc9801: oops (nw)
2016-01-02 21:53:06 -06:00
cracyc
39bf46219d
pc9801: don't crash in 256color mode (nw)
2016-01-02 21:37:08 -06:00
R. Belmont
3b50e40101
Merge pull request #543 from balr0g/realloc-impl
...
Add realloc implementation as required by the C standard
2016-01-02 21:53:38 -05:00
cracyc
82a4df91ac
upd7220: correct lr in graphics mode (nw)
2016-01-02 19:17:12 -06:00
hap
da69fbd0f8
small update
2016-01-03 00:06:52 +01:00
hap
ddf09f292c
Rewrote TMS6100 command handling, mrchalgr sound is now correct.
...
snread/snspell/etc still works fine, lantutor is still gibberish:(
2016-01-02 23:59:13 +01:00
AJR
a0d3f281ba
Fix errors from faulty merge (nw)
2016-01-02 17:45:03 -05:00
AJR
6b443c5877
Revert "Fix OS X compile again"
...
This reverts commit 17e4505c7c
.
2016-01-02 17:07:11 -05:00
Ville Linde
91e94bdad0
taitopjc: convert to tilemaps (nw)
2016-01-02 21:42:54 +02:00
Miodrag Milanovic
65c0e45a5d
fix for checks (nw)
2016-01-02 19:01:25 +01:00
balr0g
a9b60b05ac
Add realloc implementation as required by the C standard (nw)
2016-01-02 11:39:37 -05:00
AJR
17e4505c7c
Fix OS X compile again
2016-01-02 10:09:06 -05:00
Ville Linde
3da02a7f64
tc0780fpa: swap buffers on command 0 (nw)
2016-01-02 17:06:13 +02:00
Ville Linde
00f0c6d0d4
tms32051: fix accumulator conditions (nw)
2016-01-02 17:02:53 +02:00
AJR
3e6c0d3434
Allow mame -validate -verbose to capture verbose messages
2016-01-02 09:40:15 -05:00
David Haywood
d74d1febc4
more potential workouts for the I960 are always a good idea (nw)
2016-01-02 08:15:41 +00:00
mahlemiut
72f5e11450
fix vertical scrollbar on large windows (such as the program space of an i386)
2016-01-02 20:32:41 +13:00
David Haywood
dd96d7f9a6
new NOT WORKING
...
Unknown Tab Austria Poker [ANY]
2016-01-01 22:16:12 +00:00
David Haywood
93891bebc3
new clones
...
Rambo 3 (bootleg of Ikari, Joystick hack) [Any]
2016-01-01 21:37:02 +00:00
Curt Coder
71e4a6e714
pet/cbm2: HSG/HRG WIP. (nw)
2016-01-01 23:14:58 +02:00
Miodrag Milanovic
4ae8e7fb88
Revert "Comment this, so OSX can compile"
...
This reverts commit 2a6af208d6
.
2016-01-01 20:13:17 +01:00
Miodrag Milanovic
2a6af208d6
Comment this, so OSX can compile
2016-01-01 18:10:27 +01:00
Miodrag Milanovic
17f5c825f3
missed this one (nw)
2016-01-01 15:14:06 +01:00
R. Belmont
68161616d3
Merge pull request #538 from fulivi/hp9845_dev
...
A few improvements to hp9845b driver
2016-01-01 07:49:41 -05:00
Miodrag Milanovic
e3d419dacd
no need for this it is already in path (nw)
2016-01-01 13:08:54 +01:00
Miodrag Milanovic
9cd42de78b
make compiler detection works under posix windows environments (nw)
2016-01-01 12:27:34 +01:00
Miodrag Milanovic
729d3d3f16
Make linking of winpthreads static for posix mingw build (nw)
2016-01-01 12:27:00 +01:00
Miodrag Milanovic
f1a0a3cb88
Added pre-compiled headers support to build system (nw)
2016-01-01 08:23:58 +01:00
Olivier Galibert
54763d5119
Merge pull request #537 from ConHuevosGuey/master
...
Increase debug console maximum parameters in debugcon.h
2015-12-31 21:33:37 +01:00
Con Huevos Guey
d940950b85
Update debugcon.h
...
Increased MAX_COMMAND PARAMS and MAX_COMMAND_LENGTH to quadruple their previous size. The previous values did not have the capacity to allow trace logging of all registers at the same time in some CPUS. Setting the maximum to 128 should allow for capturing of systems with large symbolic lists (such as Playstation) if needed.
For example, the following command would throw an error when trace logging a 68000 CPU because the maximum parameters (16) would be reached when attempting to capture all registers:
trace 68K.log,0,{tracelog "A0=%08X, A1=%08X, A2=%08X, A3=%08X, A4=%08X, A5=%08X, A6=%08X, A7=%08X, D0=%08X, D1=%08X, D2=%08X, D3=%08X, D4=%08X, D5=%08X, D6=%08X, D7=%08X ",a0,a1,a2,a3,a4,a5,a6,a7,d0,d1,d2,d3,d4,d5,d6,d7}
2015-12-31 13:42:55 -06:00
Ville Linde
4131fb6dfd
tms32051: more bug fixes (nw)
2015-12-31 20:06:17 +02:00
Ivan Vangelista
5a5fcfb17d
cps1.cpp: fixed MT06114 (nw)
2015-12-31 18:00:25 +01:00
Miodrag Milanovic
92f3a1d341
fixed error (nw)
2015-12-31 17:52:46 +01:00
Miodrag Milanovic
fe136aef44
missed one, thanks hap (nw)
2015-12-31 17:34:42 +01:00
fulivi
ae09b4d189
hp9845: keyboard mapping completed
2015-12-31 16:09:01 +01:00
fulivi
fbb38f96b7
hphybrid: fixed interrupt bug in 5061-3001
2015-12-31 16:06:36 +01:00
Miodrag Milanovic
ae4661504c
Just name not acronym (nw)
2015-12-31 11:00:47 +01:00
Miodrag Milanovic
1aa986d617
Revert "removing MESS brand and making MAME a name not acronym (nw)"
...
Too contraversial for now :)
This reverts commit 47bf03513e
.
2015-12-31 10:51:15 +01:00
Miodrag Milanovic
47bf03513e
removing MESS brand and making MAME a name not acronym (nw)
2015-12-31 10:31:00 +01:00
briantro
c2ff8bab62
tourvis.cpp: Fix ALL the Crush to Crash... - NW
2015-12-31 00:35:00 -06:00
briantro
80ab3a69cd
tourvis.cpp: Cart goes by the alt title Devil Crash, not "Crush" - NW
2015-12-31 00:33:08 -06:00
briantro
956a84be61
enable Son Son II from last submission - NW
2015-12-31 00:16:55 -06:00
briantro
248520f873
Tourvision cart flood!!!
...
New Not Working
------------------------------------------------
1943 Kai (Tourvision PCE bootleg) [system11, The Dumping Union]
After Burner (Tourvision PCE bootleg) [system11, The Dumping Union]
Armed-F (Tourvision PCE bootleg) [system11, The Dumping Union]
Ballistix (Tourvision PCE bootleg) [system11, The Dumping Union]
Be Ball (Tourvision PCE bootleg) [system11, The Dumping Union]
Chōzetsurinjin Beraboh Man (Tourvision PCE bootleg) [system11, The Dumping Union]
Bomberman (Tourvision PCE bootleg) [system11, The Dumping Union]
Chuka Taisen (Tourvision PCE bootleg) [system11, The Dumping Union]
Coryoon (Tourvision PCE bootleg) [system11, The Dumping Union]
Daisenpu (Tourvision PCE bootleg) [system11, The Dumping Union]
Dead Moon (Tourvision PCE bootleg) [system11, The Dumping Union]
Devil Crush (Tourvision PCE bootleg) [system11, The Dumping Union]
Dodge Ball (Tourvision PCE bootleg) [system11, The Dumping Union]
Dragon Spirit (Tourvision PCE bootleg) [system11, The Dumping Union]
Final Blaster (Tourvision PCE bootleg) [system11, The Dumping Union]
Final Match Tennis (Tourvision PCE bootleg) [system11, The Dumping Union]
Gunhed (Tourvision PCE bootleg) [system11, The Dumping Union]
Hana Taka Daka (Tourvision PCE bootleg) [system11, The Dumping Union]
Jinmu Densho (Tourvision PCE bootleg) [system11, The Dumping Union]
Kiki Kaikai (Tourvision PCE bootleg) [system11, The Dumping Union]
Legend of Hero Tonma (Tourvision PCE bootleg) [system11, The Dumping Union]
Mizubaku Daibouken Liquid Kids (Tourvision PCE bootleg) [system11, The Dumping Union]
Mr Heli (Tourvision PCE bootleg) [system11, The Dumping Union]
Ninja Ryukenden (Tourvision PCE bootleg) [system11, The Dumping Union]
Operation Wolf (Tourvision PCE bootleg) [system11, The Dumping Union]
Override (Tourvision PCE bootleg) [system11, The Dumping Union]
Pac-Land (Tourvision PCE bootleg) [system11, The Dumping Union]
PC Genjin Punkic Cyborg (Tourvision PCE bootleg) [system11, The Dumping Union]
Power Drift (Tourvision PCE bootleg) [system11, The Dumping Union]
Pro Yakyuu World Stadium '91 (Tourvision PCE bootleg) [system11, The Dumping Union]
Psycho Chaser (Tourvision PCE bootleg) [system11, The Dumping Union]
Puzzle Boy (Tourvision PCE bootleg) [system11, The Dumping Union]
Raiden (Tourvision PCE bootleg) [system11, The Dumping Union]
R-Type II (Tourvision PCE bootleg) [system11, The Dumping Union]
Saiga No Nindou - Ninja Spirit (Tourvision PCE bootleg) [system11, The Dumping Union]
Salamander (Tourvision PCE bootleg) [system11, The Dumping Union]
Shinobi (Tourvision PCE bootleg) [system11, The Dumping Union]
Side Arms (Tourvision PCE bootleg) [system11, The Dumping Union]
Skweek (Tourvision PCE bootleg) [system11, The Dumping Union]
Son Son II (Tourvision PCE bootleg) [system11, The Dumping Union]
Tatsujin (Tourvision PCE bootleg) [system11, The Dumping Union]
Terra Cresta II (Tourvision PCE bootleg) [system11, The Dumping Union]
Toy Shop Boys (Tourvision PCE bootleg) [system11, The Dumping Union]
Veigues (Tourvision PCE bootleg) [system11, The Dumping Union]
Winning Shot (Tourvision PCE bootleg) [system11, The Dumping Union]
W-Ring (Tourvision PCE bootleg) [system11, The Dumping Union]
Xevious (Tourvision PCE bootleg) [system11, The Dumping Union]
2015-12-31 00:09:20 -06:00
David Haywood
7e9e532b17
start adding devices (nw)
2015-12-30 19:26:18 +00:00
hap
70d1f0c49b
ar·cane
...
ärˈkān/Submit
adjective
understood by few; mysterious or secret.
"modern math and its arcane notation"
MAME is our trademark, the acronym is not important but we should not describe it as an arcade emu.
2015-12-30 19:38:49 +01:00