Feed

The MESS SVN has been merged into the MAME SVN.

Previous 50 15994 Revisions Next 50

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

r15644 Monday 23rd July, 2012 at 03:08:34 UTC by R. Belmont
m68k: Handle higher-value constants in FMOVECR [R. Belmont]
[src/emu/cpu/m68000]m68kfpu.c

r15643 Monday 23rd July, 2012 at 01:39:25 UTC by R. Belmont
Fix compile. Bad Kale. (nw)
[src/mess]mess.mak

r15642 Sunday 22nd July, 2012 at 11:45:21 UTC by Robbbert
xerox820ii, bigboard: added beeper
[src/mess/drivers]xerox820.c
[src/mess/includes]xerox820.h

r15641 Sunday 22nd July, 2012 at 07:37:42 UTC by Jonathan Gevaryahu
VK100: preliminary direction support for basic vectors. doesn't quite work right yet. [Lord Nightmare]
[src/mess/drivers]vk100.c

r15640 Sunday 22nd July, 2012 at 07:09:53 UTC by Jonathan Gevaryahu
VK100: FINALLY fixed the vector generator. Display looks relatively sane now. Fixed shift and capslock being reversed and added port_toggle to capslock. [Lord Nightmare]
[src/mess/drivers]vk100.c

r15639 Saturday 21st July, 2012 at 18:55:30 UTC by Wilbert Pol
pv1000.c: Minor cleanup (nw)
[src/mess/drivers]pv1000.c

r15638 Friday 20th July, 2012 at 23:23:56 UTC by Jonathan Gevaryahu
VK100: further improvements to the vector generator, still not completely correct. [Lord Nightmare]
[src/mess/drivers]vk100.c

r15637 Friday 20th July, 2012 at 21:14:59 UTC by Jonathan Gevaryahu
Initial implementation of the vector generator. Rather buggy, and not really readable yet, but it definitely shows something on screen, and you can type and see things change! (and you see a blinking cursor too!) [Lord Nightmare]
[src/mess/drivers]vk100.c

r15636 Friday 20th July, 2012 at 18:04:57 UTC by Sandro Ronco
geniusiq: added palette_init. (nw)
[src/mess/drivers]geniusiq.c

r15635 Friday 20th July, 2012 at 11:07:20 UTC by Jonathan Gevaryahu
VK100: WIP: preliminary gfx rendering; hooked up the i8251 interrupts. Corrected dipswitch locations. [Lord Nightmare]
[src/mess/drivers]vk100.c

r15634 Friday 20th July, 2012 at 06:46:29 UTC by Fabio Priuli
a800.xml: Another small addition to the a800 softlist. [K1W1]
apple1.xml: Added proper wav for aslite [Anon]

+ added instructions to start baseball for the channelf, from sean riddle (through k1w1)
[hash]a800.xml apple1.xml channelf.xml

Previous 50 15994 Revisions Next 50


© 1998-2018 The MESS Team