Feed

The MESS SVN has been merged into the MAME SVN.

Previous 50 15994 Revisions Next 50

r6373 Saturday 14th November, 2009 at 23:33:33 UTC by Robbbert
[TI99_4P] Fixed 3 access violations, now shows a black screen. The driver is still hopelessly broken.
[src/mess/drivers]ti99_4p.c
[src/mess/machine]ti99_4x.c

r6372 Saturday 14th November, 2009 at 07:09:28 UTC by Barry Rodewald
[FMTOWNS] Added Shift and Ctrl key flags.
[src/mess/drivers]fmtowns.c

r6371 Saturday 14th November, 2009 at 06:52:06 UTC by Barry Rodewald
[FMTOWNS] Fixed RTC register selection.
[src/mess/drivers]fmtowns.c

r6370 Saturday 14th November, 2009 at 05:21:50 UTC by Barry Rodewald
[FMTOWNS] Corrected text mode colours, added text brightness attribute.
[src/mess/drivers]fmtowns.c

r6369 Saturday 14th November, 2009 at 02:09:00 UTC by Barry Rodewald
[FMTOWNS] Added basic keyboard support (no shift/ctrl/kana flags yet).
[src/mess/drivers]fmtowns.c

r6368 Friday 13th November, 2009 at 04:46:09 UTC by Harmony
[APPLE2] Audited driver and added GAME_SUPPORTS_SAVE to all working machines in apple2.c: [Harmony]
- apple2, apple2p, prav82, prav8m, apple2jp, ace100, apple2e, mprof3, apple2ee, apple2ep, apple2c, prav8c, apple2c0, apple2c3, apple2cp, ivelultr
[src/mess/drivers]apple2.c

r6367 Thursday 12th November, 2009 at 22:20:19 UTC by Harmony
[N64] Added missing BLTZAL opcode to RSP core; fixes Majora's Mask crashing when entering the second cave tunnel. [angrylion]
[src/emu/cpu/rsp]rsp.c

r6366 Thursday 12th November, 2009 at 12:59:51 UTC by Fabio Priuli
[32X] Added code to load carts in the system. Games are playable like in HazeMD.
[src/mess/drivers]genesis.c
[src/mess/includes]genesis.h
[src/mess/machine]genesis.c

r6365 Thursday 12th November, 2009 at 12:54:16 UTC by Fabio Priuli
Modified cartslot device to allow for more than one ROM_CART_LOAD region
[src/mess/devices]cartslot.c

r6364 Thursday 12th November, 2009 at 11:55:16 UTC by Curt Coder
[PC8001] Implemented screen drawing, does not work without i8257 changes which are not yet included.
[src/mess/drivers]pc8001.c
[src/mess/includes]pc8001.h
[src/mess/video]upd3301.c upd3301.h

r6363 Wednesday 11th November, 2009 at 20:49:36 UTC by Curt Coder
[UPD3301] Use character width from interface, added end-of-screen interrupt.
[src/mess/video]upd3301.c

r6362 Wednesday 11th November, 2009 at 19:05:56 UTC by Curt Coder
[PC] Inverted DACK polarity, hopefully fixing bug #1889.
[src/mess/drivers]pc98.c
[src/mess/machine]at.c bebox.c pc.c

r6361 Wednesday 11th November, 2009 at 12:03:12 UTC by Nathan Woods
Cleanups (static qualifiers, headers, renames and more multisession friendly
init code). [Atari Ace]
[docs]messnew.txt
[src/mess/devices]appldriv.h sonydriv.h
[src/mess/drivers]a7150.c fm7.c ip20.c ip22.c mc80.c next.c pc8001.c pda600.c super80.c trs80.c
[src/mess/formats]z80ne_dsk.h
[src/mess/includes]apple2.h fm7.h galaxy.h gamecom.h mc80.h pecom.h super80.h trs80.h
[src/mess/machine]apple2.c apple2gs.c galaxy.c mac.c mc80.c pmd85.c poly88.c sgi.c sgi.h super80.c tf20.c tf20.h ti99pcod.c
[src/mess/video]apple2.c arcadia.c fm7.c galaxy.c gbam345.c gbamode0.c gbamode1.c gbamode2.c super80.c trs80.c vic6567.c

r6360 Wednesday 11th November, 2009 at 07:19:26 UTC by Curt Coder
[UPD3301] Set initial values to make PC8001 boot.
[src/mess/video]upd3301.c

r6359 Wednesday 11th November, 2009 at 06:42:36 UTC by Barry Rodewald
[I386] Adding extra i386 flags to the flags register, implemented LEAVE instruction, improving protected mode interrupts (has been accepted for MAME).
[src/emu/cpu/i386]i386.c i386op16.c i386op32.c i386ops.h i386priv.h

r6358 Wednesday 11th November, 2009 at 06:40:16 UTC by Curt Coder
[PC8001] Added cassette lookup.
[src/mess/drivers]pc8001.c

r6357 Wednesday 11th November, 2009 at 06:38:49 UTC by Curt Coder
[UPD3301] Added line count to display callback.
[src/mess/video]upd3301.h

r6356 Wednesday 11th November, 2009 at 06:37:23 UTC by Curt Coder
[PC8001] Added CRT VRTC, PRT ACK callbacks.
[src/mess/drivers]pc8001.c
[src/mess/includes]pc8001.h

r6355 Tuesday 10th November, 2009 at 22:02:05 UTC by Barry Rodewald
[UPD71071] Added per-channel END/Terminal Count status.
[src/mess/machine]upd71071.c

r6354 Tuesday 10th November, 2009 at 21:59:00 UTC by Barry Rodewald
[FMTOWNS] Various updates:
* Implemented VRAM page selection
* Implemented FDC IRQ mask
* Added FDC disk density select
* Implemented TVRAM selection and display
* Re-worked VRAM to read/write correctly in low memory. High memory mirror is now correct, and allows the startup logo to display correctly on the Marty/Car Marty.
* Fixed ANK CG ROM enable.
[src/mess/drivers]fmtowns.c

r6353 Tuesday 10th November, 2009 at 21:40:23 UTC by Curt Coder
[UPD3301] Added basic commands and screen geometry, no display yet.
[src/mess/drivers]pc8001.c
[src/mess/video]upd3301.c upd3301.h

r6352 Tuesday 10th November, 2009 at 17:31:54 UTC by Miodrag Milanović
make file error fix
[src/mess]mess.mak

r6351 Tuesday 10th November, 2009 at 17:21:12 UTC by Miodrag Milanović
[hec2hrp] Array problem fix
[src/mess/machine]hec2hrp.c

r6350 Tuesday 10th November, 2009 at 16:56:55 UTC by Miodrag Milanović
[hec2hrp][interact] Interact, Hector1, Victor, HR, HR+, HRX MX40 and MX80 [JJ Stacino]
[docs]messnew.txt
[src/mess]mess.mak messdriv.c
[src/mess/drivers]hec2hrp.c interact.c
[src/mess/includes]hec2hrp.h* hectorkey.h*
[src/mess/machine]hec2hrp.c*
[src/mess/video]hec2video.c*

r6349 Monday 9th November, 2009 at 20:15:44 UTC by Curt Coder
[CONKORT] Cleanup.
[src/mess/machine]conkort.c

r6348 Monday 9th November, 2009 at 18:23:43 UTC by Wilbert Pol
[Serial device] Removed unused code.
[src/mess/machine]serial.c serial.h

r6347 Monday 9th November, 2009 at 18:00:23 UTC by Wilbert Pol
[Serial device] Moved "struct data_stream" from machine/serial.h to machine/serial.c.
[src/mess/machine]serial.c serial.h

r6346 Monday 9th November, 2009 at 17:26:11 UTC by Wilbert Pol
Moved "struct serial_device" from serial.h to serial.c.
[src/mess/machine]serial.c serial.h

r6345 Monday 9th November, 2009 at 06:44:27 UTC by Robbbert
[INTV] Fixed freeze when loading "stonix" game (it doesn't work though).
Fixed V flag in CPU.
[src/emu/cpu/cp1610]cp1610.c
[src/mess/machine]intv.c

r6344 Monday 9th November, 2009 at 05:35:27 UTC by Robbbert
[INTV] Fixed disassembler (hopefully).
[src/emu/cpu/cp1610]1610dasm.c

r6343 Monday 9th November, 2009 at 04:35:38 UTC by Robbbert
[INTV] Fixed intvkbd not working since 0.129
Fixed my mistake in r6284.
Added a temporary patch to allow Frogger to be played.
[src/mess/drivers]intv.c
[src/mess/machine]intv.c

r6342 Sunday 8th November, 2009 at 23:22:47 UTC by Robbbert
[EXIDY] Replaced speaker with dac.
This enables sound in Arrington Software's Music Editor. Also makes some sounds in chomp.snp, although many are missing because it is a bad dump. The quickload version plays all sounds.
[src/mess/drivers]exidy.c
[src/mess/machine]exidy.c

r6341 Sunday 8th November, 2009 at 21:05:20 UTC by Curt Coder
[ABC80X] Fixed crash.
[src/emu]devcb.c
[src/mess/machine]conkort.c

r6340 Sunday 8th November, 2009 at 20:11:20 UTC by Curt Coder
[Z80DMA] Removed useless assert.
[src/emu/machine]z80dma.c

r6339 Sunday 8th November, 2009 at 20:01:28 UTC by Miodrag Milanović
Added D88 write sector functions (works if sector exist already)
[src/mess/formats]d88_dsk.c

r6338 Sunday 8th November, 2009 at 17:07:13 UTC by Curt Coder
Refactored Z80 DMA to use devcb.
[src/emu/machine]z80dma.c z80dma.h
[src/mess/drivers]p8k.c x1.c
[src/mess/machine]conkort.c

r6337 Sunday 8th November, 2009 at 15:55:31 UTC by Curt Coder
[MIKROMIK] Write floppy TC only during DACK.
[src/emu/machine]8237dma.c
[src/mess/drivers]mikromik.c
[src/mess/includes]mikromik.h

r6336 Sunday 8th November, 2009 at 13:44:10 UTC by Curt Coder
Refactored i8237 DMA register accessor names.
[src/emu/machine]8237dma.c 8237dma.h
[src/mess/drivers]at.c bebox.c mikromik.c pc.c pc98.c qx10.c

r6335 Sunday 8th November, 2009 at 13:31:32 UTC by Curt Coder
Refactored i8237 DMA to use devcb.
[src/emu/machine]8237dma.c 8237dma.h
[src/mess/drivers]at.c bebox.c mikromik.c pc.c pc98.c qx10.c
[src/mess/includes]at.h bebox.h mikromik.h pc.h
[src/mess/machine]at.c bebox.c pc.c pc_hdc.c

r6334 Sunday 8th November, 2009 at 13:28:23 UTC by smf
removed const from an array that needs to be writeable.
[src/mess/machine]exidy.c

r6333 Sunday 8th November, 2009 at 11:22:37 UTC by Robbbert
Advance version number
[src]version.c

r6332 Sunday 8th November, 2009 at 11:13:00 UTC by Curt Coder
Refactored i8257 DMA to use devcb.
[src/emu/machine]8257dma.c 8257dma.h
[src/mess/drivers]apogee.c mikrosha.c partner.c pc8001.c radio86.c
[src/mess/includes]partner.h radio86.h
[src/mess/machine]partner.c radio86.c

r6331 Sunday 8th November, 2009 at 05:04:46 UTC by R. Belmont
[MAC] Preliminary ADB keyboard. Yes, there are some responsiveness problems.
[src/mess/drivers]mac.c
[src/mess/machine]mac.c

r6330 Sunday 8th November, 2009 at 03:33:18 UTC by R. Belmont
[MAC] Further improvements to SE/Classic/II style ADB. Device detection and SRQs work properly now, and the driver in System 7.5 works correctly.
[src/mess/machine]mac.c

r6329 Sunday 8th November, 2009 at 02:13:12 UTC by R. Belmont
Also drop /REQ at the end of non-sector transfers.
[src/mess/machine]ncr5380.c

r6328 Sunday 8th November, 2009 at 00:08:40 UTC by R. Belmont
[MAC] Improved ADB and improved LC-series support (still doens't boot).
[src/mess/drivers]mac.c
[src/mess/machine]mac.c

r6327 Saturday 7th November, 2009 at 18:16:52 UTC by Fabio Priuli
[SMS] Added Terebi Oekaki tablet support to smsj & sg1000m3 (code taken from sg1000.c). Tablet emulation must be enabled by the user (see messnew.txt)
[docs]messnew.txt
[src/mess/drivers]sms.c
[src/mess/machine]sms.c

r6326 Saturday 7th November, 2009 at 16:58:29 UTC by Fabio Priuli
[SMS] Added SegaScope support. LCD screens of the 3D glasses must be enabled by the user (see messnew.txt)
[docs]messnew.txt
[src/mess]mess.mak
[src/mess/drivers]sms.c
[src/mess/includes]sms.h
[src/mess/layout]sms1.lay*
[src/mess/machine]sms.c

r6325 Saturday 7th November, 2009 at 15:42:49 UTC by Wilbert Pol
Documented device conversion of the ti85/ti86 serial interface.
[docs]messnew.txt

r6324 Saturday 7th November, 2009 at 15:36:52 UTC by Wilbert Pol
[TI85_SER] Implemented proper selection of ti-85/ti-86 support.
[src/mess/formats]ti85_ser.c

Previous 50 15994 Revisions Next 50


© 1998-2018 The MESS Team