Feed
The MESS SVN has been merged into the MAME SVN.
| r6558 Sunday 6th December, 2009 at 18:04:45 UTC by Miodrag Milanović |
| [PRO80] fixed bad md5/sha1 |
| [src/mess/drivers] | pro80.c |
| r6557 Sunday 6th December, 2009 at 17:36:27 UTC by Miodrag Milanović |
| Added Protec Pro-80 single board computer driver |
| [docs] | messnew.txt |
| [src/mess] | mess.mak messdriv.c |
| [src/mess/drivers] | pro80.c* |
| r6556 Sunday 6th December, 2009 at 15:30:29 UTC by Robbbert |
| Clickable artwork for mpf1, mpf1b. |
| [artwork] | mpf1.zip mpf1b.zip |
| r6555 Sunday 6th December, 2009 at 15:29:08 UTC by Robbbert |
| [MPF1] Fixed regression, broken keyboard, r6532. |
| r6554 Sunday 6th December, 2009 at 14:50:07 UTC by Miodrag Milanović |
- Added more ROMs to SAPI-1 ZPS 1
- Added SAPI-1 ZPS 2 skeleton
- Added SAPI-1 ZPS 3 skeleton
- Added Plan-80 skeleton (working video)
- Added ROMs for Consul 2717 (with PMD-32) |
| [docs] | messnew.txt |
| [src/mess] | mess.mak messdriv.c |
| [src/mess/drivers] | plan80.c* pmd85.c sapi1.c |
| [src/mess/includes] | sapi1.h |
| [src/mess/video] | sapi1.c |
| r6553 Sunday 6th December, 2009 at 13:35:55 UTC by Tim Schuerewegen |
| [GP32] Added support for reading EEPROM data via I2C. |
| r6552 Sunday 6th December, 2009 at 10:58:28 UTC by Tim Schuerewegen |
| [GP32] Added DMA byte/word/dword transfers. |
| r6551 Sunday 6th December, 2009 at 10:14:22 UTC by Tim Schuerewegen |
| [GP32] Fixed a DMA problem that was causing unmapped program memory reads/writes. |
| r6550 Sunday 6th December, 2009 at 09:53:21 UTC by Barry Rodewald |
| [FMTOWNS] Re-worked CD-ROM command status reading to add a delay before status bytes can be read. This fixes CD IRQs, allowing further progress in booting from CD, and directory access of CDs. |
| [src/mess/drivers] | fmtowns.c |
| r6549 Sunday 6th December, 2009 at 09:41:52 UTC by Jonathan Gevaryahu |
| dectalk: minor comment update, remove dead code |
| [src/mess/drivers] | dectalk.c |
| r6548 Sunday 6th December, 2009 at 00:18:10 UTC by Tim Schuerewegen |
| [GP32] Fixed colors in 8-bit palette mode and added support for 16-bit direct mode. |
| r6547 Saturday 5th December, 2009 at 21:28:26 UTC by Tim Schuerewegen |
| Added support for the native GamePark SmartMedia file format to the SmartMedia device. |
| [src/mess/machine] | smartmed.c |
| r6546 Saturday 5th December, 2009 at 21:26:51 UTC by Tim Schuerewegen |
| [GP32] Corrected timer frequency. |
| r6545 Saturday 5th December, 2009 at 12:56:08 UTC by Miodrag Milanović |
| [ALTAIR] Added quickload and added few more ports, makes 4k basic works |
| [src/mess/drivers] | altair.c |
| r6544 Saturday 5th December, 2009 at 11:49:35 UTC by Tim Schuerewegen |
| [GP32] Change CPU frequency during execution. |
| r6543 Saturday 5th December, 2009 at 11:28:05 UTC by Tim Schuerewegen |
| [GP32] Corrected timer frequency. |
| r6542 Saturday 5th December, 2009 at 07:59:54 UTC by Justin Kerk |
| Add .smc as a SmartMedia file extension |
| [src/mess/machine] | smartmed.c |
| r6541 Saturday 5th December, 2009 at 02:46:43 UTC by Justin Kerk |
| [GP32] Fix rotation/aspect ratio |
| [src/mess] | mess.c mess.h mess.mak |
| [src/mess/drivers] | gp32.c |
| [src/mess/layout] | lcd_rot.lay* |
| r6540 Saturday 5th December, 2009 at 00:02:14 UTC by Curt Coder |
| [BETA] Fixed display flickering. |
| [docs] | messnew.txt |
| [src/mess/drivers] | beta.c mpf1.c |
| [src/mess/includes] | beta.h |
| r6539 Friday 4th December, 2009 at 22:39:05 UTC by Barry Rodewald |
| [FMTOWNS] Basic implementation of CD-DA stop, play and info commands. |
| [src/mess/drivers] | fmtowns.c |
| r6538 Friday 4th December, 2009 at 22:19:05 UTC by Curt Coder |
| [NEWBRAIN] Added layout for the VF display. |
| [src/mess] | mess.mak |
| [src/mess/drivers] | newbrain.c |
| [src/mess/layout] | newbrain.lay* |
| r6537 Friday 4th December, 2009 at 22:16:32 UTC by Tim Schuerewegen |
| Added support for command 30/65 (unique id) to the SmartMedia device and fixed a READID bug. These two changes allow the GP32 driver to load copy protected games from SmartMedia cards. |
| [src/mess/machine] | smartmed.c |
| r6536 Friday 4th December, 2009 at 22:11:44 UTC by Curt Coder |
| [MPF1] Added layout for mpf1p. |
| [src/mess] | mess.mak |
| [src/mess/drivers] | mpf1.c |
| [src/mess/layout] | mpf1p.lay* |
| r6535 Friday 4th December, 2009 at 22:03:05 UTC by Curt Coder |
| [MPF1] Added layout/artwork for mpf1b. |
| [artwork] | mpf1b.zip* |
| [src/mess] | mess.mak |
| [src/mess/drivers] | mpf1.c |
| [src/mess/layout] | mpf1b.lay* |
| r6534 Friday 4th December, 2009 at 22:02:00 UTC by Tim Schuerewegen |
| [GP32] Added very basic timer, interrupt, dma, button and smartmedia support. |
| [src/mess/drivers] | gp32.c |
| [src/mess/includes] | gp32.h* |
| r6533 Friday 4th December, 2009 at 21:36:12 UTC by Curt Coder |
| Added Micronic 1000 skeleton driver. |
| [docs] | messnew.txt |
| [src/mess] | mess.mak messdriv.c |
| [src/mess/drivers] | micronic.c* |
| [src/mess/includes] | mpf1.h |
| r6532 Friday 4th December, 2009 at 21:04:01 UTC by Curt Coder |
| [MPF1] Implemented MONI/INTR keys, and monitor BREAK logic. Removed bogus IRQ0 timer. |
| r6531 Friday 4th December, 2009 at 20:55:45 UTC by Curt Coder |
| [BBCB] Added Torch Z80 CPU board ROMs. |
| r6530 Friday 4th December, 2009 at 18:38:16 UTC by Curt Coder |
| [MPF1] Added speech and printer ROMs. |
| [src/mess/drivers] | mpf1.c |
| [src/mess/includes] | mpf1.h |
| r6529 Friday 4th December, 2009 at 18:04:16 UTC by Curt Coder |
| [MPF1] Converted to use driver state. |
| [src/mess/drivers] | mpf1.c |
| [src/mess/includes] | mpf1.h* |
| r6528 Friday 4th December, 2009 at 17:56:53 UTC by Miodrag Milanović |
| [SUN1] Hack to show output since there is not upd7201 implementation (only skeleton) |
| r6527 Friday 4th December, 2009 at 15:12:15 UTC by Miodrag Milanović |
| [SUN1] Skeleton driver, mapped boot ROM only |
| [docs] | messnew.txt |
| [src/mess] | mess.mak messdriv.c |
| [src/mess/drivers] | sun1.c* |
| r6526 Friday 4th December, 2009 at 14:46:03 UTC by Miodrag Milanović |
| [ALTAIR] MITS Altair 88-DISK ROM added |
| [src/mess/drivers] | altair.c |
| r6525 Friday 4th December, 2009 at 11:15:38 UTC by Miodrag Milanović |
| [ALTAIR] Altair 8800bt with working monitor |
| [docs] | messnew.txt |
| [src/mess] | mess.mak messdriv.c |
| [src/mess/drivers] | altair.c* |
| r6524 Friday 4th December, 2009 at 10:29:03 UTC by Robbbert |
| Artwork for mm50. |
| r6523 Friday 4th December, 2009 at 09:46:19 UTC by Robbbert |
| Align clickable artwork to window view. |
| [artwork] | amsterd.zip dallas.zip dallas16.zip dallas32.zip roma32.zip |
| r6522 Friday 4th December, 2009 at 08:37:49 UTC by Robbbert |
| [GLASGOW] Fixed regression in dallas. |
| [src/mess/drivers] | glasgow.c |
| r6521 Friday 4th December, 2009 at 08:14:52 UTC by Robbbert |
| Aligned clickable buttons in roma32. |
| r6520 Friday 4th December, 2009 at 07:52:03 UTC by Robbbert |
| Aligned clickable buttons in dallas32. |
| r6519 Friday 4th December, 2009 at 07:46:47 UTC by Robbbert |
| Aligned clickable buttons in dallas16. |
| r6518 Friday 4th December, 2009 at 07:25:19 UTC by Robbbert |
| Aligned clickable buttons in amsterd. |
| r6517 Friday 4th December, 2009 at 07:00:52 UTC by incog |
| VTech PreComputer 2000 skeleton |
| [src/mess] | mess.mak messdriv.c |
| [src/mess/drivers] | pc2000.c* |
| r6516 Friday 4th December, 2009 at 05:28:43 UTC by incog |
| Deleted 2 confusing commented out lines. |
| [src/mess/drivers] | pasogo.c |
| r6515 Thursday 3rd December, 2009 at 16:40:06 UTC by Curt Coder |
| [XOR100] Fixed floppy interface, added save state support. |
| [src/mess/drivers] | xor100.c |
| [src/mess/includes] | xor100.h |
| r6514 Thursday 3rd December, 2009 at 15:22:11 UTC by Curt Coder |
| [XOR100] Fixed memory banking, added memory expansions. |
| [src/mess/drivers] | xor100.c |
| [src/mess/includes] | xor100.h |
| r6513 Thursday 3rd December, 2009 at 14:12:47 UTC by Miodrag Milanović |
| [BASIC52] MCS Basic 52 and Basic 31 boards skeletons |
| [docs] | messnew.txt |
| [src/mess] | mess.mak messdriv.c |
| [src/mess/drivers] | basic52.c* |
| r6512 Thursday 3rd December, 2009 at 13:27:51 UTC by Miodrag Milanović |
| [MITS680B] MITS Altair 680b skeleton driver |
| [docs] | messnew.txt |
| [src/mess] | mess.mak messdriv.c |
| [src/mess/drivers] | mits680b.c* |
| r6511 Thursday 3rd December, 2009 at 10:51:06 UTC by Miodrag Milanović |
- Terminal Backspace support
- Added better special code handling
- Terminal size is now 80x24
- Teleprinter visible paper size is now 50 lines |
| [src/mess/machine] | teleprinter.c terminal.c |
| r6510 Thursday 3rd December, 2009 at 09:51:02 UTC by Curt Coder |
| [XOR100] Added floppy and centronics interfaces. Floppy is not working yet. |
| [src/mess/drivers] | xor100.c |
| [src/mess/includes] | xor100.h |
| r6509 Thursday 3rd December, 2009 at 05:14:47 UTC by R. Belmont |
| [HP16500b] Initial skeleton for HP16500b logic analyser |
| [docs] | messnew.txt |
| [src/mess] | mess.mak messdriv.c |
| [src/mess/drivers] | hp16500.c* |
© 1998-2018 The MESS Team