etabeta78
8f07df5347
ui: improved File Manager so that attempts to launch softlist
...
entries without having the necessary files don't kill emulation
but simply display a message to the user. [Fabio Priuli]
2015-01-18 19:54:07 +01:00
Cesare Falco
4488e12e3f
*nix: Bump version and date in man pages.
2015-01-18 19:26:45 +01:00
Scott Stone
a93635b1ee
Merge branch 'master' of https://github.com/mamedev/mame
2015-01-18 13:18:50 -05:00
Scott Stone
6ad46b56b6
Fix for 25pacmano which was broken from previous adjustments on parent set. (nw)
2015-01-18 13:18:16 -05:00
andreasnaive
c8d586d17c
Updates to 315-5881 keys [MetalliC]
2015-01-18 18:59:04 +01:00
couriersud
5e8da851db
Merge branch 'master' of https://github.com/mamedev/mame.git
2015-01-18 18:24:31 +01:00
Felipe Corrêa da Silva Sanches
693a2730a3
Adding an empty function for "Transparent Memory Addressing" to make the ROCKWELL 6545 emulator happy.
2015-01-18 12:54:57 -02:00
etabeta78
2a565e93e6
ui: centralized game info and image info menus to a common
...
source file (creatively named ui/info.c). nw.
2015-01-18 15:23:53 +01:00
Felipe Corrêa da Silva Sanches
ec47219e78
(mess) banctec: gfx layout for the R6545 character generator emulation
2015-01-18 12:09:46 -02:00
andreasnaive
f16795fcd7
Updates to SEGA's 315-5881 encryption based on new findings from Virtua Striker 2 '98 (Model3) [Andreas Naive]
2015-01-18 13:27:54 +01:00
etabeta78
5bff739d72
ui: stop the game selector reporting systems with no roms as
...
missing files. [Fabio Priuli]
ui: when launching systems with mandatory carts, either from
command line or from the game selector, prompt the user with
the file manager menu so that he can mount a game where
needed, instead of killing emulation with an error. [Fabio Priuli]
out of whatsnew: it is now finally possible to launch nes and
snes and a2600 (and a few more) from the internal system
selector! also MESS doesn't error out anymore if you launch
such systems with no carts mounted from command line.
in short: emulation finally behaves as users typically expect!
2015-01-18 12:10:51 +01:00
couriersud
7241728e96
Merge branch 'master' of https://github.com/mamedev/mame.git
2015-01-18 11:48:57 +01:00
couriersud
29583a20e8
Introduced an nl_double type. This will be followed by an nl_float type
...
for certain components (mostly matrix and vector). (nw)
2015-01-18 11:48:39 +01:00
Scott Stone
5c500d407b
Compile fix (nw)
2015-01-18 03:58:09 -05:00
arbee
23c9ff3601
twinkle.c: the 68000 & SPU board now process commands, some sound f/x play now. [R. Belmont]
2015-01-17 23:59:11 -05:00
mamehaze
444fa088ea
Merge branch 'master' of https://github.com/mamedev/mame
2015-01-18 02:24:38 +00:00
mamehaze
509df8c3f9
new WORKING game
...
Come Back Toto [system11, David Haywood]
2015-01-18 02:23:22 +00:00
Felipe Corrêa da Silva Sanches
f92b65bddb
adding the driver to the MESS drivers list.
2015-01-18 00:13:13 -02:00
Felipe Corrêa da Silva Sanches
eff2dba6c2
added a comment regarding the video chip used in this board.
2015-01-17 23:43:33 -02:00
Felipe Corrêa da Silva Sanches
d9918815c3
(mess) skelethon driver for the BancTec ESeries panel
2015-01-17 23:41:04 -02:00
hap
2044302b96
added tms1400 callstack
2015-01-18 02:36:18 +01:00
R. Belmont
d19cec2f72
Merge pull request #101 from p1pkin/naomi#1
...
naomi.c: redumped vstrik3c, both existing and new dumps were BAD, made one good-looking from them [ANY, MetalliC]
2015-01-17 19:54:08 -05:00
couriersud
2904503923
Fixed memory allocation in netlist code. This caused a number of memory
...
leaks to disappear. (nw)
2015-01-18 01:43:59 +01:00
hap
8cea1bf9e6
maze of lamps
2015-01-18 01:09:42 +01:00
hap
27b34159d2
added led decay simulation as usual
2015-01-18 00:07:48 +01:00
briantro
065e9be8fd
peplus.c: CG2374 graphics are not specific to the X002374P poker data set. Move the CG2374 down into the X000055P sets to retain them - NW
2015-01-17 11:37:20 -06:00
Angelo Salese
bbf5942d05
Protection notes
2015-01-17 18:25:03 +01:00
briantro
a0c167f5f2
peplus.c: Minor ROM name correction. - NW
2015-01-17 10:58:44 -06:00
hap
7d3d298398
parker bros Split Second skeleton driver
2015-01-17 17:51:31 +01:00
briantro
0a564f6acf
peplus.c: Minor note about the MG0183 set using a Dallas DS1216 SmartWatch RAM for RTC (Real Time Clock) fuctions. - NW
2015-01-17 10:03:17 -06:00
couriersud
49f121eae4
Partial netlist sound implementation for Mario Bros. Luigi sound is
...
missing. By default, the previous discrete.h based sound is compiled.
Those curious can change OLD_SOUND to 0 in mario.h. [Couriersud]
2015-01-17 16:21:12 +01:00
couriersud
18d5da6b0b
Changed osd_font to struct osd_font and removed unnecessary osdepend.h
...
includes.
2015-01-17 15:59:43 +01:00
couriersud
4a7c1200bd
Merge branch 'master' of https://github.com/mamedev/mame.git
2015-01-17 15:57:06 +01:00
hap
cfc5cf26f5
woops
2015-01-17 15:47:57 +01:00
couriersud
0c10c6794e
Put osdcore.o into libutil.a to avoid linking errors on debug builds.
...
This is a workaround. All osd_printf functions are in reality core
functions given they are built around delegates and abuse delegates
heavily. Therefore they should be moved to util at some point. (nw)
2015-01-17 15:32:40 +01:00
couriersud
d061d9594c
If it starts with osd_ it should be in an osd lib. (nw)
2015-01-17 14:44:00 +01:00
couriersud
9092d623d6
Remove dependencies on mame headers in netlist code. (nw)
2015-01-17 14:35:34 +01:00
etabeta78
840460c828
ui: fixed bug where slot options set via internal UI did not properly
...
create their sub-options. [Fabio Priuli]
out of whatsnew: to see the bug, try to manually set from the UI "com" in a PC ISA port or "multitap" in
the SMS driver in an old build, then reset (to apply changes) and re-enter the Slot Options menu just
to see that the sub-options (the com serial ports and the multitap joypads) are not configurable because
the core was not "informed" of their addition. no bug was present if the options were set from command
line or from QMC2, so it was not so easy to spot the issue...
2015-01-17 10:30:03 +01:00
Miodrag Milanovic
da8c30dfe4
fixed osdmini compile (nw)
2015-01-17 10:06:55 +01:00
Osso13
410fe8e269
atahle.c: added missing save state, fixes blitz99 save state regression (nw)
2015-01-17 08:59:20 +01:00
Osso13
41051ccfd1
idehd.c: added missing save states, fixes kinst.c save state regression (nw)
2015-01-17 08:31:02 +01:00
Angelo Salese
7504a0a3c7
Notes regarding mtetrisc protection
2015-01-17 06:41:52 +01:00
mahlemiut
7460af4b60
ngen: re-worked X-bus module selection, based on documentation.
2015-01-17 16:21:46 +13:00
hap
f7e1018157
small correction
2015-01-17 02:42:54 +01:00
hap
53d8bfbd6b
preliminary support for TMS1400
2015-01-17 02:34:10 +01:00
etabeta78
09683be0d8
ui: added barebone menu for device-specific options. click on any slot
...
device option to see whether it is currently mounted or not, and which
additional options depend on the selected value. [Fabio Priuli]
out of whatsnew: eventually, mounted devices should be configurable
from this menu.
2015-01-16 21:46:01 +01:00
Angelo Salese
d6b3d56042
Actually default Analog Y was changed in n64.c driver some time ago. Fixed Aleck 64 general inputs.
2015-01-16 21:16:48 +01:00
Osso13
cf8eb6fe0c
tia_video_device: added save_state support (nw)
...
bus/vcs/dcp.c: added save_state support (nw)
a2600.c and tourtabl.c; added save state support (nw)
2015-01-16 18:17:05 +01:00
Osso13
8fc526c463
tiasound.c: added save state support (nw)
2015-01-16 18:16:35 +01:00
Osso13
54cb118b59
stfight.c, stlforce.c, strnskil.c: added / enabled save state support (nw)
2015-01-16 18:16:13 +01:00