0% found this document useful (0 votes)
35 views5 pages

Changelog 0154ex3

The document contains a detailed log of revisions made to various files in a software project, including modifications, new features, and bug fixes. Each entry includes the revision number, author, date, and a brief message describing the changes. Notable updates include the addition of new games, improvements to existing drivers, and corrections to software lists.

Uploaded by

raeksnake
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
35 views5 pages

Changelog 0154ex3

The document contains a detailed log of revisions made to various files in a software project, including modifications, new features, and bug fixes. Each entry includes the revision number, author, date, and a brief message describing the changes. Notable updates include the addition of new games, improvements to existing drivers, and corrections to software lists.

Uploaded by

raeksnake
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 5

32152 = UME 0.

154ex3

Revision: 32152
Author: dhaywood
Date: 17 September 2014 13:44:11
Message:
missed these (nw)
----
Modified : /trunk/src/mame/drivers/raiden2.c
Modified : /trunk/src/mame/drivers/st0016.c

Revision: 32151
Author: olivierg
Date: 17 September 2014 12:24:38
Message:
itgambl2: De-insanify the address map, fixes MT5493 (nw)
----
Modified : /trunk/src/mame/drivers/itgambl2.c

Revision: 32150
Author: fabiopri
Date: 17 September 2014 12:08:54
Message:
better fix. nw.
----
Modified : /trunk/src/emu/diimage.c

Revision: 32149
Author: dhaywood
Date: 17 September 2014 12:03:13
Message:
mark save as supported, seems to work now (nw)

(I think at this point we should go over the source and flip the flag to
GAME_NO_SAVE for drivers lacking support, rather than having to flag it when it
works, also maybe add the ability to tag devices so if a driver is using a device
without support it will automatically inherit that state)

----
Modified : /trunk/src/mame/drivers/raiden2.c

Revision: 32148
Author: dhaywood
Date: 17 September 2014 11:53:41
Message:
by request, save states (nw)
----
Modified : /trunk/src/mame/drivers/raiden2.c
Modified : /trunk/src/mame/includes/raiden2.h
Modified : /trunk/src/mame/machine/raiden2cop.c

Revision: 32147
Author: fabiopri
Date: 17 September 2014 11:12:27
Message:
softlist: restored the support for loading games from compatible
softlists (like gbcolor games in gameboy, and viceversa, msx1
carts in msx2, etc.) by using the syntax
mess system -media list:gamename
You can now for instance use again "mess gbcolor -cart gameboy:sml"
to play "Super Mario Land" with the custom palettes of the Game
Boy Color. [Fabio Priuli]
----
Modified : /trunk/src/emu/diimage.c

Revision: 32146
Author: alexjack
Date: 17 September 2014 08:50:59
Message:
Add width/endianness to supracan software list [Alex Jackson]
----
Modified : /trunk/hash/supracan.xml

Revision: 32145
Author: fabiopri
Date: 17 September 2014 06:38:53
Message:
added generic cartslot / ROM socket slot device, which offers
basic allocation and access handlers, and converted a few
drivers to use this instead of code from cartslot.c [Fabio Priuli]

out of whatsnew: the RAM socket part is just a proof of concept,


and the natural extension of the line of thought which lead me
to this generic socket/cartslot. it might allow to convert current RAM
device to be a slot device as well (after some refactorization, of
course, since current code lacks many of the necessary features),
or be removed soonish, depending on consensus.
----
Modified : /trunk/src/emu/bus/bus.mak
Added : /trunk/src/emu/bus/generic
Added : /trunk/src/emu/bus/generic/carts.c
Added : /trunk/src/emu/bus/generic/carts.h
Added : /trunk/src/emu/bus/generic/ram.c
Added : /trunk/src/emu/bus/generic/ram.h
Added : /trunk/src/emu/bus/generic/rom.c
Added : /trunk/src/emu/bus/generic/rom.h
Added : /trunk/src/emu/bus/generic/slot.c
Added : /trunk/src/emu/bus/generic/slot.h
Modified : /trunk/src/mess/drivers/aim65.c
Modified : /trunk/src/mess/drivers/gamepock.c
Modified : /trunk/src/mess/drivers/pv2000.c
Modified : /trunk/src/mess/drivers/rx78.c
Modified : /trunk/src/mess/drivers/supracan.c
Modified : /trunk/src/mess/includes/aim65.h
Modified : /trunk/src/mess/includes/gamepock.h
Modified : /trunk/src/mess/machine/aim65.c
Modified : /trunk/src/mess/machine/gamepock.c
Modified : /trunk/src/mess/mess.mak

Revision: 32144
Author: rbelmont
Date: 17 September 2014 02:35:43
Message:
New games added as GAME_NOT_WORKING
-----------------------------------
Sengoku Basara X Cross [darksoft, Guru]
Kinnikuman Muscle Grand Prix 2 [darksoft, Guru]
Gundam vs. Gundam Next [darksoft, Guru]

----
Modified : /trunk/src/mame/drivers/namcops2.c
Modified : /trunk/src/mame/mame.lst

Revision: 32143
Author: dhaywood
Date: 17 September 2014 01:39:32
Message:
(nw)
----
Modified : /trunk/src/mame/drivers/r2dx_v33.c

Revision: 32142
Author: hap
Date: 17 September 2014 00:49:02
Message:
correct color prom resistors
----
Modified : /trunk/src/mame/video/skyfox.c

Revision: 32141
Author: dhaywood
Date: 16 September 2014 23:53:43
Message:
new clones
Raiden II (US, set 2) [farzeno]

also attempted to identify regions / rename sets to fit.

interestingly the 'easy' sets do not show a JAPAN message even when the region is
0x00 (or when the region is 0x04, which is the Korean region on RDX)

----
Modified : /trunk/src/mame/drivers/raiden2.c
Modified : /trunk/src/mame/mame.lst

Revision: 32140
Author: wilbertp
Date: 16 September 2014 22:25:39
Message:
(MESS) sms.c: Small improvements to the latching of some registers. Fixes flicker
in Power Strike 2. [Enik Land]
----
Modified : /trunk/src/emu/video/315_5124.c
Modified : /trunk/src/emu/video/315_5124.h
Modified : /trunk/src/mess/drivers/sms.c

Revision: 32139
Author: wilbertp
Date: 16 September 2014 22:20:32
Message:
sb16.c: Removed unused m_bps variable. (nw)
----
Modified : /trunk/src/emu/bus/isa/sb16.h

Revision: 32138
Author: olivierg
Date: 16 September 2014 21:46:18
Message:
Fuck yeah.

New games added or promoted from NOT_WORKING status


---------------------------------------------------
Raiden 2 [Angelo Salese, Olivier Galibert]
Raiden DX [Angelo Salese, Olivier Galibert]
----
Modified : /trunk/src/mame/drivers/raiden2.c

Revision: 32137
Author: olivierg
Date: 16 September 2014 21:03:07
Message:
fix sprite clipping (nw)
----
Modified : /trunk/src/mame/drivers/raiden2.c

Revision: 32136
Author: olivierg
Date: 16 September 2014 19:57:30
Message:
glass roof (nw)
----
Modified : /trunk/src/mame/drivers/raiden2.c

Revision: 32135
Author: tafoid
Date: 16 September 2014 19:41:14
Message:
(MESS) Fixed issue with messtiny build (additional bioses are no longer separate
sets). [m4sta]
----
Modified : /trunk/src/mess/tiny.lst

Revision: 32134
Author: hap
Date: 16 September 2014 19:39:12
Message:
softwarelist correction from m4st4

----
Modified : /trunk/hash/vectrex.xml

Revision: 32133
Author: dhaywood
Date: 16 September 2014 18:39:12
Message:
new clones
Mega Man: The Power Battle (CPS2, USA 950926, SAMPLE Version) [Asure]
----
Modified : /trunk/src/mame/drivers/cps2.c
Modified : /trunk/src/mame/machine/cps2crpt.c
Modified : /trunk/src/mame/mame.lst

Revision: 32132
Author: olivierg
Date: 16 September 2014 17:34:20
Message:
More colors (nw)
----
Modified : /trunk/src/mame/drivers/raiden2.c

Revision: 32131
Author: olivierg
Date: 16 September 2014 16:49:51
Message:
missing blended color (nw)
----
Modified : /trunk/src/mame/drivers/raiden2.c

Revision: 32130
Author: alexjack
Date: 16 September 2014 16:24:54
Message:
memory.c: fix memdump output for nop/unmapped/watchpoint entries, broken by r31731
(nw)
----
Modified : /trunk/src/emu/memory.c

Revision: 32129
Author: olivierg
Date: 16 September 2014 16:23:14
Message:
fix blending some more (nw)
----
Modified : /trunk/src/mame/drivers/raiden2.c
Modified : /trunk/src/mame/includes/raiden2.h

Revision: 32128
Author: barryrod
Date: 16 September 2014 11:52:11
Message:
trident: extended 3d8/3d9/CR0E new mode SVGA bank size. BIOS now detects 2MB VRAM
(but win95 is still clueless).
----
Modified : /trunk/src/emu/bus/isa/trident.c
Modified : /trunk/src/emu/bus/isa/trident.h

32127 = UME 0.154ex2

You might also like