Note Feed

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

Previous 50 199869 Revisions Next 50

r32083 Friday 12th September, 2014 at 14:27:26 UTC by Oliver Stöneberg
some c++11 compilation fixes (nw)
[src]version.c
[src/emu/bus/ep64]exp.h
[src/emu/machine]mc68328.h upd71071.h
[src/emu/sound]c6280.h
[src/emu/video]mos6566.h vic4567.h
[src/mame/video]ppu2c0x.h
[src/mess/video]zx8301.h

r32082 Friday 12th September, 2014 at 13:08:15 UTC by Michael Zapf
(MESS) ti99: A single missing character breaks a floppy format.(nw)
[src/lib/formats]ti99_dsk.c

r32081 Friday 12th September, 2014 at 12:11:00 UTC by Fabio Priuli
fixed famitwin bios usage. nw.
[src/mess/drivers]nes.c

r32080 Friday 12th September, 2014 at 10:49:30 UTC by David Haywood
let's go with EB-A
[src/mame]mame.lst
[src/mame/drivers]vendetta.c

r32079 Friday 12th September, 2014 at 10:13:55 UTC by David Haywood
new clones
Vendetta (World, 2 Players, ver. unknown) [caius]
[src/mame]mame.lst
[src/mame/drivers]vendetta.c

r32078 Friday 12th September, 2014 at 07:46:40 UTC by Barry Rodewald
trident: forced doubleword offset when using an SVGA video mode, fixes display in Eggs Playing Chicken.
[src/emu/bus/isa]trident.c

r32077 Friday 12th September, 2014 at 07:18:04 UTC by Fabio Priuli
reduced tagmap lookups in atari400, maxaflex and bartop52. nw.
[src/mame/drivers]bartop52.c maxaflex.c
[src/mame/includes]atari.h
[src/mame/machine]atari.c
[src/mess/drivers]atari400.c

r32076 Friday 12th September, 2014 at 05:40:32 UTC by Fabio Priuli
(MESS) gameboy.xml: added a bunch of new dumps. nw.
[hash]gameboy.xml

r32075 Friday 12th September, 2014 at 05:40:10 UTC by Fabio Priuli
(MESS) coleco.xml: removed choplifter bad dump. [dink]
[hash]coleco.xml

r32074 Friday 12th September, 2014 at 02:51:50 UTC by R. Belmont
SDL: -sound dsound now works with SDL (nw)
[src/osd/modules/sound]direct_sound.c

r32073 Friday 12th September, 2014 at 02:44:11 UTC by R. Belmont
SDL: more attempts (nw)
[src/osd/modules/sound]direct_sound.c
[src/osd/sdl]draw13.c drawogl.c drawsdl.c

r32072 Friday 12th September, 2014 at 02:33:25 UTC by R. Belmont
SDL: More dsound adaptation (nw)
[src/osd/modules/sound]direct_sound.c
[src/osd/sdl]draw13.c drawogl.c drawsdl.c

r32071 Friday 12th September, 2014 at 02:07:46 UTC by R. Belmont
Fixes to try and make direct_sound work minus WinOSD (nw)
[src/osd/modules/sound]direct_sound.c
[src/osd/sdl]sdl.mak

r32070 Friday 12th September, 2014 at 01:18:35 UTC by R. Belmont
SDL: Allow -sound dsound on SDL Windows builds. [R. Belmont]
[src/osd/sdl]sdl.mak sdlmain.c

r32069 Thursday 11th September, 2014 at 23:45:38 UTC by hap
small cleanup
[src/mame/drivers]skyfox.c
[src/mame/includes]skyfox.h
[src/mame/video]skyfox.c

r32068 Thursday 11th September, 2014 at 21:06:56 UTC by Fabio Priuli
setting the correct properties helps to commit new files. nw.
[src/emu/bus/nes]disksys.c* disksys.h*

r32067 Thursday 11th September, 2014 at 21:01:45 UTC by Fabio Priuli
(MESS) famicom: converted the disk system add-on to be a cart
in the softlist. The official syntax to launch disk games is now
 mess famicom -cart disksys -flop gamename
which corresponds to inserting the RAM expansion cart with
connected the disk drive into the cartslot and the desired disk
in the disk drive (exactly like you would have done with the
real thing). In this way, you cannot mount anymore both a cart and
a disk in the Family Computer (as in a real unit).
Users that cannot cope with this limitation and/or with the new
syntax can still use the famitwin driver (which offers both cart and
disk options) or the newly added driver fds which emulates a
famicom with the expansion always inserted: in both latter cases
the old syntax
 mess famitwin -flop gamename
will launch the game, as previously. [Fabio Priuli]

(MESS) famicom: fixed disk system IRQ latch clear in Kaettekita
Mario Bros. based on investigations by FHorse. [Fabio Priuli]


Out of whatsnew: For the moment I gave up the original plan to
also modernize the floppy drive and the disk format. If anyone
wants to look into these, be my guest :-)
[hash]nes.xml
[src/emu/bus]bus.mak
[src/emu/bus/nes]nes_carts.c nes_carts.h nes_pcb.inc nes_slot.c nes_slot.h
[src/mess]mess.lst
[src/mess/drivers]nes.c
[src/mess/includes]nes.h
[src/mess/machine]nes.c
[src/mess/video]nes.c

r32066 Thursday 11th September, 2014 at 19:36:02 UTC by hap
kludge for sprite flickering (video raw params should solve it cleanly but we need to understand seibu crtc more)
[src/mame/drivers]raiden2.c

r32065 Thursday 11th September, 2014 at 12:01:10 UTC by Robbbert
zac_proto.c : used correct cpu, fixed inputs, added mechanical sounds. All 3 games are playable.
[src/mame/drivers]zac_proto.c

r32064 Thursday 11th September, 2014 at 11:47:05 UTC by Oliver Stöneberg
optimized interrupt code in src/emu/cpu/avr8/avr8.c a bit more (nw)
[src/emu/cpu/avr8]avr8.c

r32063 Thursday 11th September, 2014 at 11:40:13 UTC by Oliver Stöneberg
optimized interrupt code in src/emu/cpu/avr8/avr8.c a bit (nw)
[src/emu/cpu/avr8]avr8.c

r32062 Thursday 11th September, 2014 at 10:43:29 UTC by Barry Rodewald
trident: added DAC command register, so that we can tell when in a 15 or 16 bit mode.
[src/emu/bus/isa]trident.c trident.h

r32061 Thursday 11th September, 2014 at 07:20:03 UTC by Oliver Stöneberg
small optimization to device_scheduler::timer_list_insert() (nw)
[src/emu]schedule.c

r32060 Thursday 11th September, 2014 at 02:34:21 UTC by R. Belmont
(MESS) Stop trashing DiskCopy 4.2 images that don't have tags. [R. Belmont]
[src/lib/formats]ap_dsk35.c

r32059 Thursday 11th September, 2014 at 01:31:37 UTC by R. Belmont
(MESS) apple3: preliminary hook up of slot IRQ and NMI lines. [R. Belmont]
[src/emu/bus/a2bus]a2bus.c a2bus.h
[src/mess/drivers]apple3.c
[src/mess/includes]apple3.h
[src/mess/machine]apple3.c

r32058 Wednesday 10th September, 2014 at 19:12:16 UTC by Dirk Best
Amiga: Implement the Amiga 500 low-level keyboard controller using the
newly dumped internal ROM. Remove existing keyboard HLE.
[src/emu/machine]mos6526.c
[src/mess/machine]amigakbd.c amigakbd.h

r32057 Wednesday 10th September, 2014 at 18:44:08 UTC by Fabio Priuli
documenting the procedure to start Klax prototype on the a7800. nw.

(the game fails also on real systems: consistently on older revisions,
almost randomly on newer revisions)
[hash]a7800.xml

r32056 Wednesday 10th September, 2014 at 17:58:04 UTC by hap
note
[src/mame/audio]taito_en.c
[src/mame/drivers]taitojc.c

r32055 Wednesday 10th September, 2014 at 17:46:04 UTC by Oliver Stöneberg
replaced a few more exit() calls with fatalerror() (nw)
[src/lib/formats]apridisk.c d64_dsk.c

r32054 Wednesday 10th September, 2014 at 17:41:27 UTC by Oliver Stöneberg
replaced exit() with fatalerror() in src/emu/cpu/mcs96/mcs96.c (nw)
[src/emu/cpu/mcs96]mcs96.c

r32053 Wednesday 10th September, 2014 at 12:47:01 UTC by Oliver Stöneberg
small optimization to pla_device::read() (nw)
[src/emu/machine]pla.c

r32052 Wednesday 10th September, 2014 at 11:40:25 UTC by Robbbert
Added some notes. (nw)
[src/mame/drivers]jp.c rcorsair.c

r32051 Wednesday 10th September, 2014 at 09:57:30 UTC by Oliver Stöneberg
fixed more potential heap-buffer-overflows in src/emu/bus/vcs/vcs_slot.c (nw)
[src/emu/bus/vcs]vcs_slot.c

r32050 Wednesday 10th September, 2014 at 09:38:57 UTC by Oliver Stöneberg
fixed heap-buffer-overflow in vcs_cart_slot_device::detect_super_chip() (nw)
[src/emu/bus/vcs]vcs_slot.c

r32049 Wednesday 10th September, 2014 at 09:23:07 UTC by Oliver Stöneberg
fixed memory leak when loading CHD from software list (nw)
[src/emu]romload.c

r32048 Wednesday 10th September, 2014 at 08:48:37 UTC by Tafoid
Cleanups & fix for missing acknowledgment of a5200 button 2 inputs (MT5591) - from Fabio. (nw)
[src/mame/drivers]bartop52.c maxaflex.c
[src/mame/includes]atari.h
[src/mame/machine]atari.c
[src/mame/video]antic.c atari.c gtia.c
[src/mess/drivers]atari400.c

r32047 Wednesday 10th September, 2014 at 06:40:41 UTC by Oliver Stöneberg
added another note about memory leak (nw)
[src/lib/portmidi]pmlinuxalsa.c

r32046 Wednesday 10th September, 2014 at 06:39:13 UTC by Oliver Stöneberg
added note about memory leak (nw)
[src/lib/portmidi]pmlinuxalsa.c

r32045 Wednesday 10th September, 2014 at 06:17:01 UTC by Oliver Stöneberg
sync'd CPU list (nw)
[src/mame]mame.mak
[src/mess]mess.mak

r32044 Wednesday 10th September, 2014 at 06:12:19 UTC by Oliver Stöneberg
flagged some functions as noreturn (nw)
[src/build]makedep.c makemak.c

r32043 Wednesday 10th September, 2014 at 02:54:07 UTC by Barry Rodewald
mach32,mach64: fixed crash when reading vblank state.
[src/emu/bus/isa]mach32.c mach32.h
[src/emu/video]pc_vga.c pc_vga.h

r32042 Wednesday 10th September, 2014 at 02:46:30 UTC by Robbbert
jp.c : Faeton is working [Robbbert]

Another 6 games are playable.
[src/mame/drivers]jp.c
[src/mame/layout]jp.lay

r32041 Tuesday 9th September, 2014 at 22:24:57 UTC by hap
added op_bldd_sbmar
[src/emu/cpu/tms32051]32051ops.c tms32051.c tms32051.h

r32040 Tuesday 9th September, 2014 at 21:35:34 UTC by Brian Troha
vamphalf.c: Minor doc update - NW
[src/mame/drivers]vamphalf.c

r32039 Tuesday 9th September, 2014 at 21:05:30 UTC by Oliver Stöneberg
and even less tagmap lookups counted (nw)
[src/emu]machine.c video.c

r32038 Tuesday 9th September, 2014 at 20:57:48 UTC by Oliver Stöneberg
have a few less tagmap lookups counted (nw)
[src/emu]machine.c

r32037 Tuesday 9th September, 2014 at 20:52:43 UTC by hap
rm unneeded comments
[src/mame/drivers]gottlieb.c nbmj9195.c seibuspi.c viper.c
[src/mame/machine]harddriv.c stvprot.c williams.c

r32036 Tuesday 9th September, 2014 at 20:29:57 UTC by Oliver Stöneberg
do not start tagmap lookup counting until everything is initialized / tagmap lookups are now properly shown for each execution when running multiple sets from built-in UI instead of only when exiting MAME completely (nw)
[src/emu]clifront.c machine.c
[src/lib/util]tagmap.c tagmap.h

r32035 Tuesday 9th September, 2014 at 20:20:11 UTC by Angelo Salese
Fixed radar for Seibu Cup Soccer
[src/mame/machine]seicop.c

r32034 Tuesday 9th September, 2014 at 19:44:31 UTC by David Haywood
buffer tilemaps to prevent tilemap / tilebank desync in r2 intro (fixes 1 frame glitches in animation)
[src/mame/drivers]raiden2.c
[src/mame/includes]raiden2.h
[src/mame/machine]seicop.c

Previous 50 199869 Revisions Next 50


© 1997-2024 The MAME Team