Commit Graph

34045 Commits

Author SHA1 Message Date
couriersud
8a3bc6b8e4 Moved all renderers to osd/modules/render. (nw) 2015-02-28 00:21:44 +01:00
couriersud
dfbb61232c Merge branch 'master' of https://github.com/mamedev/mame.git 2015-02-27 18:09:54 +01:00
couriersud
218c388088 Fix resizing on windows. (nw) 2015-02-27 18:09:39 +01:00
Ivan Vangelista
7e79ecf59d opwolf: fixed BGM regression (nw) 2015-02-27 17:38:28 +01:00
hap
d085e6c8f3 added driver for simple devices based around nec ucom4, with Tomy Pacman as skeleton 2015-02-27 13:57:23 +01:00
hap
e0b94ac61d added 430khz resonator for xtal.h 2015-02-27 13:21:43 +01:00
mamehaze
b9c59a8a5f silly autosave (nw) 2015-02-27 11:11:22 +00:00
mamehaze
ccac339934 Neo-Geo documentation updates [JacKc]
* kof96h - Tagged AES version
* kof98h - Tagged MVS and AES version
* ncomabth - Tagged MVS and AES version
* Updated game pcb info
* Misc Documentation update

[No Whatsnew]
sources :
http://mvs.gotwalls.com/index.php/Main_Page
http://www.zen96737.zen.co.uk/
http://www.arcade-collector.com/neogeo.php
http://ngdevteam.com/index.php?option=com_content&view=section&layout=blog&id=5&Itemid=29
http://neobitz.com/KnightsChance

Note from DsNo :
- Breakers, The King Of Fighters '96, Ninja Masters, Shock Troopers, Stakes Winner, Waku Waku 7

All the same cartridges like japan or usa mvs.. (ID, Roms, PCB)
Only different is label text "Made in Korea"

- The last Soldier 2 (MVS Korean release of The last Blade 2) exists but was only on location test in Korea.

(b2b was also added, even if we consider the later release date it now falls within range, a big rar of images to support this documentation was also supplied)
2015-02-27 11:07:49 +00:00
hap
b8b75d4df3 forgot to remove one 2015-02-27 10:44:03 +01:00
Mike Naberezny
0317c6ea67 Remove extra semicolons. (nw) 2015-02-26 19:16:59 -08:00
Mike Naberezny
21ba861dfb Remove unused imports. (nw) 2015-02-26 19:10:50 -08:00
hap
0641d42ae7 moved splitsec.c, stopthie.c, merlin.c, cnsector.c to hh_tms1k.c (remove parker.a before recompile) 2015-02-27 03:24:38 +01:00
hap
ebd15c9e25 moved starwbc.c, elecdet.c, unk3403.c, mathmagi.c, tandy12.c to hh_tms1k.c (before recompile, remove: apf.a, trs.a, skeleton.a --- kenner.a and ideal.a are obsolete) 2015-02-27 02:06:26 +01:00
couriersud
50d7d0f8ad Fixed windows baseline build.
More osd_dim use. (nw)
2015-02-27 01:42:50 +01:00
couriersud
dae49b998a Fix windows sdl build. (nw) 2015-02-27 00:31:15 +01:00
couriersud
43ba1b932d Merge branch 'master' of https://github.com/mamedev/mame.git 2015-02-27 00:20:01 +01:00
couriersud
b77fbed384 Introduced osd_rect and osd_dim to allow for more code alignment. (nw) 2015-02-27 00:19:41 +01:00
hap
01b5458a60 moved simon.c, comp4.c, amaztron.c to hh_tms1k.c (to recompile, remove mb.a, coleco.a) 2015-02-26 21:53:01 +01:00
cracyc
a11aebba8d (mess) pcd: cursor and floppy 2 (nw) 2015-02-26 14:40:51 -06:00
couriersud
39eb12210c Merge branch 'master' of https://github.com/mamedev/mame.git 2015-02-26 21:15:22 +01:00
hap
5320552859 moved tc4 to hh_tms1k.c (delete coleco.a to prevent compile error) 2015-02-26 20:22:16 +01:00
couriersud
4001dfe147 C++'d more of window.c (nw) 2015-02-26 19:38:42 +01:00
Ivan Vangelista
5fc8d523ec wc90b: added save state support (nw) 2015-02-26 18:56:12 +01:00
Ivan Vangelista
34128a916b tbowl.c: added save state support (nw) 2015-02-26 18:43:32 +01:00
Ivan Vangelista
11b1958854 pturn.c: added save state support (nw)
pooyan.c: removed unused member variable (nw)
2015-02-26 18:18:37 +01:00
Ivan Vangelista
c9a2700bb1 psychic5.c: added save state support, converted to configured banking (nw) 2015-02-26 18:17:27 +01:00
Ivan Vangelista
8e08d034be Fixed MT05852 , stupid copy/paste error on my part (nw) 2015-02-26 18:06:07 +01:00
Ivan Vangelista
3c130ba696 vulgus.c: added save state support (nw) 2015-02-26 18:02:46 +01:00
cracyc
cf05cdf683 (mess) pcd_kbd: "private field 'm_data' is not used" (nw) 2015-02-26 09:39:42 -06:00
Olivier Galibert
ce27de6af1 ip22: blast through firmware bug 2015-02-26 16:11:19 +01:00
mamehaze
db37f431a4 improvements to monkelf (bootleg of avspirit), now playable [iq_132] 2015-02-26 14:21:57 +00:00
Alex W. Jackson
72aacc18c6 Various 8-bit Tecmo drivers: use configured banks (nw) 2015-02-26 07:56:36 -05:00
couriersud
e3d8bf2f0d Fix other builds. Still fighting a bit with eGit. (nw) 2015-02-26 08:26:58 +01:00
Vas Crabb
fa02cb4060 Speculatively fill in what couriersud forgot to commit. This is
probably horribly wrong, but it fixes the build and renders video OS X
with the OpenGL renderer.  Treat it as an interim fix to keep things
working (for some values of "working") until couriersud commits the
actual code.
2015-02-26 16:21:30 +11:00
mamehaze
eacd88350c new clones
Nitro Ball (World, set 2) [Bill D. / The Dumping Union]

parent set was marked as 'US' but I think it's a World set because there's no Winners Don't Use Drugs logo to be found in the attract sequence and Data East were pretty consistent with that in this era.
2015-02-26 01:17:19 +00:00
couriersud
a7e6dbdef2 Merge branch 'master' of https://github.com/mamedev/mame.git 2015-02-26 01:40:30 +01:00
couriersud
eb8144a3bb Moved opengl related stuff to modules/opengl 2015-02-26 01:40:18 +01:00
couriersud
2c2994aeb5 Fix memory leak warning (autorelease pool) on OSX. [Couriersud] 2015-02-26 01:38:49 +01:00
hap
b4b2dc719e update notes 2015-02-26 01:29:25 +01:00
cracyc
7c502931a3 pic8259: int line works even in polling mode (pcd depends on this, go figure)(nw)
wd_fdc: show busy status for a moment if seeking to current track (nw)
2015-02-25 17:26:16 -06:00
cracyc
a33b44559e (mess) pcd keyboard and partial scsi [Carl]
---
Need one more change before it boots
2015-02-25 17:11:52 -06:00
cracyc
2139591ccc fix building qt debugger on windows (nw) 2015-02-25 16:56:43 -06:00
couriersud
0fd2001a67 Enable OpenGL renderer on Windows. By default, run-time function
resolution is enabled. 
To resolve addresses, the code now first tries GetProcAddress followed
by wglGetProcAddress. [Couriersud]
2015-02-25 23:44:17 +01:00
hap
f0525b96ce started a generic driver for TMS1000 MCU handhelds.
and put a skeleton of Enten Baseball in it, because ducks
2015-02-25 22:16:51 +01:00
Ivan Vangelista
67fc56be9f taotaido.c: use configured banks (nw) 2015-02-25 19:40:56 +01:00
Ivan Vangelista
4631833fa7 jchan.c: added save state support (nw) 2015-02-25 19:15:57 +01:00
Ivan Vangelista
8876b2a3eb junofrst.c: enabled save state support (nw) 2015-02-25 18:58:12 +01:00
Ivan Vangelista
e3abc88928 jongkyo.c: added missing save state (nw) 2015-02-25 18:57:15 +01:00
Ivan Vangelista
15026a0e7b mosaic.c, tagteam.c, taotaido.c: added / enabled save state support (nw) 2015-02-25 18:56:44 +01:00
Vas Crabb
0853e5f3b6 Fix assert on opening empty watchpoints/breakpoints windows 2015-02-26 01:28:03 +11:00