Note Feed

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

Previous 50 199869 Revisions Next 50

r31983 Monday 8th September, 2014 at 06:03:27 UTC by Fabio Priuli
another small antic bit. nw.
[src/mame/includes]atari.h
[src/mame/video]antic.c atari.c

r31982 Monday 8th September, 2014 at 06:02:49 UTC by Fabio Priuli
gtia.c: this was the version meant to be added yesterday (removing a bunch of
static vars along the way). nw.
[src/mame/video]gtia.c gtia.h

r31981 Monday 8th September, 2014 at 04:06:26 UTC by Barry Rodewald
pc_vga: moved trident VGA device into its own source file (no whatsnew)
[src/emu/bus]bus.mak
[src/emu/bus/isa]svga_trident.h trident.c* trident.h*
[src/emu/video]pc_vga.c pc_vga.h
[src/mame/drivers]calchase.c voyager.c

r31980 Monday 8th September, 2014 at 00:39:47 UTC by R. Belmont
(MESS) Make the mouse card available to the apple3 too. (nw)
[src/mess/drivers]apple3.c

r31979 Monday 8th September, 2014 at 00:33:55 UTC by R. Belmont
(MESS) apple3: match slow speed to FDC (nw)
[src/mess/machine]apple3.c

r31978 Monday 8th September, 2014 at 00:04:20 UTC by R. Belmont
(MESS) Even better apple3 drive select. [Paul Hagstrom]
[src/emu/machine]wozfdc.c

r31977 Sunday 7th September, 2014 at 22:46:10 UTC by Alex Jackson
ddragon3.c: fix m68k byte smearing regression in wwfwfest (nw)
[src/mame/drivers]ddragon3.c
[src/mame/includes]ddragon3.h
[src/mame/video]ddragon3.c

r31976 Sunday 7th September, 2014 at 21:18:08 UTC by Brian Troha
New Elfin game & X-Files clone

New X-Files parent which is an uncensored world version. The old set is a censored version for the Korean market with Korean language on at least 2 different screens.


New games added or promoted from NOT_WORKING status
---------------------------------------------------
Elfin [system11, The Dumping Union]

New Clone Added
---------------
The X-Files [system11, The Dumping Union]
[src/mame]mame.lst
[src/mame/drivers]dgpix.c

r31975 Sunday 7th September, 2014 at 21:06:11 UTC by R. Belmont
Fix Clang build (nw)
[src/mame/video]gtia.h

r31974 Sunday 7th September, 2014 at 20:38:26 UTC by hap
wedding aisle works again
[src/mame/audio]seibu.c
[src/mame/drivers]ddragon3.c

r31973 Sunday 7th September, 2014 at 19:41:41 UTC by Michael Zapf
(MESS) hfdc/hdc9234: WIP; restore/seek/read sector FM/MFM working (nw)
[src/emu/bus/ti99_peb]hfdc.c hfdc.h
[src/emu/machine]hdc9234.c hdc9234.h

r31972 Sunday 7th September, 2014 at 19:08:56 UTC by hap
get rid of static int irq1,irq2
[src/mame/audio]seibu.c seibu.h

r31971 Sunday 7th September, 2014 at 18:50:55 UTC by Angelo Salese
Fixed sticky sprite on top-left for Zero Team/X Se Dae
[src/mame/drivers]raiden2.c

r31970 Sunday 7th September, 2014 at 16:26:13 UTC by O. Galibert
checkpoint (nw)
[src/mame/drivers]raiden2.c
[src/mame/includes]raiden2.h

r31969 Sunday 7th September, 2014 at 14:30:22 UTC by O. Galibert
collision rework (nw)
[src/mame/drivers]raiden2.c
[src/mame/includes]raiden2.h

r31968 Sunday 7th September, 2014 at 14:06:26 UTC by R. Belmont
(MESS) apple3: Further improvements to drive select (nw)
[src/emu/machine]wozfdc.c wozfdc.h

r31967 Sunday 7th September, 2014 at 13:29:39 UTC by Fabio Priuli
another small step: moved antic start procedure to antic.c. nw.
[src/mame/includes]atari.h
[src/mame/video]antic.c atari.c

r31966 Sunday 7th September, 2014 at 11:39:43 UTC by Fabio Priuli
small progress towards separating antic code from video/atari.c. nw.
[src/mame/includes]atari.h
[src/mame/video]antic.c atari.c

r31965 Sunday 7th September, 2014 at 10:18:41 UTC by Barry Rodewald
svga_s3: added CLKSYN test register (SR17), gets stock Trio64V2/DX BIOS to boot. (no whatsnew)
[src/emu/bus/isa]svga_s3.c
[src/emu/video]pc_vga.c pc_vga.h

r31964 Sunday 7th September, 2014 at 08:38:40 UTC by Fabio Priuli
gtia.c: converted to be a device. [Fabio Priuli]

also, fixed a regression in maxaflex.c and cleaned up a little bit the driver,
[src/mame/drivers]bartop52.c maxaflex.c
[src/mame/includes]atari.h
[src/mame/video]atari.c gtia.c gtia.h
[src/mess/drivers]atari400.c

r31963 Sunday 7th September, 2014 at 06:27:42 UTC by Brian Troha
dgpix.c: Slight visual clean up - NW
[src/mame]mame.lst
[src/mame/drivers]dgpix.c

r31962 Sunday 7th September, 2014 at 06:27:29 UTC by Fabio Priuli
(MESS) megadriv.c: Added support for Game Genie as a passthru cart. [Fabio Priuli]
[hash]megadriv.xml
[src/emu/bus]bus.mak
[src/emu/bus/megadrive]ggenie.c* ggenie.h* md_carts.c md_carts.h

r31961 Sunday 7th September, 2014 at 05:31:06 UTC by Brian Troha
patch to get JumpJump running


New games added or promoted from NOT_WORKING status
---------------------------------------------------
JumpJump [system11, The Dumping Union]
[src/mame/drivers]dgpix.c

r31960 Sunday 7th September, 2014 at 04:57:29 UTC by R. Belmont
(MESS) apple3: invert enable1 sense, external drive selection now works properly. [R. Belmont]
[src/emu/machine]wozfdc.c

r31959 Sunday 7th September, 2014 at 04:01:22 UTC by R. Belmont
(MESS) Apple II: Support Apple II Mouse Card [R. Belmont, Guru, Sharkpuncher]
[src/emu/bus]bus.mak
[src/emu/bus/a2bus]mouse.c* mouse.h*
[src/mess/drivers]apple2.c

r31958 Sunday 7th September, 2014 at 03:56:59 UTC by Barry Rodewald
(MESS)  Added the following video card BIOSes: [rfka01, Barry Rodewald]
 s3_764:   S3 9503-62 (not working)
           Elsa Winner 1000/T2D
 s3virge:  S3 ViRGE BIOS v1.00-10
 mach64:   ATi mach64V1 113-34404-104
[src/emu/bus/isa]s3virge.c svga_s3.c vga_ati.c

r31957 Saturday 6th September, 2014 at 21:46:36 UTC by David Haywood
new NOT WORKING
Jump Jump [system11]

needs the correct protection patches
[src/mame]mame.lst
[src/mame/drivers]dgpix.c

r31956 Saturday 6th September, 2014 at 21:41:38 UTC by O. Galibert
better understanding of the blending (nw)
[src/mame/drivers]raiden2.c

r31955 Saturday 6th September, 2014 at 21:06:37 UTC by O. Galibert
more blending fixes (nw)
[src/mame/drivers]raiden2.c

r31954 Saturday 6th September, 2014 at 19:48:50 UTC by O. Galibert
more blending finetuning (nw)
[src/mame/drivers]raiden2.c

r31953 Saturday 6th September, 2014 at 17:00:02 UTC by Miodrag Milanović
(MESS)thomson : improve accuracy of the colors [Antoine Mine]
[src/mess/drivers]thomson.c
[src/mess/includes]thomson.h
[src/mess/machine]thomson.c
[src/mess/video]thomson.c

r31952 Saturday 6th September, 2014 at 14:26:51 UTC by Fabio Priuli
(MESS) untangle gtia and antic some more. nw.
[src/mame/includes]atari.h
[src/mame/video]atari.c gtia.c gtia.h

r31951 Saturday 6th September, 2014 at 13:15:18 UTC by Fabio Priuli
(MESS) gtia: reduced a bit the #define obfuscation. nw.
[src/mame/video]gtia.c

r31950 Saturday 6th September, 2014 at 13:10:23 UTC by Fabio Priuli
pcb_type for this had been wrong forever, finally fixed. nw.
[hash]a7800.xml
[src/emu/bus/a7800]rom.c

r31949 Saturday 6th September, 2014 at 12:23:40 UTC by O. Galibert
better blending (nw)
[src/mame/drivers]raiden2.c

r31948 Saturday 6th September, 2014 at 11:28:28 UTC by Oliver Stöneberg
make clang 3.5 compile out-of-the-box by disabling some warnings for now / added TODO (nw)
[src/build]flags_clang.mak

r31947 Saturday 6th September, 2014 at 10:59:23 UTC by Fabio Priuli
d'oh. sorry.
[src/emu/bus/a7800]cpuwiz.c* cpuwiz.h*

r31946 Saturday 6th September, 2014 at 10:39:27 UTC by Fabio Priuli
silenced debug residual. nw.
[src/emu/bus/a7800]rom.c

r31945 Saturday 6th September, 2014 at 10:30:13 UTC by Fabio Priuli
(MESS) a7800: more accurate POKEY accesses make Beef Drop happier. nw.
[src/emu/bus/a7800]rom.c rom.h

r31944 Saturday 6th September, 2014 at 10:04:52 UTC by Wilbert Pol
msx_dsk.c: Add support for 81 track images (nw)
[src/lib/formats]msx_dsk.c

r31943 Saturday 6th September, 2014 at 06:49:07 UTC by Fabio Priuli
(MESS) a7800.c:  [Fabio Priuli]
 - Fixed YM2151 clock in XM expansion, thanks to info from
   tep392 and GroovyBee
 - Added support for homebrew boards MegaCart+ and
   VersaBoard by CPUWIZ (ROM respectively up to 512K
   and 256K + 32K of RAM)
 - Misc cleanups


out of whatsnew: I have also added, for debugging purposes, a VersaBoard with SG 9banks + POKEY at 0x0450
in the hope to find out exactly what goes currently wrong in the emulation of some homebrew games... let's see...
[hash]a7800.xml
[src/emu/bus]bus.mak
[src/emu/bus/a7800]a78_carts.h a78_slot.c a78_slot.h rom.c rom.h xboard.c
[src/mess/drivers]a7800.c

r31942 Saturday 6th September, 2014 at 06:38:32 UTC by Fabio Priuli
(MESS) maria.c:
-Timeout rendering added. [Mike Saarna]
-Reorganized DMA penalties to support new rendering code [Mike Saarna, Robert Tuccitto]
[src/mess/video]maria.c

r31941 Saturday 6th September, 2014 at 03:00:58 UTC by Robbbert
inder.c : Atleta is working. [Robbbert]
[src/mame/drivers]inder.c

r31940 Saturday 6th September, 2014 at 02:40:36 UTC by Robbbert
inder.c : Mundial 90, Corsario, 250CC are working. [Robbbert]
[src/mame/drivers]inder.c

r31939 Saturday 6th September, 2014 at 01:37:01 UTC by Barry Rodewald
isa: added hookup for Trident TGUI9680 video card.
[src/emu/bus]bus.mak
[src/emu/bus/isa]isa_cards.c isa_cards.h svga_trident.c* svga_trident.h*

r31938 Saturday 6th September, 2014 at 01:25:19 UTC by Robbbert
inder.c : Clown is working. [Robbbert]
[src/mame/drivers]inder.c

r31937 Saturday 6th September, 2014 at 01:08:12 UTC by Robbbert
inder.c : Moon Light is working. [Robbbert]
[src/mame/drivers]inder.c

r31936 Saturday 6th September, 2014 at 00:47:32 UTC by R. Belmont
(MESS) apple3: refresh selected drive after the softswitches are changed. [Paul Hagstrom]
[src/emu/machine]wozfdc.c

r31935 Friday 5th September, 2014 at 22:44:21 UTC by hap
New not working game added
----------------------
Trivia (TTL) [gregf, Frank Palazzolo]
[src/mame]mame.lst
[src/mame/drivers]ramtek.c

r31934 Friday 5th September, 2014 at 22:26:12 UTC by hap
draw sprites front to back, this fixes some issues with shadow
[src/mame/includes]seibuspi.h
[src/mame/video]seibuspi.c

Previous 50 199869 Revisions Next 50


© 1997-2024 The MAME Team