Feed

The MESS SVN has been merged into the MAME SVN.

Previous 50 15994 Revisions Next 50

r9083 Friday 10th September, 2010 at 08:35:58 UTC by Angelo Salese
[SUPER A'CAN] Some work on the per-line effects.. not perfect, enable registers are hacked [David Haywood]
[src/mess/drivers]supracan.c

r9082 Friday 10th September, 2010 at 07:29:51 UTC by Miodrag Milanović
Partial sync with MAME (no removal of generic videoram)
[src/emu]devintrf.c devintrf.h disound.c disound.h sound.c
[src/emu/cpu/adsp2100]2100ops.c adsp2100.c adsp2100.h
[src/emu/cpu/asap]asap.c asap.h asapdasm.c
[src/emu/video]pc_video.c pc_video.h
[src/tools]chdcd.c chdcd.h chdman.c

r9081 Thursday 9th September, 2010 at 17:27:44 UTC by Angelo Salese
[SUPER A'CAN] Reimplemented mosaic [David Haywood]
[src/mess/drivers]supracan.c

r9080 Thursday 9th September, 2010 at 16:30:40 UTC by Curt Coder
[CONKORT] Added drive select, side select, motor on signals.
[src/mess/drivers]abc80x.c
[src/mess/machine]abcbus.c conkort.c

r9079 Thursday 9th September, 2010 at 14:55:27 UTC by Angelo Salese
[SUPER A'CAN] cleaned up super a'can video implementation, pending further work [David Haywood]
[src/mess/drivers]supracan.c

r9078 Thursday 9th September, 2010 at 13:53:27 UTC by Angelo Salese
[PCE]: Emulated Arcade Card Work RAM mirror, all of the known behaviour should now be hooked up
[src/mess/includes]pce.h
[src/mess/machine]pce.c

r9077 Thursday 9th September, 2010 at 13:05:31 UTC by Curt Coder
[CONKORT] Almost fixed ABCBUS interface.
[src/mess/machine]conkort.c conkort.h

r9076 Thursday 9th September, 2010 at 12:40:32 UTC by Angelo Salese
[PCE]: Implemented remaining Arcade Card features
[src/mess/machine]pce.c

r9075 Thursday 9th September, 2010 at 12:21:23 UTC by Angelo Salese
[PCECD]: Some extra Arcade Card work RAM hooks
[src/mess/machine]pce.c

r9074 Thursday 9th September, 2010 at 11:20:13 UTC by Angelo Salese
[PCE]: bare minimum implementation of Arcade Card handling
[src/mess/includes]pce.h
[src/mess/machine]pce.c

r9073 Wednesday 8th September, 2010 at 22:22:26 UTC by MooglyGuy
[ACAN] Improved mosaic behavior. Improved layer 2 behavior via a hack; possibly not actually a hack. Implemented per-line ROZ priority. Implemented sprite X scaling. Fixed sprite tile flipping.
[src/mess/drivers]supracan.c

r9072 Wednesday 8th September, 2010 at 19:27:41 UTC by Angelo Salese
[PCE]: Minor hooks
[src/mess/machine]pce.c

r9071 Wednesday 8th September, 2010 at 17:52:17 UTC by Angelo Salese
[PCE]: Added some notes about the CD interface
[src/mess/machine]pce.c

r9070 Tuesday 7th September, 2010 at 16:50:43 UTC by Angelo Salese
From Micko: fixed chd image loading?
[src/emu]machine.c

r9069 Tuesday 7th September, 2010 at 16:48:50 UTC by Curt Coder
[CONKORT] Added FDC DDEN, MR, and partial INTRQ handling.
[src/mess/machine]conkort.c

r9068 Tuesday 7th September, 2010 at 15:02:53 UTC by Angelo Salese
[PCE]: Fixed missing VRAM > VRAM DMA flag clearance, fixes gameplay hang in Davis Cup Tennis and graphic artifacts in Ankoku Densetsu / Legendary Axe 2
[src/mame/video]vdc.c

r9067 Tuesday 7th September, 2010 at 14:02:49 UTC by Wilbert Pol
[CPC family] Fix for several off by 1 line issues.
[src/mess/machine]amstrad.c

r9066 Tuesday 7th September, 2010 at 13:32:31 UTC by Angelo Salese
[Hu6280]: Fixed a bogus bug with timer latch division value, fixes booting in Battle Royale (TG16)
[src/emu/cpu/h6280]h6280.c

r9065 Tuesday 7th September, 2010 at 11:54:29 UTC by Curt Coder
[ABC800] Added new ROM dumps. [Erik Isaksson]
[src/mess/drivers]abc80x.c

r9064 Tuesday 7th September, 2010 at 10:04:17 UTC by Angelo Salese
[PCE]: Updated TODO notes
[src/mess/drivers]pce.c

r9063 Tuesday 7th September, 2010 at 07:57:38 UTC by Tafoid
Fixed "chasehq" entry in tg16.xml
[hash]tg16.xml

r9062 Tuesday 7th September, 2010 at 07:49:00 UTC by Angelo Salese
[MZ-2500]: Updated TODO notes
[src/mess/drivers]mz2500.c

r9061 Tuesday 7th September, 2010 at 05:55:07 UTC by Miodrag Milanović
Sync with MAME (fixes i386 drivers issue)
[src/emu]devcpu.c devintrf.c devintrf.h diexec.c diexec.h distate.c distate.h schedule.c
[src/emu/cpu/asap]asap.c asap.h asapdasm.c
[src/emu/debug]debugcmd.c

r9060 Monday 6th September, 2010 at 21:37:22 UTC by MooglyGuy
Flagged Sony Playstation as GAME_NOT_WORKING so that MESS is more friendly to people with Asperger's Syndrome.
[src/mess/drivers]psx.c

r9059 Monday 6th September, 2010 at 19:33:23 UTC by Angelo Salese
[PCE]: Fixed sprite OV flag behaviour, fixes Mizubaku Daibouken hangs
[src/mame/video]vdc.c

r9058 Monday 6th September, 2010 at 19:05:47 UTC by Angelo Salese
[PCE]: Small improvement for the previous fix
[src/mess/machine]pce.c

r9057 Monday 6th September, 2010 at 17:03:43 UTC by Angelo Salese
[PCE]: Hooked up 6 buttons controllers
[src/mess/drivers]pce.c
[src/mess/includes]pce.h
[src/mess/machine]pce.c

r9056 Monday 6th September, 2010 at 15:11:32 UTC by Angelo Salese
[MZ-2500]: Hooked up monitor type bit register, fixing issues with TV windowing
[src/mess/drivers]mz2500.c

r9055 Monday 6th September, 2010 at 13:08:16 UTC by Angelo Salese
[MZ-2500]: Added player 2 inputs
[src/mess/drivers]mz2500.c

r9054 Monday 6th September, 2010 at 12:27:44 UTC by Angelo Salese
[MZ-2500]: small port update
[src/mess/drivers]mz2500.c

r9053 Monday 6th September, 2010 at 11:26:50 UTC by Miodrag Milanović
[BULLET] Connected Z80DMA, still doesn't boot
[src/mess/drivers]bullet.c

r9052 Monday 6th September, 2010 at 11:11:23 UTC by Miodrag Milanović
WaveMate Bullet driver added
[docs]messnew.txt
[src/mess]mess.mak messdriv.c
[src/mess/drivers]bullet.c*
[src/mess/machine]wd17xx.c

r9051 Monday 6th September, 2010 at 06:32:58 UTC by Miodrag Milanović
Sync with MAME.
Known issues:
- i386 drivers have problem since of changes in debugcmd.c
- hp48 having issue with nvram
[src/emu]addrmap.h debugger.c delegate.h devcb.h devintrf.c devintrf.h emu.h emu.mak machine.c machine.h memory.c memory.h
[src/emu/debug]debugcmd.c debugcmt.c debugcmt.h debugcpu.c debugcpu.h debugvw.c dvdisasm.c dvdisasm.h
[src/emu/machine]eeprom.c generic.c generic.h ldv1000.c nvram.c* nvram.h*
[src/emu/sound]okim6295.c okim6295.h
[src/mess/drivers]amiga.c at.c cpschngr.c dectalk.c fmtowns.c gamecom.c hp48.c ti85.c vectrex.c x68k.c
[src/mess/includes]fmtowns.h
[src/mess/machine]hp48.c

r9050 Sunday 5th September, 2010 at 16:44:49 UTC by Angelo Salese
[MZ-2500]: added a work-around for mixed 3+3 bpp TV layer mode, used by Moon Child intro text
[src/mess/drivers]mz2500.c

r9049 Sunday 5th September, 2010 at 16:43:41 UTC by Miodrag Milanović
TIM-011 skeleton driver
[docs]messnew.txt
[src/mess]mess.mak messdriv.c
[src/mess/drivers]tim011.c*

r9048 Sunday 5th September, 2010 at 16:42:43 UTC by Sandro Ronco
[CC10] Added display and keyboard
[src/mess]mess.mak
[src/mess/drivers]cc10.c
[src/mess/layout]cc10.lay*

r9047 Sunday 5th September, 2010 at 16:02:44 UTC by Angelo Salese
[MZ-2500]: Added beeper sound
[src/mess/drivers]mz2500.c

r9046 Sunday 5th September, 2010 at 14:33:36 UTC by Angelo Salese
[MZ-2500]: Fixed a TV transparency issue with black characters, used by Dust Box
[src/mess/drivers]mz2500.c

r9045 Sunday 5th September, 2010 at 13:52:41 UTC by Angelo Salese
[MZ-2500]: Fixed 10/20 TV graphic alignment, needed by Dust Box
[src/mess/drivers]mz2500.c

r9044 Sunday 5th September, 2010 at 13:16:52 UTC by Angelo Salese
[MZ-2500]: Added scrolling functions to 256 color layers, improves Super MZ Demo graphics
[src/mess/drivers]mz2500.c

r9043 Sunday 5th September, 2010 at 13:04:31 UTC by Wilbert Pol
[CPC Fomily] Add a small workaround to allow games that put 8255 Port B into mode 1 to keep reading the Vsync signal (among others).
[src/mess/machine]amstrad.c

r9042 Sunday 5th September, 2010 at 12:55:47 UTC by Angelo Salese
[MZ-2500]: Hooked up clear flag
[src/mess/drivers]mz2500.c

r9041 Sunday 5th September, 2010 at 12:33:02 UTC by Angelo Salese
[MZ-2500]: Various priority related bug fixes, improves Dust Box, Tower of Druaga and Super MZ Demo. Also fixed a initialize bug with PCG
[src/mess/drivers]mz2500.c

r9040 Sunday 5th September, 2010 at 10:37:01 UTC by Angelo Salese
[MZ-2500]: Implemented TV window effects, now Xevious doesn't draw outside the playfield when the screen scrolls
[src/mess/drivers]mz2500.c

r9039 Sunday 5th September, 2010 at 09:10:29 UTC by Sandro Ronco
[PSION] Moved implementation of the HD44780 in a device
[src/mess]mess.mak
[src/mess/drivers]psion.c
[src/mess/video]hd44780.c* hd44780.h*

r9038 Sunday 5th September, 2010 at 06:34:58 UTC by Jonathan Gevaryahu
'[variable] may be used uninitialized in this function' fixes, so OPTIMIZE=s works again
[src/osd/winui]treeview.c

r9037 Sunday 5th September, 2010 at 00:43:06 UTC by R. Belmont
Converted NCR5380 to modern device, adapted Mac driver to match.
[src/mess/drivers]mac.c
[src/mess/includes]mac.h
[src/mess/machine]mac.c ncr5380.c ncr5380.h

r9036 Saturday 4th September, 2010 at 21:53:29 UTC by R. Belmont
[MAC] Work around HDD breakage, preliminary proper memory mapping for LC-style machines, start converting NCR5380 to a modern device class.
[src/mess/drivers]mac.c
[src/mess/machine]mac.c ncr5380.c ncr5380.h

r9035 Saturday 4th September, 2010 at 16:20:20 UTC by Angelo Salese
[MZ-2500]: Preparing variables for TV layer window effect (disabled by default due of a bug)
[src/mess/drivers]mz2500.c

r9034 Saturday 4th September, 2010 at 15:22:01 UTC by Angelo Salese
[MZ-2500]: Fixed broken backgrounds with Mappy, also fixed CG window effects in Xevious
[src/mess/drivers]mz2500.c

Previous 50 15994 Revisions Next 50


© 1998-2018 The MESS Team