Feed
The MESS SVN has been merged into the MAME SVN.
| r8574 Wednesday 21st July, 2010 at 16:26:31 UTC by Fabio Priuli |
| Removed a few PC880x disks which slipped in the x1 list, plus improved a few descriptions |
| [hash] | x1_cass.xml x1_flop.xml |
| r8573 Wednesday 21st July, 2010 at 16:21:25 UTC by Miodrag Milanović |
| Fixed error in handling image devices. |
| [src/emu] | machine.c mame.c |
| r8572 Wednesday 21st July, 2010 at 15:55:53 UTC by Angelo Salese |
| [SMC-777]: Added a bunch of video features |
| [src/mess/drivers] | smc777.c |
| r8571 Wednesday 21st July, 2010 at 14:29:39 UTC by Angelo Salese |
| [SMC-777]: Implemented preliminary RAMDAC |
| [src/mess/drivers] | smc777.c |
| r8570 Wednesday 21st July, 2010 at 13:26:57 UTC by Miodrag Milanović |
| Now fully functional |
| r8569 Wednesday 21st July, 2010 at 13:18:43 UTC by Angelo Salese |
| [SMC-777] Added basic keyboard polling, improved video emulation, added border color |
| [src/mess/drivers] | smc777.c |
| r8568 Wednesday 21st July, 2010 at 12:58:23 UTC by Miodrag Milanović |
| Fix issue of mounting images by starting MESS without selecting driver, it also made problem when driver is changed during runtime using menus. |
| [src/emu] | mame.c |
| [src/lib/util] | options.c options.h |
| r8567 Wednesday 21st July, 2010 at 12:12:10 UTC by Robbbert |
| [TK80BS] Added F4 display. |
| [src/mess/drivers] | tk80bs.c |
| r8566 Wednesday 21st July, 2010 at 11:41:06 UTC by Miodrag Milanović |
| Fix issue with mounting a cart on PX-4. |
| [src/mess/devices] | cartslot.c |
| r8565 Wednesday 21st July, 2010 at 11:26:50 UTC by Robbbert |
| [MYCOM] Added F4 display. |
| [src/mess/drivers] | mycom.c |
| r8564 Wednesday 21st July, 2010 at 10:59:39 UTC by Angelo Salese |
| [SMC-777] Added raw floppy support, it now loads SMC-70 CP/M floppy disk properly |
| [src/mess/drivers] | smc777.c |
| r8563 Wednesday 21st July, 2010 at 10:32:14 UTC by Miodrag Milanović |
Skeleton drivers:
- NEC TK-80BS (with pseudo ROMS for now)
- Japan Electronics College MYCOMZ-80A |
| [docs] | messnew.txt |
| [src/mess] | mess.mak messdriv.c |
| [src/mess/drivers] | mycom.c* tk80bs.c* |
| r8562 Wednesday 21st July, 2010 at 10:09:02 UTC by Fabio Priuli |
| Added a new GB dump and some old SMS Power releases which got missed when the SG-1000 list was created |
| [hash] | gameboy.xml sg1000.xml |
| r8561 Wednesday 21st July, 2010 at 08:52:31 UTC by Miodrag Milanović |
| Missed two files |
| [src/mess/drivers] | 3do.c smc777.c |
| r8560 Wednesday 21st July, 2010 at 08:45:42 UTC by Miodrag Milanović |
| Removed usage of deprecated devtag_get_device call. |
| [src/mess/drivers] | pasopia.c pv2000.c |
| r8559 Wednesday 21st July, 2010 at 07:03:29 UTC by Miodrag Milanović |
| Fixed batman regression. |
| r8558 Wednesday 21st July, 2010 at 06:58:38 UTC by Miodrag Milanović |
| Fixed v1050 regression (only generic timers can have variable frequency, periodic have static frequency now) |
| [src/mess/drivers] | v1050.c |
| r8557 Wednesday 21st July, 2010 at 06:25:06 UTC by Miodrag Milanović |
| Fixed C65 regression. |
| r8556 Wednesday 21st July, 2010 at 02:31:52 UTC by Angelo Salese |
| [SMC777]: Improved video emulation, added PCG hook-up, documented most of the memory map |
| [src/mess/drivers] | smc777.c |
| r8555 Tuesday 20th July, 2010 at 23:33:40 UTC by Angelo Salese |
| [SMC-777]: Improved vram write catching |
| [src/mess/drivers] | smc777.c |
| r8554 Tuesday 20th July, 2010 at 22:19:33 UTC by Angelo Salese |
| [SMC-777]: Got to the insert disk check message |
| [src/mess/drivers] | smc777.c |
| r8553 Tuesday 20th July, 2010 at 20:34:47 UTC by Wilbert Pol |
| [3DO] Starting using the actual screen to return hcnt and vcnt. |
| [src/mess/drivers] | 3do.c |
| [src/mess/includes] | 3do.h |
| [src/mess/machine] | 3do.c |
| r8552 Tuesday 20th July, 2010 at 20:21:31 UTC by Wilbert Pol |
| [3DO] Added a ram part for 0310xxxx range. Updated some comments. |
| [src/mess/drivers] | 3do.c |
| [src/mess/machine] | 3do.c |
| r8551 Tuesday 20th July, 2010 at 18:48:20 UTC by Wilbert Pol |
[3DO] Allowed madam msysbits register to be read. Added some comments about the boot sequence.
The boot sequence passed to initial 64KB memory stack and starts copying remainder of boot sequence to ram. |
| r8550 Tuesday 20th July, 2010 at 12:42:33 UTC by Fabio Priuli |
| fixed stupid typo (once again I forgot to press Save, before the commit) |
| r8549 Tuesday 20th July, 2010 at 12:38:32 UTC by Fabio Priuli |
| Added new dumps to softlists and a note about an undumped proto |
| [hash] | a5200.xml gamegear.xml megadriv.xml sg1000.xml sms.xml |
| r8548 Tuesday 20th July, 2010 at 09:55:08 UTC by Miodrag Milanović |
| Made UI works correct with multiple softlists. |
| [src/mess/osd/winui] | softwarelist.c |
| r8547 Tuesday 20th July, 2010 at 09:10:04 UTC by Miodrag Milanović |
Soflist will now load only items from original system by default.
For compatible softlists list name must be explicitly written. |
| r8546 Tuesday 20th July, 2010 at 08:51:45 UTC by Fabio Priuli |
| documenting some changes since 0.138 |
| r8545 Tuesday 20th July, 2010 at 08:51:22 UTC by Fabio Priuli |
softlists wip:
- added a few missing x1 floppies
- added floppy BASIC to pc8001 list (thanks to Kaylee)
- fixed a couple of comments in n64.xml (thanks to Diet Go Go Fan for spotting these)
- added some proto info to snes.xml (thanks to Diet Go Go Fan)
- added snes info, part 1 |
| [hash] | n64.xml pc8001_flop.xml snes.xml x1_flop.xml |
| r8544 Monday 19th July, 2010 at 23:29:11 UTC by Barry Rodewald |
| [FM7] Added cassette software list. |
| [hash] | fm7.xml* |
| [src/mess/drivers] | fm7.c |
| r8543 Monday 19th July, 2010 at 20:33:17 UTC by Wilbert Pol |
| compile fix |
| r8542 Monday 19th July, 2010 at 20:32:20 UTC by Wilbert Pol |
| [3DO] Renamed a memory area and some documentation updates. |
| [src/mess/drivers] | 3do.c |
| [src/mess/includes] | 3do.h |
| [src/mess/machine] | 3do.c |
| r8541 Monday 19th July, 2010 at 15:34:12 UTC by Fabio Priuli |
| making clrmame happy ;) |
| r8540 Monday 19th July, 2010 at 15:23:38 UTC by Fabio Priuli |
softlist wips:
- added more disks to the x1.xml list
- added preliminary x1 tape list and renamed x1.xml to x1_flop.xml (now you have to store disks in roms/x1_flop and tapes in roms/x1_cass )
- added preliminary pc8001 lists (not hooked up yet, due to incomplete emulation) |
| [hash] | pc8001_cass.xml* pc8001_flop.xml* x1.xml x1_cass.xml* x1_flop.xml* |
| [src/mess/drivers] | x1.c |
| r8539 Monday 19th July, 2010 at 14:44:30 UTC by Miodrag Milanović |
| This fixes issue loading some other formats in softwarelists. |
| [src/mess/formats] | d88_dsk.c |
| r8538 Monday 19th July, 2010 at 10:41:56 UTC by Angelo Salese |
| [X1]: hook up basic hashing |
| [hash] | x1.xml* |
| [src/mess/drivers] | x1.c |
| r8537 Sunday 18th July, 2010 at 16:11:28 UTC by Angelo Salese |
| [PASOPIA7]: Added a very preliminary graphic drawing, doesn't work yet due of T-BASIC flaws |
| [src/mess/drivers] | pasopia.c |
| r8536 Sunday 18th July, 2010 at 14:26:35 UTC by Angelo Salese |
| [PASOPIA]: Added a cheap kludge for the keyboard input, and added color attribute wrapping |
| [src/mess/drivers] | pasopia.c |
| r8535 Sunday 18th July, 2010 at 13:28:45 UTC by Angelo Salese |
| [PASOPIA7]: Added color attribute |
| [src/mess/drivers] | pasopia.c |
| r8534 Sunday 18th July, 2010 at 13:22:17 UTC by Miodrag Milanović |
| Added few more known pocketpc roms, note it needs new/updated CPU core. |
| [docs] | messnew.txt |
| [src/mess] | messdriv.c |
| [src/mess/drivers] | pocketc.c |
| r8533 Sunday 18th July, 2010 at 10:48:28 UTC by Miodrag Milanović |
| Skeleton for Xircom / Intel REX 6000 added |
| [docs] | messnew.txt |
| [src/mess] | mess.mak messdriv.c |
| [src/mess/drivers] | rex6000.c* |
| r8532 Sunday 18th July, 2010 at 08:44:29 UTC by Robbbert |
| Removed unused enum |
| [src/mess/devices] | messram.h |
| r8531 Sunday 18th July, 2010 at 07:51:31 UTC by Miodrag Milanović |
| [PV2000] Connected softlist |
| [src/mess/drivers] | pv2000.c |
| r8530 Saturday 17th July, 2010 at 23:22:48 UTC by Barry Rodewald |
| [FM77AV] Corrected CRC/SHA1 for 9gyokudn. |
| r8529 Saturday 17th July, 2010 at 20:45:41 UTC by Wilbert Pol |
| [3DO] Set the proper power-up reset cause in the clio. |
| r8528 Saturday 17th July, 2010 at 20:27:58 UTC by Wilbert Pol |
| [3DO] Added a couple more registers. |
| r8527 Saturday 17th July, 2010 at 17:04:49 UTC by Angelo Salese |
| [PASOPIA7]: Rewrote memory map and added MIO bit, a.k.a. the possibility of the HW to access memory mapped stuff from the isolated i/o (!) |
| [src/mess/drivers] | pasopia.c |
| r8526 Saturday 17th July, 2010 at 14:56:30 UTC by Angelo Salese |
| [PASOPIA7]: fixed system speed |
| [src/mess/drivers] | pasopia.c |
| r8525 Saturday 17th July, 2010 at 12:59:27 UTC by Wilbert Pol |
| [GBCOLOR] Fixed setting and getting of the cpu speed. [Sandro Ronco] |
| [src/emu/cpu/lr35902] | lr35902.c |
© 1998-2018 The MESS Team