Note Feed

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

Previous 50 199869 Revisions Next 50

r31783 Tuesday 26th August, 2014 at 15:51:46 UTC by David Haywood
new NOT WORKING
Power Drift (Japan, Link Version) [ShouTime,rtw,B2K24, Gor ,Dullaron, anonymous, Mucci ,gregf ,ghoolster, Smitdogg,The Dumping Union]

I think it NEEDs the link board hooked up to work properly
[src/mame]mame.lst
[src/mame/drivers]segaybd.c
[src/mame/includes]segaybd.h

r31782 Tuesday 26th August, 2014 at 15:24:55 UTC by hap
do some renames:
boblbobl2 -> sboblbobl
sboblboa -> sboblbobla
sboblbob -> sboblboblb
[src/mame/drivers]bublbobl.c

r31781 Tuesday 26th August, 2014 at 15:10:01 UTC by hap
added quizshow 2nd chr prom
[src/mame/drivers]quizshow.c

r31780 Tuesday 26th August, 2014 at 14:07:41 UTC by Robbbert
Various pinball works in progress (nw)
- atari_s2: marked fourx4 not working (it never worked)
- by6803: more preliminary work
- st_mp100: added game number of Cosmic Princess
- taito: a few more sets working or with sound
[src/mame/drivers]atari_s2.c by6803.c st_mp100.c taito.c
[src/mame/layout]taito.lay

r31779 Tuesday 26th August, 2014 at 05:58:29 UTC by Fabio Priuli
(MESS) a7800: added Yamaha 2151 emulation to the XM
expansion board, thanks to info from tep392. nw.

Also removed from the softlist the Donkey Kong XM Enhanced
version which had been hacked to work on ProSystem emulator
and fails to save hiscores with correct HSC emulation
(it remains available the correct version which saves fine both
in MESS and in the real hardware).
[hash]a7800.xml
[src/emu/bus/a7800]xboard.c xboard.h

r31778 Tuesday 26th August, 2014 at 05:54:24 UTC by Fabio Priuli
(MESS) a7800: split video emulation (Atari MARIA chip) into a
separate device. [Fabio Priuli]
[src/mess]mess.mak
[src/mess/drivers]a7800.c
[src/mess/includes]a7800.h
[src/mess/video]a7800.c maria.c* maria.h*

r31777 Tuesday 26th August, 2014 at 02:11:29 UTC by R. Belmont
SDL: don't require -str to enable watchdog (nw)
[src/osd/sdl]sdlmain.c

r31776 Tuesday 26th August, 2014 at 00:32:52 UTC by R. Belmont
(MESS) apple3: don't do color text in A2 emulation mode. [R. Belmont]
[src/mess/video]apple3.c

r31775 Tuesday 26th August, 2014 at 00:32:47 UTC by Brian Troha
fuukifg2.c: Correct clock speeds for the Susume! Mile Smile / Go Go! Mile Smile and Gyakuten!! Puzzle Bancho sets. [system11]
[src/emu/drivers]xtal.h
[src/mame]mame.lst
[src/mame/drivers]fuukifg2.c

r31774 Monday 25th August, 2014 at 23:06:09 UTC by Robbbert
boblbobl2 fixed, promoted from GAME_NOT_WORKING [Darq]


(nw) if someone feels the set name should be changed, go ahead.
[src/mame/drivers]bublbobl.c

r31773 Monday 25th August, 2014 at 19:31:31 UTC by Phil Bennett
Removed for now -nw-
[src/mame]mame.lst
[src/mame/drivers]atarig42.c
[src/mame/includes]atarig42.h

r31772 Monday 25th August, 2014 at 18:48:48 UTC by Fabio Priuli
(MESS) a78_slot: added logging of the A78 header, fixed identification of
some games when loaded from fullpath, and hopefully fixed crash when
loading carts from the internal UI. nw.
[src/emu/bus/a7800]a78_slot.c a78_slot.h xboard.c

r31771 Monday 25th August, 2014 at 18:46:05 UTC by Fabio Priuli
(MESS) vcs_slot: added oncart RAM to save state. nw.
[src/emu/bus/vcs]vcs_slot.c

r31770 Monday 25th August, 2014 at 18:21:17 UTC by Sandro Ronco
(MESS) upd7220: fixed RDAT command when data to read are larger than the FIFO, this fixes dmv and a5105 text scrolling. (nw)
[src/emu/video]upd7220.c upd7220.h

r31769 Monday 25th August, 2014 at 13:56:31 UTC by R. Belmont
Games added as GAME_NOT_WORKING
-------------------------------
Eggs Playing Chicken [Tafoid, R. Belmont]


nw: skip the emm386 warning and this boots into what looks like the title screen from the flyer except the VGA mode/stride are screwy.  VGA experts, please take a look :)
[src/mame]mame.lst
[src/mame/drivers]calchase.c

r31768 Monday 25th August, 2014 at 12:09:41 UTC by Osso
psikyo4: Fixed MT05688 (nw)
Also enabled GAME_SUPPORTS_SAVE since the driver and the needed cores seem to support save just fine and quick testing didn't show any problem.
[src/mame/drivers]psikyo4.c
[src/mame/includes]psikyo4.h
[src/mame/video]psikyo4.c

r31767 Monday 25th August, 2014 at 11:15:32 UTC by Fabio Priuli
(MESS) a7800.c progress:  [Fabio Priuli]
- Rewritten cart emulation to use slot devices
- Removed POKEY chip from the main unit since it was inside
 the carts (of course it gets enabled when you launch a game
 who contained it in its cart)
- Added support for the High Score cart as a passthru cart: when
 you mount hiscore, a -cart2 switch will become available to mount
 the game you want to play
- Properly implemented XBoarD and XM expansions as
 passthru carts as well, so that new syntax to run dkxm.a78 is
 "mess a7800 -cart xm -cart2 path\to\games\dkxm.a78"
 High Score support for XM shall work as well.
- Big clean up of the driver, simplifying memory map, removing
 writes to ROM, etc.


Out of whatsnew: In conclusion, a7800.c has been brought into the new millennium ;-)
[hash]a7800.xml
[src/emu/bus]bus.mak
[src/emu/bus/a7800]a78_carts.h* a78_slot.c* a78_slot.h* hiscore.c* hiscore.h* rom.c* rom.h* xboard.c* xboard.h*
[src/mess]mess.mak
[src/mess/drivers]a7800.c
[src/mess/includes]a7800.h
[src/mess/machine]a7800.c
[src/mess/video]a7800.c

r31766 Monday 25th August, 2014 at 10:36:46 UTC by Phil Bennett
centiped.c - Various changes: [Phil Bennett]
- Made centtime the parent (this is actually revision 4)
- Renamed ROMs to include correct part numbers and locations.
- Added sync PROM to Warlords

New clones added:

Centipede (revision 1)
[src/mame]mame.lst
[src/mame/drivers]centiped.c

r31765 Monday 25th August, 2014 at 09:25:43 UTC by Robbbert
hankin.c : redo volume control code
[src/mame/drivers]hankin.c

r31764 Monday 25th August, 2014 at 06:49:55 UTC by Miodrag Milanović
(OSD BRANCH) Sync with latest bgfx code (nw)
[/branches/osd/src/lib/bgfx]bgfx.cpp bgfx_p.h config.h glcontext_egl.cpp glcontext_glx.cpp glcontext_nsgl.mm renderer_gl.h
[/branches/osd/src/lib/bgfx/common/entry]entry_android.cpp entry_ios.mm entry_x11.cpp*
[/branches/osd/src/lib/bgfx/common/nanovg]nanovg_bgfx.cpp
[/branches/osd/src/lib/bgfx/include]bgfxplatform.c99.h bgfxplatform.h
[/branches/osd/src/lib/bx]bx.h config.h* float4_t.h macros.h os.h platform.h readerwriter.h timer.h

r31763 Monday 25th August, 2014 at 01:35:12 UTC by Brian Troha
bwidow.c: Fix one missed rom renaming - NW
[src/mame/drivers]bwidow.c

r31762 Sunday 24th August, 2014 at 21:30:32 UTC by Brian Troha
mame.lst: minor doc details of Candory - NW
[src/mame]mame.lst

r31761 Sunday 24th August, 2014 at 20:47:37 UTC by Brian Troha
itech32.c: Minor rom name correction / documentation update - NW
[src/mame/drivers]itech32.c

r31760 Sunday 24th August, 2014 at 20:46:08 UTC by Brian Troha
mame.lst: Fix for recent name change - NW
[src/mame]mame.lst

r31759 Sunday 24th August, 2014 at 19:49:48 UTC by Phil Bennett
bwidow.c - Various changes: [Phil Bennett]
- Added address decoder PROMs to Gravitar and clones.
- Renamed ROMs to include correct part numbers and locations.
- Renamed set gravp to gravitar1.
[src/mame/drivers]bwidow.c

r31758 Sunday 24th August, 2014 at 19:46:43 UTC by R. Belmont
New games added as GAME_NOT_WORKING
-----------------------------------
Host Invaders [R. Belmont]


nw: There's no party like a Kyle Hodgetts party!
[src/mame]mame.lst
[src/mame/drivers]calchase.c

r31757 Sunday 24th August, 2014 at 10:21:02 UTC by Barry Rodewald
fm11: hopefully fix crash accessing initiate ROM (no whatsnew)
[src/mess/drivers]fm7.c

r31756 Sunday 24th August, 2014 at 09:57:26 UTC by Barry Rodewald
fm11: make it use bankdev to avoid crashes, and handle lack of BASIC ROM. (no whatsnew)
[src/mess/drivers]fm7.c

r31755 Sunday 24th August, 2014 at 08:45:33 UTC by Fabio Priuli
(MESS) a2600.c: converted Atari VCS carts to be slot devices, cleaned up
the implementation and removed Supercharger tapes from the main system.
The -cass media switch (to load the tape file) will become available only
when you mount the Supercharger cart. [Fabio Priuli]
[hash]a2600.xml
[src/emu/bus]bus.mak
[src/emu/bus/vcs]compumat.c* compumat.h* dpc.c* dpc.h* rom.c* rom.h* scharger.c* scharger.h* vcs_slot.c* vcs_slot.h*
[src/mess/drivers]a2600.c

r31754 Sunday 24th August, 2014 at 08:42:23 UTC by Fabio Priuli
I had to split this commit in two pieces because "svn move" does not like when you move a folder
and then you add a new folder with the original name of the one you moved. the tree will compile
again with next commit. nw.
[src/emu/bus]vcs vcs_ctrl*
[src/emu/bus/plus4]sid.h
[src/mess]mess.mak
[src/mess/includes]c128.h c64.h cbm2.h plus4.h vic10.h vic20.h

r31753 Sunday 24th August, 2014 at 08:36:45 UTC by Tafoid
New clones added
----------------
Candory (Ponpoko bootleg with Mario)  [system11, The Dumping Union]
[src/mame]mame.lst
[src/mame/drivers]pacman.c

r31752 Sunday 24th August, 2014 at 07:31:50 UTC by Osso
artmagic.c: moved some functions into driver class (nw)
[src/mame/drivers]artmagic.c
[src/mame/includes]artmagic.h
[src/mame/video]artmagic.c

r31751 Saturday 23rd August, 2014 at 20:12:50 UTC by hap
whitespace laundry
[src/mame/drivers]namcos2.c

r31750 Saturday 23rd August, 2014 at 13:15:35 UTC by Robbbert
rowamet.c : improved inputs
[src/mame/drivers]rowamet.c taito.c

r31749 Saturday 23rd August, 2014 at 12:14:53 UTC by Robbbert
taito.c : initial work, some games playable without sound.
rowamet.c : game playable with imperfect sound.
[src/mame]mame.mak
[src/mame/drivers]rowamet.c taito.c
[src/mame/layout]rowamet.lay taito.lay*

r31748 Saturday 23rd August, 2014 at 03:11:34 UTC by Barry Rodewald
amstrad: added Digiblaster printer-port device [Barry Rodewald]
[src/emu/bus]bus.mak
[src/emu/bus/centronics]digiblst.c* digiblst.h*
[src/mess/drivers]amstrad.c
[src/mess/includes]amstrad.h

r31747 Saturday 23rd August, 2014 at 01:01:26 UTC by Barry Rodewald
amstrad: added Amdrum expansion card [Barry Rodewald]
[src/emu/bus]bus.mak
[src/emu/bus/cpc]amdrum.c* amdrum.h*
[src/mess/drivers]amstrad.c
[src/mess/includes]amstrad.h

r31746 Friday 22nd August, 2014 at 22:55:53 UTC by Alex Jackson
various device_gfx_interface devices: cleanups and update or removal of obsolete comments (nw)
[src/mame/video]gp9001.c k051316.c k051316.h k051960.c k052109.c k052109.h k053244_k053245.c k053250.c toaplan_scu.c
[src/mess/machine]megacd.c

r31745 Friday 22nd August, 2014 at 22:26:37 UTC by hap
made cabinet type a confsetting instead of dipsw
[src/mame/drivers]namcos22.c

r31744 Friday 22nd August, 2014 at 21:20:53 UTC by Phil Bennett
New games added or promoted from NOT_WORKING status

Danger Express [Phil Bennett]
[src/mame]mame.lst
[src/mame/drivers]atarig42.c
[src/mame/includes]atarig42.h

r31743 Friday 22nd August, 2014 at 21:06:47 UTC by Phil Bennett
New clones added:

Food Fight (rev 1) [Phil Bennett]
[src/mame]mame.lst
[src/mame/drivers]foodf.c

r31742 Friday 22nd August, 2014 at 17:47:07 UTC by Osso
tc0150rod.c: cleanups, no functional change expected (nw)
[src/mame/drivers]taito_z.c
[src/mame/video]tc0150rod.c tc0150rod.h

r31741 Friday 22nd August, 2014 at 17:33:01 UTC by Osso
Fixed dangerz sound regression (nw)
[src/mame/drivers]leland.c
[src/mame/machine]leland.c

r31740 Friday 22nd August, 2014 at 17:06:19 UTC by Miodrag Milanović
(OSD BRANCH) Sync with latest changes (nw)
[/branches/osd/src/lib/bgfx/common/entry]cmd.cpp input.cpp

r31739 Friday 22nd August, 2014 at 16:55:22 UTC by Osso
Fixed scorpion save state regression (nw)
[src/mame/drivers]galaxian.c

r31738 Friday 22nd August, 2014 at 13:22:24 UTC by Miodrag Milanović
(OSD BRANCH) Rest of BGFX and their dependencies, some parts will not be used, but there for consistency (nw)
[/branches/osd/src/lib]lib.mak
[/branches/osd/src/lib/bgfx/common]aviwriter.h* bgfx_utils.cpp* bgfx_utils.h* bounds.cpp* bounds.h* camera.cpp* camera.h* common.h* common.sh* cube_atlas.cpp* cube_atlas.h* packrect.h* shaderlib.sh*
[/branches/osd/src/lib/bgfx/common/entry]cmd.cpp* cmd.h* dbg.cpp* dbg.h* entry.cpp* entry.h* entry_android.cpp* entry_asmjs.cpp* entry_ios.mm* entry_linux.cpp* entry_nacl.cpp* entry_osx.mm* entry_p.h* entry_qnx.cpp* entry_sdl.cpp* entry_windows.cpp* input.cpp* input.h*
[/branches/osd/src/lib/bgfx/common/font]font_manager.cpp* font_manager.h* fs_font_basic.bin.h* fs_font_basic.sc* fs_font_distance_field.bin.h* fs_font_distance_field.sc* fs_font_distance_field_subpixel.bin.h* fs_font_distance_field_subpixel.sc* makefile* text_buffer_manager.cpp* text_buffer_manager.h* text_metrics.cpp* text_metrics.h* utf8.cpp* utf8.h* varying.def.sc* vs_font_basic.bin.h* vs_font_basic.sc* vs_font_distance_field.bin.h* vs_font_distance_field.sc* vs_font_distance_field_subpixel.bin.h* vs_font_distance_field_subpixel.sc*
[/branches/osd/src/lib/bgfx/common/imgui]fs_imgui_color.bin.h* fs_imgui_color.sc* fs_imgui_image.bin.h* fs_imgui_image.sc* fs_imgui_image_swizz.bin.h* fs_imgui_image_swizz.sc* fs_imgui_texture.bin.h* fs_imgui_texture.sc* imgui.cpp* imgui.h* makefile* varying.def.sc* vs_imgui_color.bin.h* vs_imgui_color.sc* vs_imgui_image.bin.h* vs_imgui_image.sc* vs_imgui_texture.bin.h* vs_imgui_texture.sc*
[/branches/osd/src/lib/bgfx/common/nanovg]fontstash.h* fs_nanovg_fill.bin.h* fs_nanovg_fill.sc* makefile* nanovg.cpp* nanovg.h* nanovg_bgfx.cpp* varying.def.sc* vs_nanovg_fill.bin.h* vs_nanovg_fill.sc*
[/branches/osd/src/lib/freetype]FTL.TXT* README.md* freetype.h*
[/branches/osd/src/lib/sdf]LICENSE.txt* sdf.h*
[/branches/osd/src/lib/stb_image]stb_image.c*
[/branches/osd/src/lib/stb_truetype]stb_truetype.h*

r31737 Friday 22nd August, 2014 at 12:44:14 UTC by Miodrag Milanović
(OSD BRANCH) Silence compiler when doing 32bit compilation (nw)
[/branches/osd/src/lib/bx]float4_t.h

r31736 Friday 22nd August, 2014 at 12:30:11 UTC by Miodrag Milanović
(OSD BRANCH) Compile fix (nw)
[/branches/osd/src/lib]lib.mak

r31735 Friday 22nd August, 2014 at 12:15:45 UTC by Miodrag Milanović
(OSD BRANCH) Fixed using compatibility depending of environment for BGFX (nw)
[/branches/osd/src/lib]lib.mak

r31734 Friday 22nd August, 2014 at 11:45:58 UTC by Miodrag Milanović
(OSD BRANCH) Added BGFX library and needed H files for future (nw)
[/branches/osd]makefile
[/branches/osd/src/lib]lib.mak
[/branches/osd/src/lib/bgfx]bgfx.cpp* bgfx_compute.sh* bgfx_p.h* bgfx_shader.sh* charset.h* config.h* fs_clear0.bin.h* fs_clear0.sc* fs_clear1.bin.h* fs_clear1.sc* fs_clear2.bin.h* fs_clear2.sc* fs_clear3.bin.h* fs_clear3.sc* fs_debugfont.bin.h* fs_debugfont.sc* glcontext_eagl.h* glcontext_eagl.mm* glcontext_egl.cpp* glcontext_egl.h* glcontext_glx.cpp* glcontext_glx.h* glcontext_ios.h* glcontext_nsgl.h* glcontext_nsgl.mm* glcontext_ppapi.cpp* glcontext_ppapi.h* glcontext_wgl.cpp* glcontext_wgl.h* glimports.h* image.cpp* image.h* makefile* renderer_d3d.h* renderer_d3d11.cpp* renderer_d3d11.h* renderer_d3d9.cpp* renderer_d3d9.h* renderer_gl.cpp* renderer_gl.h* renderer_null.cpp* varying.def.sc* vertexdecl.cpp* vertexdecl.h* vs_clear.bin.h* vs_clear.sc* vs_debugfont.bin.h* vs_debugfont.sc*
[/branches/osd/src/lib/bgfx/include]bgfx.c99.h* bgfx.h* bgfxdefines.h* bgfxplatform.c99.h* bgfxplatform.h*
[/branches/osd/src/lib/bx]allocator.h* blockalloc.h* bx.h* cl.h* commandline.h* cpu.h* debug.h* endian.h* float4_langext.h* float4_neon.h* float4_ni.h* float4_ref.h* float4_sse.h* float4_swizzle.inl* float4_t.h* float4x4_t.h* foreach.h* fpumath.h* handlealloc.h* hash.h* macros.h* maputil.h* mutex.h* os.h* platform.h* radixsort.h* readerwriter.h* ringbuffer.h* rng.h* sem.h* spscqueue.h* string.h* thread.h* timer.h* tokenizecmd.h* uint32_t.h*
[/branches/osd/src/lib/compat/freebsd]alloca.h* malloc.h*
[/branches/osd/src/lib/compat/ios]malloc.h*
[/branches/osd/src/lib/compat/mingw]alloca.h* dxsdk.patch* sal.h* specstrings_strict.h* specstrings_undef.h*
[/branches/osd/src/lib/compat/msvc]alloca.h* inttypes.h* stdbool.h*
[/branches/osd/src/lib/compat/msvc/pre1600]stdint.h*
[/branches/osd/src/lib/compat/nacl]memory.h*
[/branches/osd/src/lib/compat/osx]malloc.h*
[/branches/osd/src/lib/khronos/EGL]egl.h* eglext.h* eglplatform.h*
[/branches/osd/src/lib/khronos/GLES2]gl2.h* gl2ext.h* gl2platform.h*
[/branches/osd/src/lib/khronos/GLES3]gl3.h* gl31.h* gl3ext.h* gl3platform.h*
[/branches/osd/src/lib/khronos/KHR]khrplatform.h*
[/branches/osd/src/lib/khronos/gl]GRemedyGLExtensions.h* glcorearb.h* glext.h*
[/branches/osd/src/lib/khronos/glx]glxext.h*
[/branches/osd/src/lib/khronos/wgl]wglext.h*
[/branches/osd/src/lib/tinystl]LICENSE* allocator.h* buffer.h* hash.h* hash_base.h* new.h* stddef.h* string.h* traits.h* unordered_map.h* unordered_set.h* vector.h*

Previous 50 199869 Revisions Next 50


© 1997-2024 The MAME Team