Feed

The MESS SVN has been merged into the MAME SVN.

Previous 50 15994 Revisions Next 50

r15933 Friday 17th August, 2012 at 00:47:38 UTC by Angelo Salese
Fixed background transparencies by overhauling the video routines a bit
[src/mess/drivers]vboy.c

r15932 Thursday 16th August, 2012 at 22:41:37 UTC by Angelo Salese
Uhm, pal isn't for this one ...
[src/mess/drivers]vboy.c

r15931 Thursday 16th August, 2012 at 22:19:28 UTC by Angelo Salese
Hacked around input busy bit, fixes booting in Teleroboxer and Mario Clash
[src/mess/drivers]vboy.c

r15930 Thursday 16th August, 2012 at 18:01:19 UTC by Curt Coder
Added some sanity checks to the softlist handling. (nw)
[src/emu]softlist.c

r15929 Thursday 16th August, 2012 at 17:24:21 UTC by Angelo Salese
Fix compile
[src/mess/drivers]vboy.c

r15928 Thursday 16th August, 2012 at 16:38:01 UTC by Angelo Salese
Silly debug left-over
[src/mess/drivers]vboy.c

r15927 Thursday 16th August, 2012 at 16:34:54 UTC by Angelo Salese
Proper priority system for sprites
[src/mess/drivers]vboy.c

r15926 Thursday 16th August, 2012 at 15:41:44 UTC by Angelo Salese
Various gfx improvements
[src/mess/drivers]vboy.c

r15925 Thursday 16th August, 2012 at 11:34:42 UTC by Robbbert
[SACSTATE] Added comments. Fixed input ports. [Robbbert]
[src/mess/drivers]sacstate.c

r15924 Thursday 16th August, 2012 at 09:31:40 UTC by Fabio Priuli
fixed internal validation. no whatsnew.
[hash]c64_flop.xml

r15923 Thursday 16th August, 2012 at 09:31:14 UTC by Fabio Priuli
nes.xml: fixed a couple of wrong sizes from latest update. no whatsnew.
[hash]nes.xml

r15922 Thursday 16th August, 2012 at 09:30:31 UTC by Fabio Priuli
pico.xml: new Jpn dump and more PCBs and ROM labels documentation, from TeamEurope. no whatsnew.
[hash]pico.xml

r15921 Thursday 16th August, 2012 at 09:29:01 UTC by Fabio Priuli
x1_flop: more new dumps [Starscreamer the 2nd]
[hash]x1_flop.xml

r15920 Thursday 16th August, 2012 at 08:11:09 UTC by Miodrag Milanović
update Megadrive cart module for support "Pier Solar" cart (mapper and "ST M95" eeprom code) by MetalliC (no whatsnew)
[src/mame/machine]md_cart.c
[src/mess/drivers]megadriv.c

r15919 Thursday 16th August, 2012 at 07:16:06 UTC by Jonathan Gevaryahu
ROC10935/7: correct an error in the lookup table for the '7' character [Lord Nightmare]
[src/emu/machine]roc10937.c

r15918 Thursday 16th August, 2012 at 06:16:36 UTC by Miodrag Milanović
When menus are active, enable mouse on full screen (no whatsnew)
[src/emu]render.c

r15917 Thursday 16th August, 2012 at 04:07:52 UTC by Angelo Salese
Fixed a silly bug with interrupt flags, makes SD Gundam and Virtual Tetris to boot
[src/mess/drivers]vboy.c

r15916 Thursday 16th August, 2012 at 03:33:19 UTC by Angelo Salese
Some Virtual Boy specific opcodes hooked up
[src/emu/cpu/v810]v810.c
[src/mess/drivers]vboy.c

r15915 Thursday 16th August, 2012 at 01:49:50 UTC by Angelo Salese
Added ANDNBSU and ORBSU, used by 3D Tetris
[src/emu/cpu/v810]v810.c

r15914 Thursday 16th August, 2012 at 01:19:38 UTC by Angelo Salese
Various changes / fixes, and preliminary implementation of the MOVBSU opcode
[src/emu/cpu/v810]v810.c
[src/mess/drivers]vboy.c

r15913 Wednesday 15th August, 2012 at 22:45:27 UTC by Angelo Salese
Better flags
[src/mess/drivers]vboy.c

r15912 Wednesday 15th August, 2012 at 22:01:12 UTC by Angelo Salese
Attempt to fix compile #1
[src/mess/drivers]vboy.c

r15911 Wednesday 15th August, 2012 at 21:11:06 UTC by Angelo Salese
Fixed a bug with BKCOL register, this unfortunately regresses Panic Bomber but it was wrong anyway (green palette)
[src/mess/drivers]vboy.c

r15910 Wednesday 15th August, 2012 at 20:38:15 UTC by Angelo Salese
Virtual Boy: Added GAME_START and FRAME_START irqs, many more games boots properly now
[src/mess/drivers]vboy.c

r15909 Wednesday 15th August, 2012 at 20:03:16 UTC by Angelo Salese
Improved irq mechanism
[src/mess/drivers]vboy.c

r15908 Wednesday 15th August, 2012 at 18:56:41 UTC by Miodrag Milanović
Compile fix from smf (nw)
[src/emu/video]voodoo.c

r15907 Wednesday 15th August, 2012 at 17:06:05 UTC by Angelo Salese
Added remaining irqs
[src/mess/drivers]vboy.c

r15906 Wednesday 15th August, 2012 at 16:46:13 UTC by Angelo Salese
Improved DPSTTS hook-up, fixes Waterworld booting
[src/mess/drivers]vboy.c

r15905 Wednesday 15th August, 2012 at 16:02:02 UTC by Angelo Salese
Added timer support to vboy
[src/mess/drivers]vboy.c

r15904 Wednesday 15th August, 2012 at 14:50:32 UTC by Miodrag Milanović
let's make it const (nw)
[src/emu]ui.c

r15903 Wednesday 15th August, 2012 at 14:43:00 UTC by Miodrag Milanović
Added internal mouse cursor visible in menus and when clickable artwork is used [Miodrag Milanovic]
[src/emu]mame.c rendlay.c ui.c ui.h
[src/osd/windows]window.c winmain.c winmain.h

r15902 Wednesday 15th August, 2012 at 12:23:33 UTC by Miodrag Milanović
Properly detect click on artwork buttons when in fullscreen mode (no whatsnew)
[src/emu]render.c

r15901 Wednesday 15th August, 2012 at 01:52:48 UTC by Angelo Salese
Checkpoint
[src/mess/drivers]pc8801.c

r15900 Tuesday 14th August, 2012 at 21:28:42 UTC by Angelo Salese
Added boundary limits to EMM RAM and made sound board to switch at reset time
[src/mess/drivers]pc8801.c

r15899 Tuesday 14th August, 2012 at 19:18:06 UTC by Curt Coder
Fixed CRC. (nw)
[src/mess/machine]c1541.c

r15898 Tuesday 14th August, 2012 at 16:46:33 UTC by Angelo Salese
PC-8801: Fixed cursor drawing while in 1bpp 400 lines mode
[src/mess/drivers]pc8801.c

r15897 Tuesday 14th August, 2012 at 16:08:32 UTC by Angelo Salese
State-ized various functions, and removed some supposedly left-over that was still used. Fixes N-88 Basic Nihongo cursor placement in 24 KHz mode
[src/mess/drivers]pc8801.c

r15896 Tuesday 14th August, 2012 at 14:21:35 UTC by Curt Coder
[C64] Added support for per-byte speed zones in G64 images. [Curt Coder]
[hash]c64_flop.xml
[src/lib/formats]d64_dsk.c
[src/mess/machine]64h156.c 64h156.h c1541.c c1551.c c1571.c c2031.c

r15895 Tuesday 14th August, 2012 at 14:11:34 UTC by Curt Coder
[VIP] Added VP-700 Tiny BASIC board. [ekeefe, Curt Coder]
[src/mess]mess.mak
[src/mess/drivers]vip.c
[src/mess/machine]vip_exp.c vip_exp.h vp700.c* vp700.h*

r15894 Tuesday 14th August, 2012 at 10:35:23 UTC by Olivier Galibert
rp5c15: Initialize at power-on (makes the x68k boot reliable) [O. Galibert]
[src/emu/machine]rp5c15.c

r15893 Tuesday 14th August, 2012 at 10:35:21 UTC by Olivier Galibert
addrmap: Fix device mapping on big-endian systems [O. Galibert]
[src/emu]addrmap.c

r15892 Tuesday 14th August, 2012 at 10:30:53 UTC by Barry Rodewald
pcw16: Fixed power switch regression, and reworked memory banking to be faster under heavy use. (no whatsnew)
[src/mess/drivers]pcw16.c
[src/mess/includes]pcw16.h

r15891 Tuesday 14th August, 2012 at 01:52:21 UTC by Angelo Salese
Fixed memory leak for EMM managment, fixes Fade In crash
[src/mess/drivers]pc8801.c

r15890 Tuesday 14th August, 2012 at 00:58:07 UTC by Angelo Salese
Pixel clock test failed, revert
[src/mess/drivers]pc8801.c

r15889 Tuesday 14th August, 2012 at 00:50:59 UTC by Tafoid
Size fix for nes.xml (nw)
[hash]nes.xml

r15888 Tuesday 14th August, 2012 at 00:35:52 UTC by Angelo Salese
Added pixel clock selector, fixed regression with 1bpp graphics colors
[src/mess/drivers]pc8801.c

r15887 Monday 13th August, 2012 at 22:18:52 UTC by Angelo Salese
Fixed non-special mode tilemap, fixed Elthlead
[src/mess/drivers]pc8801.c

r15886 Monday 13th August, 2012 at 21:16:22 UTC by Angelo Salese
Fixed RTC, used by My Card
[src/mess/drivers]pc8801.c

r15885 Monday 13th August, 2012 at 20:51:00 UTC by Angelo Salese
Preliminary addition of crtc inverse flag
[src/mess/drivers]pc8801.c

r15884 Monday 13th August, 2012 at 20:03:12 UTC by Sandro Ronco
digel804: fixed user RAM banking and some cleanup. (nw)
[src/mess/drivers]digel804.c

Previous 50 15994 Revisions Next 50


© 1998-2018 The MESS Team