Note Feed

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

Previous 50 199869 Revisions Next 50

r32333 Tuesday 23rd September, 2014 at 22:55:48 UTC by David Haywood
more (nw)
[src/mame/drivers]legionna.c
[src/mame/machine]raiden2cop.c raiden2cop.h seicop.c seicop.h

r32332 Tuesday 23rd September, 2014 at 22:45:41 UTC by Angelo Salese
Moved protection vectors from hachamfb to hachamf, making the latter to work properly too [Angelo Salese]
[src/mame/drivers]nmk16.c

r32331 Tuesday 23rd September, 2014 at 22:10:00 UTC by David Haywood
baby steps 2 (nw)
[src/mame/drivers]legionna.c raiden2.c
[src/mame/machine]seicop.c seicop.h

r32330 Tuesday 23rd September, 2014 at 21:54:41 UTC by David Haywood
baby steps (nw)
[src/mame/drivers]legionna.c
[src/mame/machine]seicop.c seicop.h

r32329 Tuesday 23rd September, 2014 at 20:36:23 UTC by David Haywood
move code, no refactoring of it, needed to continue work on refactoring legionna.c (nw)

(talked with Kale about this)
[src/mame/drivers]raiden2.c
[src/mame/includes]raiden2.h
[src/mame/machine]raiden2cop.c raiden2cop.h

r32328 Tuesday 23rd September, 2014 at 20:27:21 UTC by Fabio Priuli
(MESS) analogous multisession fix to other systems suffering for the
same problem. weirdly enough other systems (nes, pce, a2600, a7800...)
does seem immune to the problem. nw.
[src/emu/bus/gba]gba_slot.c gba_slot.h
[src/emu/bus/megadrive]md_slot.c md_slot.h
[src/emu/bus/sega8]sega8_slot.c sega8_slot.h
[src/emu/bus/snes]snes_slot.c snes_slot.h
[src/mess/drivers]gba.c megadriv.c sg1000.c snes.c
[src/mess/machine]sms.c

r32327 Tuesday 23rd September, 2014 at 19:49:19 UTC by David Haywood
more legionna function movement (nw)
[src/mame/drivers]legionna.c
[src/mame/includes]legionna.h
[src/mame/machine]seicop.c seicop.h
[src/mame/video]legionna.c

r32326 Tuesday 23rd September, 2014 at 19:24:20 UTC by Wilbert Pol
34010gfx.c: Work around clang shift overflow warnings; silly fix... (nw)
[src/build]flags_clang.mak
[src/emu/cpu/tms34010]34010gfx.c

r32325 Tuesday 23rd September, 2014 at 19:09:23 UTC by Fabio Priuli
(MESS) gb: call_load seems not to be a good moment for saving items,
at least if we want the system to play along with multisession runs. nw.
[src/emu/bus/gameboy]gb_slot.c gb_slot.h
[src/mess/machine]gb.c

r32324 Tuesday 23rd September, 2014 at 18:16:15 UTC by Fabio Priuli
oh gosh, this was needed for amstrad to work. nw.
[src/emu/bus/generic]slot.h

r32323 Tuesday 23rd September, 2014 at 18:10:21 UTC by Wilbert Pol
(MESS) msx.c: Some small fixes (nw)
[src/mess/drivers]msx.c

r32322 Tuesday 23rd September, 2014 at 18:04:12 UTC by Fabio Priuli
(MESS) ssem: converted the driver to use quickload for
mounting programs into memory, since this system
obviously uses no carts. nw.
[src/mess/drivers]ssem.c

r32321 Tuesday 23rd September, 2014 at 18:01:33 UTC by Fabio Priuli
(MESS) amstrad.c: converted cpc+ and gx4000 to use generic
cart slot, added correct keyboard to cpc+ machines (with Fn keys
in place of the keypad number keys), added cpc+ system carts to
the softlist and converted driver to use io_port array for keyboard
input reads. nw.
[hash]gx4000.xml
[src/mess/drivers]amstrad.c
[src/mess/includes]amstrad.h
[src/mess/machine]amstrad.c

r32320 Tuesday 23rd September, 2014 at 17:56:41 UTC by hap
i'm tired
[src/mame/drivers]namcos22.c namcos23.c segaorun.c segaybd.c taitojc.c
[src/mame/includes]namcos22.h segaorun.h segaybd.h taitojc.h
[src/mame/layout]outrun.lay pdrift.lay

r32319 Tuesday 23rd September, 2014 at 17:41:43 UTC by O. Galibert
wd_fdc: Hopefully fix reading sectors with DDAM [lowen, O. Galibert]
[src/emu/machine]wd_fdc.c

r32318 Tuesday 23rd September, 2014 at 17:39:27 UTC by hap
not today tomboy
[src/mame]mame.lst
[src/mame/drivers]dkong.c

r32317 Tuesday 23rd September, 2014 at 17:34:47 UTC by hap
ioport array for outrun and sega-yboard
[src/mame/drivers]namcos22.c namcos23.c segaorun.c segaybd.c taitojc.c
[src/mame/includes]namcos22.h segaorun.h segaybd.h taitojc.h
[src/mame/layout]outrun.lay pdrift.lay

r32316 Tuesday 23rd September, 2014 at 16:55:39 UTC by Brian Troha
peplus.c: Minor update - NW

Fix coin in cycles to eliminate the Coin-in Timeout errors.  All current sets should be fully playable without issues.
[src/mame/drivers]peplus.c

r32315 Tuesday 23rd September, 2014 at 15:48:51 UTC by Osso
segas32.h: small cleanup (nw)
[src/mame/includes]segas32.h

r32314 Tuesday 23rd September, 2014 at 15:14:39 UTC by Michael Zapf
Removed some debugging output; fixed FM value for Index AM. (nw)
[src/emu/machine]wd_fdc.c

r32313 Tuesday 23rd September, 2014 at 14:49:23 UTC by Oliver Stöneberg
fixed clang warning in src/mess/drivers/rainbow.c as suggested (nw)
[src/mess/drivers]rainbow.c

r32312 Tuesday 23rd September, 2014 at 12:19:58 UTC by Dirk Best
Amiga: Add the latest version of EmuTOS to the Amiga 1000 softlist and
fix CIA interrupts getting lost in certain situations. This fixes the
EmuTOS keyboard and potentially more. Also fix a possible issue with
blitter delays.
[hash]amiga_a1000.xml
[src/mame/includes]amiga.h
[src/mame/machine]amiga.c
[src/mess/drivers]amiga.c

r32311 Tuesday 23rd September, 2014 at 11:35:29 UTC by David Haywood
de-duplicate number conversion code (nw)
[src/mame/drivers]legionna.c raiden2.c
[src/mame/includes]raiden2.h
[src/mame/machine]raiden2cop.c raiden2cop.h seicop.c

r32310 Tuesday 23rd September, 2014 at 11:18:59 UTC by Oliver Stöneberg
adjusted some software list descriptions (nw)
[hash]amiga_a1000.xml amiga_a3000.xml amiga_flop.xml

r32309 Tuesday 23rd September, 2014 at 10:13:12 UTC by Oliver Stöneberg
"properly fixed" clang -Wconstant-logical-operand warnings and enabled it (nw)
[src/build]flags_clang.mak
[src/emu/cpu/h8]h8_timer16.c
[src/emu/video]stvvdp2.c
[src/mame/video]jagblit.inc

r32308 Tuesday 23rd September, 2014 at 10:02:18 UTC by Oliver Stöneberg
actually avoid clang warning in src/mame/video/jagblit.inc / avoid clang warning in src/emu/cpu/h8/h8_timer16.c (nw)
[src/build]flags_clang.mak
[src/emu/cpu/h8]h8_timer16.c
[src/mame/video]jagblit.inc

r32307 Tuesday 23rd September, 2014 at 09:47:40 UTC by Oliver Stöneberg
fixed clang warning in src/mame/video/jagblit.inc (nw)
[src/build]flags_clang.mak
[src/mame/video]jagblit.inc

r32306 Tuesday 23rd September, 2014 at 09:40:59 UTC by Oliver Stöneberg
documented more disabled clang compiler warnings (nw)
[src/build]flags_clang.mak

r32305 Tuesday 23rd September, 2014 at 08:46:14 UTC by Oliver Stöneberg
documented some disabled clang compiler warnings / re-enabled -Wformat-security for clang 3.5 (was disabled because of a bug in clang) / disabled c++11 warnings so it compiles out-of-the-box / added TODO (nw)
[src/build]flags_clang.mak

r32304 Tuesday 23rd September, 2014 at 08:13:07 UTC by Curt Coder
(MESS) riscpc: Added missing regions. (nw)
[src/mess/drivers]riscpc.c

r32303 Tuesday 23rd September, 2014 at 08:09:56 UTC by Curt Coder
(MESS) a7000: Renamed to riscpc.c and added missing variants. (nw)
[src/mess]mess.lst mess.mak
[src/mess/drivers]a7000.c riscpc.c*

r32302 Tuesday 23rd September, 2014 at 07:47:32 UTC by Curt Coder
(MESS) Fixed ROM name conflict. (nw)
[src/mess/drivers]msx.c

r32301 Tuesday 23rd September, 2014 at 07:44:52 UTC by Barry Rodewald
trident: added XOR drawing, added XNEG and YNEG reverse directions for mono pattern BitBLT.
[src/emu/bus/isa]trident.c trident.h

r32300 Tuesday 23rd September, 2014 at 07:29:44 UTC by Curt Coder
Fixed build. (nw)
[src/mess/drivers]a7800.c atari400.c

r32299 Tuesday 23rd September, 2014 at 06:18:02 UTC by Fabio Priuli
fixed multisession crash when the new cart needed a dynamic buffer/array
larger than the original one. this got introduced when converting from
auto_alloc_array to dynamic buffers, because such buffers are not made
NULL at reset, but got unnoticed/unreported up to now. many thanks to
Trebor for catching it! nw.
[src/emu/bus/a7800]a78_slot.c a78_slot.h
[src/emu/bus/a800]a800_slot.c a800_slot.h
[src/emu/bus/gameboy]gb_slot.c
[src/emu/bus/gba]gba_slot.c
[src/emu/bus/megadrive]md_slot.c md_slot.h
[src/emu/bus/nes]nes_slot.c
[src/emu/bus/pce]pce_slot.c
[src/emu/bus/saturn]sat_slot.c
[src/emu/bus/sega8]sega8_slot.c
[src/emu/bus/snes]snes_slot.c
[src/emu/bus/vcs]vcs_slot.c
[src/mess/drivers]a7800.c atari400.c

r32298 Monday 22nd September, 2014 at 22:48:08 UTC by hap
new clone added
---------------
Donkey Kong: Pauline Edition (hack, rev 5) [Clay Cowgill]
[src/emu]emuopts.c
[src/mame]mame.lst
[src/mame/drivers]dkong.c
[src/mame/includes]dkong.h

r32297 Monday 22nd September, 2014 at 22:26:22 UTC by Angelo Salese
This one looks better the other way around ...
[src/mess/drivers]pc9801.c

r32296 Monday 22nd September, 2014 at 22:16:53 UTC by Angelo Salese
Either bad dump or there's something really weird going on with this. If any x86 guru wants to take a look be my guest.
[src/mess/drivers]pc9801.c

r32295 Monday 22nd September, 2014 at 20:55:29 UTC by Oliver Stöneberg
another workaround for XCode 6.0.1 out-of-the-box compilation (nw)
[src/build]flags_clang.mak

r32294 Monday 22nd September, 2014 at 20:16:42 UTC by Brian Troha
new PE+ Poker clone


New Clone Added
------------------------------------------------
Player's Edge Plus (PP0158) 4 of a Kind Bonus Poker (set 1) [BrianT]
[src/mame]mame.lst
[src/mame/drivers]peplus.c

r32293 Monday 22nd September, 2014 at 18:39:21 UTC by David Haywood
legionna re-org sound writes (nw)
[src/mame/drivers]legionna.c
[src/mame/includes]legionna.h
[src/mame/machine]seicop.c

r32292 Monday 22nd September, 2014 at 18:18:17 UTC by Brian Troha
peplus.c: minor updates - NW

Makes allowances for the Non Plus versions and prevents the Door Open bit from cycling for the earlier 32K versions.  This allows several games to properly work such as PP0120 - Wild Sevens Poker ;-)
[src/mame/drivers]peplus.c

r32291 Monday 22nd September, 2014 at 18:12:04 UTC by David Haywood
less trampolines (nw)
[src/mame/drivers]legionna.c
[src/mame/machine]seicop.c

r32290 Monday 22nd September, 2014 at 16:31:21 UTC by O. Galibert
itt3030: slightly better banking (nw)
[src/mess/drivers]itt3030.c

r32289 Monday 22nd September, 2014 at 16:26:52 UTC by Alex Jackson
add width/endian to pasogo softlist (nw)
[hash]pasogo.xml

r32288 Monday 22nd September, 2014 at 15:57:34 UTC by Oliver Stöneberg
added workaround to build with XCode 6.0.1 out-of-the-box [Oliver Stöneberg]
[src/build]flags_clang.mak

r32287 Monday 22nd September, 2014 at 15:52:50 UTC by Alex Jackson
atarist is big endian (nw)
[hash]st_cart.xml
[src/mess/drivers]atarist.c

r32286 Monday 22nd September, 2014 at 15:36:56 UTC by O. Galibert
itt3030: Fix the floppy (nw)
[src/mess/drivers]itt3030.c

r32285 Monday 22nd September, 2014 at 15:13:19 UTC by David Haywood
use CRTC
[src/mame/drivers]legionna.c
[src/mame/includes]legionna.h
[src/mame/machine]seicop.c seicop.h
[src/mame/video]legionna.c

r32284 Monday 22nd September, 2014 at 14:49:38 UTC by Fabio Priuli
(MESS) consolidated generic socket / cartslot a bit more: removed
redundant cart_mounted() function since exists() from image device
already provides the required service, and added capability to
specify endianness of the rom region (otherwise not detectable from
fullpath). nw.
[src/emu/bus/generic]slot.c slot.h
[src/mess/drivers]advision.c aim65.c aquarius.c atarist.c atom.c bbcbc.c c128.c casloopy.c cc40.c ep64.c exelv.c fc100.c gamepock.c gmaster.c m5.c myvision.c pasogo.c pegasus.c pencil2.c pockstat.c pokemini.c portfoli.c pv2000.c rx78.c sorcerer.c supracan.c sv8000.c svi318.c tek405x.c ti74.c tutor.c tvc.c uzebox.c x1.c x1twin.c
[src/mess/machine]aim65.c gamepock.c sorcerer.c svi318.c

Previous 50 199869 Revisions Next 50


© 1997-2024 The MAME Team