Note Feed

Note: GitHub retired the SVN interface on January 8, 2024.

Previous 50 199869 Revisions Next 50

r17020 Friday 27th July, 2012 at 15:20:26 UTC by Oliver Stöneberg
Properly call va_end() before throwing exceptions in fatalerror functions (no whatsnew)
[src/emu]emucore.h

r17019 Friday 27th July, 2012 at 15:19:59 UTC by Angelo Salese
Bare minimum to get this to boot, will work on the tilemap issues later on ...
[src/mame/drivers]cyclemb.c

r17018 Friday 27th July, 2012 at 15:19:02 UTC by Oliver Stöneberg
fixed bogus if-condition in src/emu/cpu/cop400/cop410ds.c
[src/emu/cpu/cop400]cop410ds.c

r17017 Friday 27th July, 2012 at 14:32:23 UTC by Ville Linde
cobra.c: Fixed comram access. (nw)
[src/mame/drivers]cobra.c

r17016 Friday 27th July, 2012 at 14:16:32 UTC by Angelo Salese
New NOT WORKING game
--------------------
Sky Destroyer [Gnoppi, P. Vining, C. Bristow, gatt9, Phil Bennett, Tormod, Andrew Welburn, Smitdogg, The Dumping Union, Angelo Salese]
[src/mame]mame.lst
[src/mame/drivers]cyclemb.c

r17015 Friday 27th July, 2012 at 02:13:20 UTC by Tafoid
done some more work on the sprites.. hopefully most are positioned a
bit better now.. 
still can't see how they get disabled tho, nor do I understand the
rouge lines on top of some of them.. it either needs perfect precision
or they're some kind of markers like sega used..
lots of bits set in the spriteram we don't use too..  (nw)
[src/mame/drivers]cybertnk.c

r17014 Friday 27th July, 2012 at 00:40:12 UTC by Brian Troha
esd16.c: Correct clocks for sound in Jumping Pop - NW
[src/mame/drivers]esd16.c

r17013 Thursday 26th July, 2012 at 23:20:48 UTC by smf
fixed building with MSVC
[src/emu/machine]netlist.c

r17012 Thursday 26th July, 2012 at 22:10:32 UTC by R. Belmont
SDL: more compile fixes (nw)
[src/osd/sdl]sdl.mak sdlinc.h

r17011 Thursday 26th July, 2012 at 22:02:56 UTC by smf
fixed building with MSVC
[src/mame/drivers]globalfr.c

r17010 Thursday 26th July, 2012 at 21:35:56 UTC by smf
fixed building with MSVC
[src/mame/drivers]taitotz.c

r17009 Thursday 26th July, 2012 at 21:23:51 UTC by R. Belmont
Fix some non-Windows compiles (nw)
[src/osd/sdl]sdl.mak

r17008 Thursday 26th July, 2012 at 20:50:41 UTC by Ville Linde
cobra.c: Implemented simple line drawing. (nw)
[src/mame/drivers]cobra.c

r17007 Thursday 26th July, 2012 at 20:13:33 UTC by Tafoid
more work with graphics in cybertnk.c (nw)
[src/mame/drivers]cybertnk.c

r17006 Thursday 26th July, 2012 at 20:01:26 UTC by James Wallace
Added Jackpot Jokers Sound ROM (Ploggy)

Added some preliminary flesh to ACE System 1, we can at least see the LED display now.
[src/mame]mame.mak
[src/mame/drivers]aces1.c
[src/mame/includes]bfm_sc45.h
[src/mame/layout]aces1.lay*

r17005 Thursday 26th July, 2012 at 19:51:57 UTC by smf
MSVC doesn't like classy structs, no idea if this breaks anything.
[src/emu/machine]netlist.h

r17004 Thursday 26th July, 2012 at 19:47:59 UTC by smf
removed gzio.o as it doesn't exist
[src/lib]lib.mak

r17003 Thursday 26th July, 2012 at 19:46:56 UTC by smf
don't build 64 bit functions when the prototype isn't defined in the .h
[src/lib/zlib]adler32.c crc32.c

r17002 Thursday 26th July, 2012 at 19:36:30 UTC by Oliver Stöneberg
fixed version check in windows.mak (no whatsnew)
[src/osd/windows]windows.mak

r17001 Thursday 26th July, 2012 at 19:32:58 UTC by James Wallace
Added skeleton for JPM SRU - a predecessor to the System 80. Moved over ROMS that appear to belong to it.
[src/mame]mame.mak
[src/mame/drivers]jpms80.c jpmsru.c*

r17000 Thursday 26th July, 2012 at 19:15:20 UTC by James Wallace
Cleaned up blanking problems (temporarily), and fixed checksums (nw)
[src/mame/drivers]maygayv1.c
[src/mame/machine]bfm_bd1.c

r16999 Thursday 26th July, 2012 at 16:47:06 UTC by Ville Linde
ppc: Better fix for dword aligned 64-bit accesses. (nw)
[src/emu/cpu/powerpc]ppcdrc.c

r16998 Thursday 26th July, 2012 at 16:23:08 UTC by Brian Troha
esd16.c: Move Jumping Pop from tumbleb.c to esd16.c and clean up said driver. [David Haywood]
[src/mame/drivers]esd16.c tumbleb.c
[src/mame/includes]esd16.h tumbleb.h
[src/mame/video]esd16.c tumbleb.c

r16997 Thursday 26th July, 2012 at 15:35:34 UTC by Oliver Stöneberg
updated zlib to 1.2.7 / renamed zconf.in.h to zconf.h.in [Oliver Stöneberg]
[src/lib/zlib]Makefile Makefile.in adler32.c compress.c crc32.c crc32.h deflate.c deflate.h example.c gzclose.c* gzguts.h* gzio.c gzlib.c* gzread.c* gzwrite.c* infback.c inffast.c inffast.h inffixed.h inflate.c inflate.h inftrees.c inftrees.h minigzip.c readme trees.c trees.h uncompr.c zconf.h zconf.h.in* zconf.in.h zlib.h zutil.c zutil.h

r16996 Thursday 26th July, 2012 at 15:28:31 UTC by Oliver Stöneberg
updated expat to 2.1.0 [Oliver Stöneberg]
[src/lib/expat]expat.h internal.h xmlparse.c xmltok_impl.c

r16995 Thursday 26th July, 2012 at 13:32:29 UTC by R. Belmont
SDL: some compile fixes for OS X and Windows (nw)
[src/osd/sdl]sdl.mak

r16994 Thursday 26th July, 2012 at 12:27:24 UTC by Tafoid
cybertnk.c:  [David Haywood]
- hooked up tilemaps as tilemaps, with scrolling
- hooked up palette select on road drawing (road now appears to 'move')
- did some priority related bits, which may or may not be correct

--

ROM_RELOAD work for funybubl.c and r2dx_v33.c (nw)
[src/mame/drivers]cybertnk.c funybubl.c r2dx_v33.c

r16993 Thursday 26th July, 2012 at 02:19:21 UTC by Brian Troha
new Jumping Pop clone

New Clone Added
--------------------------------------
Jumping Pop (set 2) [Brian Troha, David Haywood, The Dumping Union]
[src/mame]mame.lst
[src/mame/drivers]esd16.c tumbleb.c

r16992 Thursday 26th July, 2012 at 00:36:06 UTC by Angelo Salese
Cleaned up I/Os in Cyber Tank [Angelo Salese]
[src/mame/drivers]cybertnk.c

r16991 Thursday 26th July, 2012 at 00:31:52 UTC by R. Belmont
Fixed MT #4953 [R. Belmont, Firewave, Roman]
[src/mame/drivers]cps3.c ksys573.c naomi.c

r16990 Wednesday 25th July, 2012 at 23:46:30 UTC by Ville Linde
cobra.c: Use real texel colors. (nw)
[src/mame/drivers]cobra.c

r16989 Wednesday 25th July, 2012 at 23:41:44 UTC by Angelo Salese
Fixed silly bug (even though colors are still quite incorrect
[src/mame/drivers]cybertnk.c

r16988 Wednesday 25th July, 2012 at 23:30:09 UTC by Angelo Salese
Fixed gameplay inputs in Cyber Tank [Angelo Salese]
[src/mame/drivers]cybertnk.c

r16987 Wednesday 25th July, 2012 at 22:24:32 UTC by Angelo Salese
Removed a sound kludge to Combat School [Angelo Salese]
[src/mame/drivers]combatsc.c
[src/mame/includes]combatsc.h

r16986 Wednesday 25th July, 2012 at 22:10:40 UTC by Ville Linde
cobra.c: Workaround for page translation fault. (nw)
[src/mame/drivers]cobra.c

r16985 Wednesday 25th July, 2012 at 21:23:07 UTC by hap
fix mame-specific unreachable code, JWallace can fix the bfm one
[src/mame/drivers]mpu4.c segas16b.c
[src/mame/machine]bfm_bd1.c
[src/mame/video]model1.c

r16984 Wednesday 25th July, 2012 at 19:51:51 UTC by James Wallace
Added some new ROMs
Twister Sound [Guitar]

New clones added:
==================
Trick or Treat (Proconn) [Captain Haddock]
Action Bank (set 2) (Barcrest)
Special Effects V2 (Maygay V1)
[src/mame]mame.lst
[src/mame/drivers]maygayv1.c mpu4.c proconn.c

r16983 Wednesday 25th July, 2012 at 19:39:33 UTC by Ville Linde
ppc: Changed cap flags to UINT32 for future additions. (nw)
[src/emu/cpu/powerpc]ppccom.c ppccom.h ppcdrc.c

r16982 Wednesday 25th July, 2012 at 19:16:07 UTC by Angelo Salese
Added sound ROM bankswitch in Combat School bootleg. [Angelo Salese]
[src/mame/drivers]combatsc.c

r16981 Wednesday 25th July, 2012 at 18:17:55 UTC by Ville Linde
ppc: Exposed segment registers to the debugger.
[src/emu/cpu/powerpc]ppc.h ppccom.c

r16980 Wednesday 25th July, 2012 at 16:59:58 UTC by Tafoid
Cleanup of no longer used unkpcp.c (nw)
[src/mame]mame.mak
[src/mame/drivers]unkpcp.c

r16979 Wednesday 25th July, 2012 at 15:34:31 UTC by Ville Linde
cobra.c: Hooked up data cache store callback.
[src/mame/drivers]cobra.c

r16978 Wednesday 25th July, 2012 at 15:32:27 UTC by Ville Linde
ppc: Added optional callback for explicit data cache stores.
[src/emu/cpu/powerpc]ppc.h ppccom.c ppccom.h ppcdrc.c

r16977 Wednesday 25th July, 2012 at 14:35:27 UTC by Tafoid
Fixing a couple of duplicate sets found - From Haze (nw)
[src/mame]mame.lst
[src/mame/drivers]aces1.c acesp.c

r16976 Wednesday 25th July, 2012 at 14:15:05 UTC by Tafoid
pokechmp.c:  [David Haywood]
- Finally figured out the 8bpp BG tile plane order, a bit odd, guess
there are swapped lines
- Hooked up OKI sound banking
- Fixed sprite attributes
- Simplified CPU banking
- Use generic palette functions
[src/mame/drivers]pokechmp.c
[src/mame/includes]pokechmp.h
[src/mame/video]pokechmp.c

r16975 Wednesday 25th July, 2012 at 13:27:08 UTC by R. Belmont
am9517a: sync with MESS changes (nw)
[src/emu/machine]am9517a.c

r16974 Wednesday 25th July, 2012 at 13:23:34 UTC by Ville Linde
voodoo: Cleaned up Banshee 2D blitter code. (nw)
[src/emu/video]vooddefs.h voodoo.c

r16973 Wednesday 25th July, 2012 at 06:39:26 UTC by Brian Troha
sfbonus.c: minor doc update - NW
[src/mame/drivers]sfbonus.c

r16972 Wednesday 25th July, 2012 at 06:05:29 UTC by Brian Troha
Get Rich fully dumped now.

sfbonus.c: Corrected dipswitches for the driver and added dipswitch locations. [Brian Troha]

New games added or promoted from NOT_WORKING status
---------------------------------------------------
Get Rich [Sara S.]
[src/mame/drivers]sfbonus.c

r16971 Wednesday 25th July, 2012 at 01:32:48 UTC by R. Belmont
SDL: Use XInput to allow multiple lightguns on Linux/*BSD targets. [Markus Rathgeb, based on a patch by SpritesMods.com]
[src/osd/sdl]input.c osdsdl.h sdl.mak sdlmain.c window.c

Previous 50 199869 Revisions Next 50


© 1997-2024 The MAME Team