Note Feed

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

Previous 50 199869 Revisions Next 50

r15218 Sunday 29th January, 2012 at 02:59:41 UTC by R. Belmont
Correct GDROM region names for Naomi/Triforce/Chihiro, Ikaruga boots again (nw)
[src/mame/drivers]chihiro.c naomi.c triforce.c

r15217 Sunday 29th January, 2012 at 02:32:28 UTC by R. Belmont
SDL: don't show misleading message for .BDF UI fonts [R. Belmont, The Flying Ape]
[src/osd/sdl]sdlmain.c

r15216 Saturday 28th January, 2012 at 20:33:33 UTC by R. Belmont
Better version of last fix: don't save-state the "was bank installed" flag and everything Just Works. (nw)
[src/emu/sound]okim6295.c

r15215 Saturday 28th January, 2012 at 20:20:04 UTC by R. Belmont
oki6295: force creation of banks so loading a state from after the game has set a bank before the game sets the bank doesn't die [R. Belmont]
[src/emu/sound]okim6295.c

r15214 Saturday 28th January, 2012 at 20:01:06 UTC by Angelo Salese
MESS specific Tseng Labs VESA support, nw
[src/emu/video]pc_vga.c pc_vga.h

r15213 Saturday 28th January, 2012 at 19:48:44 UTC by hap
cps3.c, konamigv.c disk prefix to make games boot again
[src/mame/drivers]cps3.c konamigv.c

r15212 Saturday 28th January, 2012 at 19:33:37 UTC by hap
ok, add prefix to make cryptklr boot
[src/mame/drivers]konamigq.c

r15211 Saturday 28th January, 2012 at 18:15:10 UTC by Angelo Salese
Converted Rohga and Schmeiser Robo to use generic deco sprite functions [David Haywood]
[src/mame/drivers]rohga.c
[src/mame/includes]rohga.h
[src/mame/video]decospr.c decospr.h rohga.c

r15210 Saturday 28th January, 2012 at 16:25:54 UTC by Brian Troha
Verified and corrected the Sega Security CPU number (317-xxxx) for one of the two unknown Turbo Out Run sets. [Brian Troha]
[src/mame/drivers]segaorun.c

r15209 Saturday 28th January, 2012 at 15:47:35 UTC by hap
unneeded workaround, it was already fixed properly in r15184
[src/mame/drivers]cninja.c
[src/mame/video]deco16ic.c deco16ic.h

r15208 Saturday 28th January, 2012 at 15:37:24 UTC by Angelo Salese
Converted wizdfire to use generic deco functions [David Haywood]
[src/mame/drivers]cninja.c rohga.c
[src/mame/includes]rohga.h
[src/mame/video]deco16ic.c deco16ic.h rohga.c

r15207 Saturday 28th January, 2012 at 05:31:59 UTC by R. Belmont
[MT #4268] Don't refresh the stream during post_load, that makes the core die [R. Belmont]
[src/emu/sound]okim6295.c okim6295.h

r15206 Saturday 28th January, 2012 at 04:45:41 UTC by R. Belmont
taitogn: fix card region, games boot again [R. Belmont]
[src/mame/drivers]taitogn.c

r15205 Saturday 28th January, 2012 at 04:43:12 UTC by R. Belmont
ksys573: fix disk regions, games boot again [R. Belmont]
[src/mame/drivers]ksys573.c

r15204 Saturday 28th January, 2012 at 04:37:49 UTC by R. Belmont
Fixed bad assumption by the (pre)GX video mixer [R. Belmont]
[src/mame/video]konamigx.c

r15203 Saturday 28th January, 2012 at 02:07:30 UTC by Barry Rodewald
i386: added 32-bit operand size version of SMSW
[src/emu/cpu/i386]i386op32.c i486ops.c

r15202 Saturday 28th January, 2012 at 01:10:46 UTC by hap
(dummy commit for whatsnew)

Fixed some dipswitch defaults and added diplocations to many Konami and Namco games. [kanikani]
[src/mame/drivers]circusc.c

r15201 Saturday 28th January, 2012 at 00:55:17 UTC by hap
kani2 dsw update konami t-y
[src/mame/drivers]trackfld.c tutankhm.c twin16.c yiear.c

r15200 Saturday 28th January, 2012 at 00:01:16 UTC by Barry Rodewald
i386: Various protection fixes. [Carl]
[src/emu/cpu/i386]i386.c

r15199 Friday 27th January, 2012 at 23:57:39 UTC by hap
kanikani dsw update s-t
[src/mame/drivers]spy.c surpratk.c thunderx.c timeplt.c tmnt.c tp84.c

r15198 Friday 27th January, 2012 at 20:58:11 UTC by hap
kani2 dsw update for rockrage.c, rocnrope.c, scotrsht.c
[src/mame/drivers]rockrage.c rocnrope.c scotrsht.c

r15197 Friday 27th January, 2012 at 20:18:32 UTC by hap
kanikani dsw update for pacland.c, pacman.c, parodius.c, pingpong.c, pooyan.c
[src/mame/drivers]pacland.c pacman.c parodius.c pingpong.c pooyan.c

r15196 Friday 27th January, 2012 at 19:55:55 UTC by hap
kanikani dsw update for labyrunr.c, megazone.c, mikie.c, nemesis.c
[src/mame/drivers]labyrunr.c megazone.c mikie.c nemesis.c

r15195 Friday 27th January, 2012 at 19:13:38 UTC by smf
improved serial input emulation.
[src/emu/machine]6522via.c

r15194 Friday 27th January, 2012 at 17:35:30 UTC by hap
(Tower of Druaga -> The Tower of Druaga)
[src/mame/drivers]mappy.c

r15193 Friday 27th January, 2012 at 16:56:04 UTC by hap
kanikani dsw update to gyruss.c, hexion.c, ironhors.c, junofrst.c
[src/mame/drivers]gyruss.c hexion.c ironhors.c junofrst.c

r15192 Friday 27th January, 2012 at 16:37:35 UTC by Phil Bennett
x87 - Use CRT trig functions for sin/cos/tan until I figure out why the SoftFloat functions produce daft values. (no whatsnew)
[src/emu/cpu/i386]x87ops.c

r15191 Friday 27th January, 2012 at 16:06:20 UTC by hap
kanikani dsw update to ajax.c, baraduke.c, battlnts.c, fastlane.c
[src/mame/drivers]ajax.c baraduke.c battlnts.c fastlane.c

r15190 Friday 27th January, 2012 at 16:00:46 UTC by Aaron Giles
MT04629
[src/mame/video]vertigo.c

r15189 Friday 27th January, 2012 at 15:56:51 UTC by Aaron Giles
MT04630
[src/mame/includes]skyraid.h
[src/mame/video]skyraid.c

r15188 Friday 27th January, 2012 at 15:49:17 UTC by Aaron Giles
Type safety saves lives. Or rather, it does if you use any.
Sadly, the cave code is poorly written and doesn't, so it was
easy to allocate an 8bpp zbuffer when they wanted a 16bpp one
and never notice.
[src/mame/includes]cave.h
[src/mame/video]cave.c

r15187 Friday 27th January, 2012 at 15:21:26 UTC by Aaron Giles
Fix bad assumption that rowpixels of two separate bitmaps are
guaranteed to be the same.
[src/mame/video]taito_f3.c

r15186 Friday 27th January, 2012 at 14:57:03 UTC by hap
(spelling fixes from kanikani)
[src/mame/drivers]dcheese.c igs_m027.c jchan.c pacman.c sfbonus.c taito_z.c tmaster.c vball.c vcombat.c vsnes.c
[src/mame/video]lsasquad.c naughtyb.c

r15185 Friday 27th January, 2012 at 13:38:21 UTC by Angelo Salese
Port from MESS, nw
[src/emu/video]pc_vga.c

r15184 Friday 27th January, 2012 at 12:55:17 UTC by hap
fix MT 3761
[src/mame/drivers]cninja.c

r15183 Friday 27th January, 2012 at 07:53:25 UTC by Aaron Giles
Fix progolf graphics.
[src/mame/drivers]progolf.c

r15182 Friday 27th January, 2012 at 07:45:25 UTC by Aaron Giles
Fix unsquad and other CPS1 games with OOB tiles.
[src/mame/includes]cps1.h
[src/mame/video]cps1.c

r15181 Friday 27th January, 2012 at 07:21:20 UTC by Aaron Giles
siblingdevice now checks for and removes a leading "^" to
indicate the owner. This allows "^" to be used to reference
the owning device in device callbacks, among other things.
[src/emu]device.h

r15180 Friday 27th January, 2012 at 06:54:34 UTC by Aaron Giles
Fixed disk loading so that it handles full region tags. Fixes laserdisc
and hard disk based games falling over.

Upgraded gottlieb driver to render RGB32 to fix laserdisc overlays.

Improved out-of-bounds pixel detection helper.
[src/emu]romload.c video.c video.h
[src/mame/drivers]gottlieb.c
[src/mame/includes]gottlieb.h
[src/mame/video]gottlieb.c

r15179 Thursday 26th January, 2012 at 23:58:19 UTC by Angelo Salese
Minor input fixes
[src/mame/drivers]funkball.c

r15178 Thursday 26th January, 2012 at 23:20:52 UTC by Phil Bennett
Rewrote i386 x87 emulation: [Phil Bennett]
* Use SoftFloat arithmetic functions
* Implemented tag word updates
* Implemented status word/exception flag updates
* Implemented stack underflow/overflow behaviour
[src/emu/cpu/i386]i386.c i386ops.h i386priv.h x87ops.c

r15177 Thursday 26th January, 2012 at 22:02:52 UTC by Angelo Salese
Regression fixes, nw
[src/emu/video]pc_vga.c

r15176 Thursday 26th January, 2012 at 21:16:17 UTC by Aaron Giles
Change device reset so that the resets proceed hierarchically. Added
a device_reset_after_children() hook for things that need to wait for
the children to finish. Moved calling the driver/machine/sound/video
reset callbacks to the after children time, to align more with how it
was happening before.

Fixed siblingdevice("") so that it returns the current device and not
the owner.
[src/emu]device.c device.h machine.c machine.h

r15175 Thursday 26th January, 2012 at 20:35:51 UTC by Aaron Giles
Wrapped the global_resource_pool into a function in an attempt to
ensure it is initialized before anyone that references it.
[src/emu]emualloc.c emualloc.h emutempl.h render.h

r15174 Thursday 26th January, 2012 at 20:06:30 UTC by Aaron Giles
Fix NVRAM file naming.
[src/emu/machine]generic.c

r15173 Thursday 26th January, 2012 at 19:13:47 UTC by Miodrag Milanović
i386: FPU rewritten using softfloat [Carl]
[src/emu/cpu/i386]x87ops.c

r15172 Thursday 26th January, 2012 at 19:11:41 UTC by Angelo Salese
Major overhaul of VGA memory handlers, added monochrome emulation and fixed text banking while at it [Angelo Salese]"
[src/emu/video]pc_vga.c

r15171 Thursday 26th January, 2012 at 18:06:08 UTC by Tafoid
Fix for n8080.c - "warning: Device ':' does not have execute interface" (nw)
[src/mame/drivers]n8080.c

r15170 Thursday 26th January, 2012 at 16:49:31 UTC by Tafoid
Fix warning for hparadis (nw)
[src/mame/drivers]ddenlovr.c

r15169 Thursday 26th January, 2012 at 15:19:53 UTC by Miodrag Milanović
Clean it a bit (no whatsnew)
[src/emu/machine]idectrl.c

Previous 50 199869 Revisions Next 50


© 1997-2024 The MAME Team