Commit Graph

19906 Commits

Author SHA1 Message Date
Wilbert Pol
cad32d344d (MESS) kb_msnat.c: Reduce tagmap lookups (nw) 2013-01-25 22:18:59 +00:00
Wilbert Pol
ed1152b13c (MESS) gamecom.c: A few cleanups (nw) 2013-01-25 22:07:14 +00:00
Jonathan Gevaryahu
f1cd2df454 (MESS) cat.c (Canon Cat): implemented video invert bit, added notes about what some of the registers are called in the original source code [Lord Nightmare] 2013-01-25 22:06:08 +00:00
David Haywood
0d51c2d9dc new NOT working
Super Pinball Action (prototype) [The Dumping Union] (insert extra credits if needed)

this is weird, it's a very early proto, it BARELY fits the existing hardware profile at all.  palette format is different, tile format is different, but stranger still there is an extra z80 rom (I see no extra z80 on the pcb) and a ROM containing tiles at a horizontal orientation?!

furthermore spriteram colour is in a different place, and overall mixing must be different too, plus it only ever writes the background for one of the levels to the 2nd layer, so the first table shown in attract looks strange and has bad colours.

not a clue what to make of this at the moment.
2013-01-25 22:06:02 +00:00
Wilbert Pol
7e404ae397 (MESS) oric.c: Some cleanups (nw) 2013-01-25 21:16:16 +00:00
Michaël Banaan Ananas
d4dcfe0a01 cleanup: double-line functions, some comments 2013-01-25 20:30:59 +00:00
Michaël Banaan Ananas
57212c3957 cleanup: class m_m to m_ 2013-01-25 20:12:20 +00:00
Angelo Salese
227267b1be Attempt #1 to improve PERIodic flag 2013-01-25 19:34:47 +00:00
Curt Coder
ac0d9f3485 (MESS) radio86 et al: Tagmap cleanup. (nw) 2013-01-25 19:28:41 +00:00
Curt Coder
b98423d51c (MESS) aquarius: Tagmap cleanup and moved Quick Disk to cartridge softlist where it belongs. (nw) 2013-01-25 19:28:00 +00:00
Wilbert Pol
081bb358d1 (MESS) scv.c: Cleanup (nw) 2013-01-25 19:12:07 +00:00
Wilbert Pol
6411967b8e (MESS) osborne1.c: Cleanupss (nw) 2013-01-25 19:07:58 +00:00
Justin Kerk
bfa2993010 (MESS) ibm5170.xml: removed fake dump (nw)
I made this disk image some years ago just to get the files into MESS and have removed it from the swlist once already, commenting it out so it doesn't come back
2013-01-25 17:14:38 +00:00
Fabio Priuli
837f488519 fixed xml. no whatsnew. 2013-01-25 16:45:01 +00:00
Fabio Priuli
c3f0419324 msx1: added a cass list, containing expansion tapes for Albatross. no whatsnew.
I don't plan to add more tapes any time soon (I simply did not want to lose these two), so anyone willing to
add more elements to the list would be welcome....
2013-01-25 16:15:19 +00:00
Fabio Priuli
15f977e122 (MESS) ibm5170.xml: added 4 new dumps. [Kaylee] 2013-01-25 16:12:32 +00:00
Fabio Priuli
86fa2b098c softlist: added a bunch of recent dumps. no whatsnew. 2013-01-25 16:11:44 +00:00
Jonathan Gevaryahu
37a5f22673 (MESS) cat.c (Canon cat): Added the 6ms timer and its counter. [Lord Nightmare] 2013-01-25 04:31:01 +00:00
Jonathan Gevaryahu
f5fd9d53b0 (MESS) cat.c (Canon Cat): Got rid of a lot of hashtag lookups; fixed the video enable bit location. Cleaned up comments a bit. More debugging stuff added. [Lord Nightmare] 2013-01-25 00:32:20 +00:00
R. Belmont
84a8fe9bae SDL: Update mame and mess manpages [Wallyweek] 2013-01-24 23:56:50 +00:00
R. Belmont
5d45d3ddbc SDL: Fix srcclean damage in sdl.mak [Wallyweek] 2013-01-24 23:55:55 +00:00
Fabio Priuli
078ee65368 (MESS) msx1_cart.xml: silencing cmpro. no whatsnew. 2013-01-24 22:35:34 +00:00
Fabio Priuli
54332ec7ed (MESS) msx1_cart.xml: a few more alt dumps, courtesy of Quibus. no whatsnew. 2013-01-24 22:32:49 +00:00
Wilbert Pol
06f01ae4e7 (MESS) pentagon.c: Start cutting down on the number of tagmap lookups. (nw) 2013-01-24 22:17:58 +00:00
Wilbert Pol
11fc811eb7 (MESS) scv.c: Cleanups (nw) 2013-01-24 22:03:23 +00:00
Wilbert Pol
e8207eea90 (MESS) svi318.c: Cleanups (nw) 2013-01-24 21:20:47 +00:00
Fabio Priuli
255222ae0d (MESS) msx1_cart.xml: added missing cart dumps. [Fabio Priuli] 2013-01-24 21:20:02 +00:00
Wilbert Pol
216bcb56b4 (MESS) svision.c: Cleanups (nw) 2013-01-24 20:26:09 +00:00
Wilbert Pol
c95df31e26 (MESS) wswan.c: Some small cleanups and tag lookup reduction. (nw) 2013-01-24 19:46:15 +00:00
smf-
2de794dfee uses cpu_device instead of device_t and one less lookup [smf] 2013-01-24 19:36:41 +00:00
smf-
c824431571 cache cpu & spu lookup. [smf] 2013-01-24 19:18:01 +00:00
cracyc
9dcc25d442 [mess] finish modernizing pc joystick and remove tag lookups (nw) 2013-01-24 19:13:00 +00:00
Fabio Priuli
336dc3ca2d diimage.c: error out if xml is incomplete instead of crashing. no whatsnew. 2013-01-24 19:05:12 +00:00
Wilbert Pol
d2bef384fc (MESS) g7400: Make sure we stay inside ef9340/1 bounds. (nw) 2013-01-24 19:05:06 +00:00
Angelo Salese
66b9d6f8b2 Fixed SCIEB not updating irqs, fixes Alien Trilogy booting. 2013-01-24 18:57:11 +00:00
Fabio Priuli
5506ecd895 (MESS) spectrum_flop.xml: added year/publisher info to the list [LoganB]
out of whatsnew: while at it, I have fixed validation and made a few consistency fixes...
2013-01-24 18:30:10 +00:00
Fabio Priuli
91385e6fea cdtv.xml: marked disks as bad, since they had been created with old tools and require redump. no whatsnew. 2013-01-24 18:26:45 +00:00
cracyc
d6b0e04d19 [mess] remove serial mouse tag lookup (nw) 2013-01-24 18:20:30 +00:00
Michaël Banaan Ananas
037057f00f added s22 dummy i/o mcu lest it be forgotten
On not-super system 22, the 2nd C74 is responsible for inputs and sends it to the main mcu via serial I/O (UART?)
2013-01-24 17:55:31 +00:00
Michaël Banaan Ananas
bdb825a5c3 cleanup: renamed user1 to gamma_proms and user4 to mcu 2013-01-24 17:40:49 +00:00
smf-
27343419f0 removed runtime ioport lookups [smf] 2013-01-24 17:31:17 +00:00
Andrew Gardner
ba61a286f3 QT Debugger improvements [Andrew Gardner]
- Save and load window locations.
  - Preliminary work on "run and hide" and "hard reset" 
    (don't crash on one of my copmilers but do on another - more work to do!)
  - Fixed color when cursor is the same as PC in debug view.
  - Closing the main window now shuts down the machine (same as quit)
  - Help now wraps to the log window size.
2013-01-24 17:06:42 +00:00
Curt Coder
183b9f0638 (MESS) Reduced tagmap abuse. (nw) 2013-01-24 15:13:20 +00:00
Curt Coder
c6a445ceb1 (MESS) abc80: Use ASCII keyboard. (nw) 2013-01-24 15:08:37 +00:00
Curt Coder
1d346a7958 (MESS) trs80m2: Use ASCII keyboard. (nw) 2013-01-24 15:08:01 +00:00
Curt Coder
9dec2793ff (MESS) tiki100: Fixed 90K floppy format. (nw) 2013-01-24 15:07:26 +00:00
Curt Coder
8c097aaf09 i8251: Disabled spam. (nw) 2013-01-24 15:07:03 +00:00
Curt Coder
8a2551cb03 (MESS) xerox820: Use ASCII keyboard. (nw) 2013-01-24 15:06:42 +00:00
Jonathan Gevaryahu
53fceb54a4 (MESS) cat.c (Canon Cat): Reverse engineered 99% of memory map including mirrors based on extensive hardware testing; Located Printer, Modem and Floppy drive registers (not yet hooked up); Added v1.74 firmware and SpellCheck ROMs. Added a lot of debugging information. [Lord Nightmare, Balrog] 2013-01-24 09:04:02 +00:00
Robbbert
7404b4eadb The downside of a global replace (nw) 2013-01-24 08:31:29 +00:00