Feed

The MESS SVN has been merged into the MAME SVN.

Previous 50 15994 Revisions Next 50

r15694 Saturday 28th July, 2012 at 08:29:48 UTC by Curt Coder
[VIDBRAIN] Added HBLANK timer. (nw)
[src/mess/video]uv201.c

r15693 Saturday 28th July, 2012 at 08:01:53 UTC by Firewave
fixed Visual Studio Code Analysis warning in src/mess/machine/corvushd.c (no whatsnew)
[src/mess/machine]corvushd.c

r15692 Saturday 28th July, 2012 at 07:30:42 UTC by Firewave
fixed assertion with new m6800 CPU types (no whatsnew)
[src/emu/cpu/m6800]m6800.c

r15691 Friday 27th July, 2012 at 22:28:11 UTC by Curt Coder
[VIDBRAIN] Fixed memory map, improved colors. [Sean Riddle]
[src/mess/drivers]vidbrain.c
[src/mess/video]uv201.c

r15690 Friday 27th July, 2012 at 20:13:37 UTC by Fabio Priuli
fixed digel804 to compile with the new ROC10937 device. please, LordN take a look if the system works as before.
[src/mess/drivers]digel804.c

r15689 Friday 27th July, 2012 at 18:46:48 UTC by Firewave
reverted errornous changes to xtal.h (no whatsnew)
[src/emu/drivers]xtal.h

r15688 Friday 27th July, 2012 at 17:53:45 UTC by Miodrag Milanović
Sync with MAME r17025 (no whatsnew)
[src/emu]driver.c eigccx86.h emu.mak ioport.h ui.c
[src/emu/cpu/dsp32]dsp32.c dsp32.h dsp32ops.c
[src/emu/cpu/m6800]m6800.c m6800.h
[src/emu/cpu/mc68hc11]hc11ops.c
[src/emu/cpu/powerpc]ppc.h ppccom.c ppccom.h ppcdrc.c
[src/emu/cpu/tlcs900]tlcs900.c tlcs900.h
[src/emu/cpu/tms32025]tms32025.c
[src/emu/cpu/tms32051]32051ops.c
[src/emu/drivers]xtal.h
[src/emu/machine]idectrl.c net_lib.c* net_lib.h* netlist.c* netlist.h* roc10937.c roc10937.h tc009xlvc.c* tc009xlvc.h*
[src/emu/sound]bsmt2000.h c140.c c140.h
[src/emu/video]vooddefs.h voodoo.c
[src/lib/lib7z]LzmaDec.h
[src/lib/util]chdcodec.c
[src/lib/zlib]gzclose.c gzguts.h gzlib.c gzread.c gzwrite.c
[src/mame]mame.lst mame.mak
[src/mame/audio]micro3d.c
[src/mame/drivers]aces1.c acesp.c aristmk6.c bfm_sc1.c bfm_sc2.c bfmsys85.c castle.c cobra.c combatsc.c cps3.c cshooter.c cybertnk.c cyclemb.c dec8.c decocass.c dfruit.c dynduke.c esd16.c funybubl.c gal3.c galdrvr.c gcpinbal.c globalfr.c globalvr.c gunpey.c harddriv.c hitpoker.c igs_m027.c jclub2.c jpmimpct.c jpmmps.c jpms80.c jpmsru.c* jpmsys5.c ksys573.c lastbank.c legionna.c m92.c macs.c maygay1b.c maygayv1.c metro.c micro3d.c midwunit.c model2.c model3.c mpu3.c mpu4.c mpu4vid.c mpu5.c namcos21.c naomi.c pacman.c pgm.c pokechmp.c pong.c proconn.c r2dx_v33.c segas16b.c segas18.c segaxbd.c seta.c sfbonus.c speglsht.c srmp5.c st0016.c taito_l.c taitojc.c taitotz.c tasman.c* tecmo.c tnzs.c tumbleb.c twincobr.c unkhorse.c vega.c vigilant.c vsnes.c wardner.c
[src/mame/etc]template_driver.c
[src/mame/includes]bfm_sc45.h combatsc.h esd16.h harddriv.h jpmimpct.h micro3d.h mpu4.h pokechmp.h segas16.h taitojc.h tnzs.h tumbleb.h twincobr.h
[src/mame/layout]aces1.lay*
[src/mame/machine]bfm_bd1.c bfm_bd1.h harddriv.c micro3d.c tnzs.c twincobr.c
[src/mame/video]esd16.c micro3d.c model1.c pokechmp.c st0016.c taitojc.c tumbleb.c vigilant.c

r15687 Friday 27th July, 2012 at 13:49:31 UTC by Curt Coder
Fixed AMD/ASD opcodes in the F8 CPU core. Status flags are set before the decimal correction factor is added, so only the carry flag is significant after a decimal addition opcode. [Sean Riddle]

[VIDBRAIN] Fixed graphics corruption in Lemonade Stand. [Sean Riddle]
[src/emu/cpu/f8]f8.c
[src/mess/video]uv201.c

r15686 Friday 27th July, 2012 at 12:11:48 UTC by Robbbert
LLC1 - keyboard does something..
[src/mess/drivers]llc.c
[src/mess/includes]llc.h
[src/mess/machine]llc.c

r15685 Friday 27th July, 2012 at 06:21:30 UTC by Jonathan Gevaryahu
VK100: Comment wrangling and some analysis of the newly dumped proms. Still some work to be done here especially on the vector prom. [Lord Nightmare]
[src/mess/drivers]vk100.c

r15684 Thursday 26th July, 2012 at 22:13:08 UTC by R. Belmont
More OS X build fixes (nw)
[src/osd/sdl]sdl.mak sdlinc.h

r15683 Thursday 26th July, 2012 at 21:52:15 UTC by R. Belmont
SDL: sync with MAME, fixes build, adds new Xinput capability on Linux/BSD (nw)
[src/osd/sdl]input.c osdsdl.h sdl.mak sdlmain.c window.c

r15682 Thursday 26th July, 2012 at 21:25:36 UTC by smf
fixed building with MSVC
[src/mess/drivers]bigbord2.c

r15681 Thursday 26th July, 2012 at 19:57:10 UTC by Firewave
zlib compilation fix from smf (no whatsnew)
[src/lib/zlib]adler32.c crc32.c

r15680 Thursday 26th July, 2012 at 19:40:35 UTC by Firewave
fixed version check in windows.mak (no whatsnew)
[src/osd/windows]windows.mak

r15679 Thursday 26th July, 2012 at 15:37:45 UTC by Firewave
forgot to update lib.mak
[src/lib]lib.mak

r15678 Thursday 26th July, 2012 at 15:35:27 UTC by Firewave
updated zlib to 1.2.7 / renamed zconf.in.h to zconf.h.in [Oliver St?\195?\182neberg]
[src/lib/zlib]Makefile Makefile.in adler32.c compress.c crc32.c crc32.h deflate.c deflate.h example.c gzclose.c* gzguts.h* gzio.c gzlib.c* gzread.c* gzwrite.c* infback.c inffast.c inffast.h inffixed.h inflate.c inflate.h inftrees.c inftrees.h minigzip.c readme trees.c trees.h uncompr.c zconf.h zconf.h.in* zconf.in.h zlib.h zutil.c zutil.h

r15677 Thursday 26th July, 2012 at 12:12:35 UTC by Robbbert
LLC1 - cleanup, added digital display, replaced bad rom, added missing pio.
[src/mess]mess.mak
[src/mess/drivers]llc.c
[src/mess/includes]llc.h
[src/mess/layout]llc1.lay*
[src/mess/machine]llc.c
[src/mess/video]llc.c

r15676 Thursday 26th July, 2012 at 09:28:52 UTC by Jonathan Gevaryahu
VK100: Add the two previously-missing PROMs (not hooked up yet); Update notes a bit, correct location for the main roms according to tech manual (it turns out you count from the lower right corner upward, not upper right downward). [Lord Nightmare, Balrog, Andy V.]
[src/mess/drivers]vk100.c

r15675 Wednesday 25th July, 2012 at 22:13:30 UTC by Angelo Salese
Notes update
[src/mess/drivers]pc8801.c

r15674 Wednesday 25th July, 2012 at 21:15:43 UTC by Angelo Salese
[PC-8801]: Improved irq related functions, less prone to spurious by now
[src/mess/drivers]pc8801.c

r15673 Wednesday 25th July, 2012 at 21:15:09 UTC by Firewave
forgot an unnecessary strlen() usage (no whatsnew)
[src/osd/windows]winsocket.c

r15672 Wednesday 25th July, 2012 at 19:59:32 UTC by Firewave
removed unnecessary strlen() usage (no whatsnew)
[src/emu]clifront.c crsshair.c diimage.c dislot.c input.c mconfig.c uimain.c validity.c
[src/emu/cpu/tms32051]dis32051.c
[src/mame/audio]gorf.c wow.c

r15671 Wednesday 25th July, 2012 at 19:42:56 UTC by Firewave
fixed memory leak in chd_file_compressor::hashmap (no whatsnew)
[src/lib/util]chd.c

r15670 Wednesday 25th July, 2012 at 19:12:26 UTC by Firewave
updated expat to 2.1.0
[src/lib/expat]expat.h internal.h xmlparse.c xmltok_impl.c

r15669 Wednesday 25th July, 2012 at 08:25:30 UTC by Firewave
allow "windowsname" in win_create_window_ex_utf8() to be NULL to match behavior of CreateWindowEx() (no whatsnew)
[src/osd/windows]winutf8.c

r15668 Tuesday 24th July, 2012 at 21:08:35 UTC by Wilbert Pol
alesis.c: Some minor updates (nw)
[src/mess/drivers]alesis.c

r15667 Tuesday 24th July, 2012 at 19:35:36 UTC by Jonathan Gevaryahu
VK100: Fixed the weird ordering of the dipswitches, so everything now controls what it should. [Lord Nightmare]
[src/mess/drivers]vk100.c

r15666 Tuesday 24th July, 2012 at 17:42:18 UTC by Jonathan Gevaryahu
missed removing the TODO entry. (n/w)
[src/mess/drivers]vk100.c

r15665 Tuesday 24th July, 2012 at 17:40:29 UTC by Jonathan Gevaryahu
VK100: properly hooked up dipswitches through the SYSTAT_A register bit d2. Got rid of some dead palette code. [Lord Nightmare]
[src/mess/drivers]vk100.c

r15664 Tuesday 24th July, 2012 at 16:08:02 UTC by Firewave
removed some unused variable declarations from MACHINE_CONFIG_* macros
[src/emu]mconfig.h

r15663 Tuesday 24th July, 2012 at 15:53:07 UTC by Firewave
Properly call va_end() before throwing exceptions in fatalerror functions (no whatsnew)
[src/emu]emucore.h

r15662 Tuesday 24th July, 2012 at 12:26:42 UTC by Firewave
fixed bogus if-condition in src/emu/cpu/cop400/cop410ds.c
[src/emu/cpu/cop400]cop410ds.c

r15661 Tuesday 24th July, 2012 at 09:04:28 UTC by Jonathan Gevaryahu
vk100: extremely minor comment updates. (n/w)
[src/mess/drivers]vk100.c

r15660 Tuesday 24th July, 2012 at 08:37:23 UTC by Jonathan Gevaryahu
whoops, didn't mean to leave that commented out. (n/w)
[src/mess/drivers]vk100.c

r15659 Tuesday 24th July, 2012 at 08:28:47 UTC by Jonathan Gevaryahu
VK100: figured out bits 3,2,1 of SOPS register and implemented blinking and documented serial multiplexer based on these findings. Also fixed a stupid bug in the display code which broke the reverse video bit. [Lord Nightmare]
[src/mess/drivers]vk100.c

r15658 Tuesday 24th July, 2012 at 08:00:35 UTC by Jonathan Gevaryahu
VK100: vector timing callback rate is now definitely correct; the tech manual had an annoying error which made this hard to figure out. [Lord Nightmare]
[src/mess/drivers]vk100.c

r15657 Tuesday 24th July, 2012 at 06:16:53 UTC by Jonathan Gevaryahu
VK100: minor cleanups to variable names, documented as much of the address info of the sync and direction proms as I could figure so far. [Lord Nightmare]
[src/mess/drivers]vk100.c

r15656 Tuesday 24th July, 2012 at 02:42:50 UTC by R. Belmont
Resubmit of last patch with proper contents (doh) (nw)
[src/emu/machine]am9517a.c
[src/mess/drivers]at.c
[src/mess/includes]at.h genpc.h
[src/mess/machine]at.c genpc.c southbridge.c southbridge.h

r15655 Tuesday 24th July, 2012 at 02:40:00 UTC by R. Belmont
AM9517 DMA controller enhancements, adapted PC drivers to use it [Carl]
[src/emu/machine]am9517a.c

r15654 Monday 23rd July, 2012 at 21:27:20 UTC by Sandro Ronco
geniusiq: reworked the keyboard inputs using a FIFO. (nw)
[src/mess/drivers]geniusiq.c

r15653 Monday 23rd July, 2012 at 19:08:16 UTC by Michael Zapf
Moved TMS9901/9902 from mess/machine to emu/machine [Michael Zapf]
[src/emu]emu.mak
[src/emu/machine]tms9901.c* tms9901.h* tms9902.c* tms9902.h*
[src/mess]mess.mak
[src/mess/machine]tms9901.c tms9901.h tms9902.c tms9902.h

r15652 Monday 23rd July, 2012 at 18:32:50 UTC by Sandro Ronco
kc: modules should always return the ID regardless of the MEI line state. (nw)
[src/mess/machine]kc_ram.h kc_rom.h

r15651 Monday 23rd July, 2012 at 18:16:50 UTC by Sandro Ronco
[geniusiq] Added PCB layout for the German Version. [TeamEurope]
[src/mess/drivers]geniusiq.c

r15650 Monday 23rd July, 2012 at 16:37:39 UTC by Fabio Priuli
d'oh! no whatsnew.
[hash]pico.xml

r15649 Monday 23rd July, 2012 at 16:32:04 UTC by Fabio Priuli
gba.xml: new dump from nointro. no whatsnew.
pico.xml: four new Jpn dumps from TeamEurope. no whatsnew (generic credits for their dumps already given after u3 ;) ).
[hash]gba.xml pico.xml

r15648 Monday 23rd July, 2012 at 10:23:40 UTC by Robbbert
fp1100: small tidyup
[src/mess/drivers]fp1100.c

r15647 Monday 23rd July, 2012 at 09:03:42 UTC by Jonathan Gevaryahu
VK100: update comments to reflect that the pr1 prom is clearly the VECTOR ROM. Add notes about what each address bit does or is thought to do. (the tech manual documentation is lousy, but is better than nothing). [Lord Nightmare]
[src/mess/drivers]vk100.c

r15646 Monday 23rd July, 2012 at 06:06:44 UTC by Jonathan Gevaryahu
VK100: vector generator uses "real" timing instead of drawing the vector instantly. [Lord Nightmare]
[src/mess/drivers]vk100.c

r15645 Monday 23rd July, 2012 at 05:35:28 UTC by Jonathan Gevaryahu
VK100: Add more debugging defines, remove some unneeded code, and added more comments to TODO and to some registers. [Lord Nightmare]
[src/mess/drivers]vk100.c

Previous 50 15994 Revisions Next 50


© 1998-2018 The MESS Team