Note Feed

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

Previous 50 199869 Revisions Next 50

r31883 Wednesday 3rd September, 2014 at 00:28:34 UTC by hap
changed Williams diag AU/MD button to PORT_TOGGLE
[src/mame/drivers]williams.c wmg.c

r31882 Wednesday 3rd September, 2014 at 00:21:54 UTC by Robbbert
inder.c : placeholder
[src/mame]mame.mak
[src/mame/drivers]inder.c
[src/mame/layout]inder.lay*

r31881 Tuesday 2nd September, 2014 at 23:09:21 UTC by David Haywood
new clones
Fantasia (940803 PCB) [system11]
[src/mame]mame.lst
[src/mame/drivers]galpanic.c

r31880 Tuesday 2nd September, 2014 at 21:41:50 UTC by Fabio Priuli
(MESS) a2600.xml: some more fixes (these games need to start from bank2 at boot). nw.
[hash]a2600.xml

r31879 Tuesday 2nd September, 2014 at 21:26:50 UTC by Fabio Priuli
(MESS) a2600.xml: added some missing slot options which caused some
regression in the new implementation. nw.
[hash]a2600.xml

r31878 Tuesday 2nd September, 2014 at 20:56:57 UTC by Fabio Priuli
(MESS) atari400.c: start attempt to untangle a bit the video &
machine code. nw.
[src/mame/drivers]bartop52.c maxaflex.c
[src/mame/includes]atari.h
[src/mame/machine]atari.c
[src/mame/video]antic.c gtia.c gtia.h
[src/mess/drivers]atari400.c

r31877 Tuesday 2nd September, 2014 at 19:18:43 UTC by hap
(MESS) pve500.c: hooked up MB8421 RAM [FSanches]

(note to FS: we can't confirm that your driver crashes on load)
[src/mess]mess.mak
[src/mess/drivers]pve500.c

r31876 Tuesday 2nd September, 2014 at 13:42:52 UTC by Miodrag Milanović
Make it compile on 4.9.x (nw)
[src/build]flags_gcc.mak

r31875 Tuesday 2nd September, 2014 at 13:01:21 UTC by Miodrag Milanović
(OSD BRANCH) Sync important things with main
[/branches/osd/src/lib/web]mongoose.c mongoose.h
[/branches/osd/src/osd/sdl]draw13.c osdsdl.h sdl.mak video.c video.h window.c window.h

r31874 Tuesday 2nd September, 2014 at 13:01:00 UTC by Miodrag Milanović
(OSD BRANCH) Updated BGFX to latest
[/branches/osd/src/lib/bgfx]bgfx.cpp bgfx_p.h 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_clear4.bin.h* fs_clear4.sc* fs_clear5.bin.h* fs_clear5.sc* fs_clear6.bin.h* fs_clear6.sc* fs_clear7.bin.h* fs_clear7.sc* fs_debugfont.bin.h fs_debugfont.sc glcontext_wgl.cpp glimports.h image.cpp renderer_d3d11.cpp renderer_d3d11.h renderer_d3d9.cpp renderer_d3d9.h renderer_gl.cpp renderer_gl.h vs_clear.bin.h vs_clear.sc
[/branches/osd/src/lib/bgfx/common/nanovg]nanovg_bgfx.cpp
[/branches/osd/src/lib/bgfx/include]bgfx.c99.h bgfx.h
[/branches/osd/src/lib/bx]handlealloc.h string.h uint32_t.h

r31873 Tuesday 2nd September, 2014 at 11:57:12 UTC by Miodrag Milanović
Update to latest mongoose (nw)
[src/lib/web]mongoose.c mongoose.h

r31872 Tuesday 2nd September, 2014 at 11:50:56 UTC by David Haywood
replace rom in ryukendna set [system11]
[src/mame/drivers]gaiden.c

r31871 Tuesday 2nd September, 2014 at 11:40:45 UTC by David Haywood
new clones
The Simpsons (2 Players World, set 3) [Ben76]
[src/mame]mame.lst
[src/mame/drivers]simpsons.c

r31870 Tuesday 2nd September, 2014 at 09:01:11 UTC by Miodrag Milanović
Support for SDL2 builds on win32
[src/osd/sdl]sdl.mak

r31869 Tuesday 2nd September, 2014 at 08:35:09 UTC by Miodrag Milanović
Let's static link SDL on win32 build (nw)
[src/osd/sdl]sdl.mak

r31868 Tuesday 2nd September, 2014 at 06:48:44 UTC by Tafoid
Compile Fix (nw)
[src/mess/drivers]atari400.c

r31867 Tuesday 2nd September, 2014 at 05:37:07 UTC by Fabio Priuli
a7800 minor comments/cleanups. nw.
[src/emu/bus/a7800]a78_slot.c a78_slot.h rom.c

r31866 Tuesday 2nd September, 2014 at 05:02:02 UTC by Fabio Priuli
(MESS) atari400.c progress:  [Fabio Priuli]
- Rewritten cart emulation to use slot devices (many
 "mappers" do not fully work) and unified cart handling
 among 8bit home computers, XEGS and Atari 5200
- Added support for loading carts with bankswitch to all XL/XE
 models
- Added support for loading XEGS carts in Atari 8bits home
 computers (XEGS instead will only load XEGS games until
 support for the keyboard add-on is included)
- Big clean up of the driver, simplifying memory map, removing
 writes to ROM, etc.
- Changed NOT_WORKING flag to IMPERFECT_GRAPHICS
 in 600XL, 65XE, 800XE and XEGS since they should now be
 working to the same extent of the 800XL, and bugs shall be
 reported.


as a consequence of the above changes, the new softlists a800.xml, a5200.xml
and xegs.xml are not compatible anymore with 0.154: keep the old xmls until
0.155 if you don't compile your own exe
[hash]a5200.xml a800.xml xegs.xml
[src/emu/bus]bus.mak
[src/emu/bus/a800]a800_carts.h* a800_slot.c* a800_slot.h* oss.c* oss.h* rom.c* rom.h* sparta.c* sparta.h*
[src/mame/drivers]maxaflex.c
[src/mame/includes]atari.h
[src/mame/machine]atari.c
[src/mess]mess.mak
[src/mess/drivers]atari400.c

r31865 Tuesday 2nd September, 2014 at 04:02:49 UTC by hap
note for kale
[src/mame/drivers]raiden2.c

r31864 Tuesday 2nd September, 2014 at 02:08:13 UTC by R. Belmont
SDL: remove dead code from SDL2 renderer, fix laserdisc crash with SDL2 -video accel rendering. [R. Belmont]
[src/osd/sdl]draw13.c

r31863 Monday 1st September, 2014 at 22:44:32 UTC by Angelo Salese
Notes
[src/mame/drivers]raiden2.c

r31862 Monday 1st September, 2014 at 22:38:35 UTC by R. Belmont
SDL: More cleanups. (nw)
[src/osd/sdl]draw13.c osdsdl.h sdl.mak video.c video.h window.c window.h

r31861 Monday 1st September, 2014 at 21:13:19 UTC by Angelo Salese
Fixed sprite DMA for Raiden 2, bullets are now visible [Angelo Salese, Olivier Galibert]
[src/mame/drivers]raiden2.c

r31860 Monday 1st September, 2014 at 19:26:53 UTC by Osso
kaneko_toybox_device: cleanups (nw)
[src/mame/drivers]galpani3.c jchan.c kaneko16.c
[src/mame/includes]suprnova.h
[src/mame/machine]kaneko_toybox.c kaneko_toybox.h
[src/mame/video]suprnova.c

r31859 Monday 1st September, 2014 at 14:35:57 UTC by Osso
kaneko_calc3_device: minor cleanup (nw)
[src/mame/drivers]kaneko16.c
[src/mame/machine]kaneko_calc3.c kaneko_calc3.h

r31858 Monday 1st September, 2014 at 13:08:14 UTC by Robbbert
aftor and spectra: minor improvements (nw)

Af-tor: added missing inputs and mechanical sounds. Added notes. Fixed broken bank of switches.

Spectra: added slingshot sound and some notes. Fixed coin sound. Removed useless variable.
[src/mame/drivers]spectra.c wico.c

r31857 Monday 1st September, 2014 at 12:06:22 UTC by Osso
kaneko_calc3_device: "standardized" it some (nw)
[src/mame/drivers]kaneko16.c
[src/mame/machine]kaneko_calc3.c kaneko_calc3.h

r31856 Monday 1st September, 2014 at 12:05:17 UTC by Osso
mjsister.c: fixed crash (nw)
[src/mame/drivers]mjsister.c

r31855 Monday 1st September, 2014 at 08:58:33 UTC by Miodrag Milanović
Added window to osd_interface (nw)
win_monitor_info to class
win_window_info to class, partial
[src/osd]osdepend.c osdepend.h
[src/osd/modules/debugger]debugwin.c
[src/osd/modules/sound]direct_sound.c
[src/osd/sdl]osdsdl.h video.c window.c window.h
[src/osd/windows]d3dhlsl.c drawd3d.c drawdd.c drawgdi.c drawnone.c input.c video.c video.h window.c window.h winmain.c winmain.h

r31854 Monday 1st September, 2014 at 08:52:08 UTC by Miodrag Milanović
(OSD BRANCH) Sync with osd code from main branch (nw)
[/branches/osd/src/osd/sdl]drawogl.c sdldir.c sdlfile.c sdlmain.c sdlos_macosx.c sdlos_os2.c sdlos_win32.c sdlptty_win32.c sdlsocket.c
[/branches/osd/src/osd/sdl/man]castool.1 chdman.1 imgtool.1 jedutil.1 ldresample.1 ldverify.1 mame.6 mess.6 romcmp.1 testkeys.1

r31853 Monday 1st September, 2014 at 02:09:38 UTC by R. Belmont
SDL: remove more dead code from the GL paths (nw)
[src/osd/sdl]drawogl.c

r31852 Monday 1st September, 2014 at 01:55:58 UTC by R. Belmont
SDL: init timebase the first time it's needed on Windows, Mac, and OS/2 targets. [R. Belmont]
[src/osd/sdl]sdlos_macosx.c sdlos_os2.c sdlos_win32.c

r31851 Sunday 31st August, 2014 at 21:52:19 UTC by R. Belmont
(nw)
[src/osd/sdl]sdlfile.c

r31850 Sunday 31st August, 2014 at 20:55:48 UTC by R. Belmont
SDL: fall through to the baseline Win32 implementations for file, socket, and pty/named pipe I/O. [R. Belmont]

nw: This fixes laserdisc games and enables socket and named pipe I/O in SDL Windows builds.
[src/osd/sdl]sdldir.c sdlfile.c sdlptty_win32.c sdlsocket.c

r31849 Sunday 31st August, 2014 at 05:35:13 UTC by Brian Troha
segas32.c: Minor doc update - NW
[src/mame/drivers]segas32.c

r31848 Saturday 30th August, 2014 at 23:39:28 UTC by Brian Troha
arkanoid.c: Add a note about an undumped Arkanoid set - NW
[src/mame/drivers]arkanoid.c

r31847 Saturday 30th August, 2014 at 23:17:46 UTC by Brian Troha
gaplus.c: Give the Tecfri set the correction inputs including dipswitch settings. Correct rom labels as per PCB & replace damaged GP2 10 rom. - NW
[src/mame/drivers]gaplus.c

r31846 Saturday 30th August, 2014 at 23:16:32 UTC by Brian Troha
circusc.c: Correct disassembled code - NW
[src/mame/drivers]circusc.c

r31845 Saturday 30th August, 2014 at 18:38:49 UTC by hap
woop
[src/mame/includes]snowbros.h

r31844 Saturday 30th August, 2014 at 18:28:30 UTC by hap
Matty koreafix
[src/mame]mame.lst
[src/mame/drivers]snowbros.c

r31843 Saturday 30th August, 2014 at 18:23:35 UTC by hap
OG bugfix
[src/mame/machine]seicop.c

r31842 Saturday 30th August, 2014 at 17:52:06 UTC by David Haywood
new clones
Gaplus (Tecfri PCB) [system11]
[src/mame]mame.lst
[src/mame/drivers]gaplus.c

r31841 Saturday 30th August, 2014 at 16:22:36 UTC by Brian Troha
segas32.c: IC1 is actually MB8421 - NW
[src/mame/drivers]segas32.c

r31840 Saturday 30th August, 2014 at 16:14:04 UTC by David Haywood
better details (nw)
[src/mame/drivers]segas32.c

r31839 Saturday 30th August, 2014 at 16:06:49 UTC by Brian Troha
New Air Rescue clone

New Clone Added
-------------------------------
Air Rescue (Japan) [ShouTime, The Dumping Union]
[src/mame]mame.lst
[src/mame/drivers]segas32.c

r31838 Saturday 30th August, 2014 at 15:16:38 UTC by Brian Troha
circusc.c: Correct 1 rom label as per actual PCB, even though 380_k13.5a is 100% identical to 380_j13.5a - NW
[src/mame/drivers]circusc.c

r31837 Friday 29th August, 2014 at 23:39:35 UTC by Tafoid
Fix "error: zero-length gnu_printf format string" compile issue (nw)
[src/emu/cpu/rsp]rsp.c

r31836 Friday 29th August, 2014 at 21:20:56 UTC by Brian Troha
circusc.c: The 380 W05 set has been confirmed to come with all revision "Q" roms. - NW
[src/mame]mame.lst
[src/mame/drivers]circusc.c

r31835 Friday 29th August, 2014 at 20:37:37 UTC by Brian Troha
circusc.c: Corrent 1 rom name - NW
[src/mame/drivers]circusc.c

r31834 Friday 29th August, 2014 at 20:01:29 UTC by Wilbert Pol
rsp.c: Modernised cpu core (nw)
[src/emu/cpu/rsp]rsp.c rsp.h rspdrc.c rspfe.c rspfe.h
[src/mame/machine]n64.c

Previous 50 199869 Revisions Next 50


© 1997-2024 The MAME Team