Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | ti99: That's one small move for a man | 2015-08-11 | 35 | -315/+288 | ||
| | | | | ||||||
* | | | | konendev: pass some tests (nw) | 2015-08-11 | 1 | -4/+70 | ||
| | | | | ||||||
* | | | | Xbox console driver now uses the base common machine setup with Chihiro ↵ | 2015-08-11 | 1 | -70/+76 | ||
| | | | | | | | | | | | | | | | | [Samuele Zannoli] | |||||
* | | | | ace.c: Reduce tagmap lookups and minor cleanup (nw) | 2015-08-11 | 2 | -105/+105 | ||
| | | | | ||||||
* | | | | a2600.c: Replaced ioport tagmap lookup (nw) | 2015-08-11 | 1 | -2/+5 | ||
| | | | | ||||||
* | | | | debugviewinfo.c: destroy window before destroying view (nw) | 2015-08-10 | 1 | -5/+5 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | destroying the focus window triggers a killfocus event. for cursor-supporting windows, this accesses the just-deleted view data, and then crashes | |||||
* | | | | new Merit Joker Poker game added | 2015-08-10 | 2 | -26/+44 | ||
| | | | | | | | | | | | | | | | | | | | | New Game Added ------------------------------------- Merit Joker Poker (9131-01) [Brian Troha, The Dumping Union] | |||||
* | | | | fix build (nw) | 2015-08-10 | 1 | -1/+1 | ||
| | | | | ||||||
* | | | | gei.c: Minor Clean up [Brian Troha] | 2015-08-10 | 2 | -106/+45 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Dumped & Added Alt series 8 question rom Verified & corrected series 8 questions roms Removed duplicate erroneous new_science series 10 question rom Minor input clean up / consolidations Made Trivia games use ZXCVB keys | |||||
* | | | | try to fix (nw) | 2015-08-11 | 1 | -9/+0 | ||
| | | | | ||||||
* | | | | Temporarily fix compile by commenting line 395 and kepping 409 in file ↵ | 2015-08-11 | 1 | -1/+1 | ||
| | | | | | | | | | | | | | | | | src/emu/netlist/plib/pstring.h (nw) | |||||
* | | | | chihiro.c: Move parts common with Xbox console into their own files ↵ | 2015-08-11 | 3 | -1804/+1919 | ||
| | | | | | | | | | | | | | | | | machine/xbox.c and includes/xbox.h [Samuele Zannoli] | |||||
* | | | | promoted tntell/vocaid to working | 2015-08-10 | 2 | -53/+240 | ||
| | | | | ||||||
* | | | | Fix clang issues. (nw) | 2015-08-10 | 2 | -5/+5 | ||
| | | | | ||||||
* | | | | output powerled | 2015-08-10 | 2 | -0/+10 | ||
| | | | | ||||||
* | | | | Make netlist more typesafe. Added a pformat class to reduce sprintf | 2015-08-10 | 16 | -61/+144 | ||
| | | | | | | | | | | | | | | | | usage. The approach is also suitable for translated strings with arbitrary positioning of parameters. (nw) | |||||
* | | | | utf8 support for pstring. Opted for a scalable solution which should be | 2015-08-10 | 14 | -279/+559 | ||
| | | | | | | | | | | | | | | | | | | | | easily extensible to utf16 and utf32 as well. All position related operations now operate on char code positions instead of byte positions. [Couriersud] | |||||
* | | | | More usage of streams and aligned exception use. (nw) | 2015-08-10 | 13 | -70/+69 | ||
| | | | | ||||||
* | | | | k057714: add double height characters (nw) | 2015-08-10 | 1 | -2/+6 | ||
| | | | | ||||||
* | | | | coleco.c: Reduce tagmap lookups and added support for 31in1 and 63in1 ↵ | 2015-08-10 | 9 | -110/+279 | ||
| | | | | | | | | | | | | | | | | multicarts (nw) | |||||
* | | | | small update, and | 2015-08-10 | 2 | -9/+9 | ||
| | | | | | | | | | | | | rename ladictee -> snspellfr | |||||
* | | | | woops, sorry about that | 2015-08-10 | 1 | -2/+0 | ||
| | | | | ||||||
* | | | | added italian snspell, and some tntell clones | 2015-08-10 | 2 | -23/+89 | ||
| | | | | ||||||
* | | | | Defining variants 9224 and 9234 (WIP) | 2015-08-10 | 4 | -144/+174 | ||
| | | | | ||||||
* | | | | konendev: show some graphics (nw) | 2015-08-10 | 2 | -4/+3 | ||
| | | | | ||||||
* | | | | Games added as GAME_NOT_WORKING | 2015-08-09 | 2 | -4/+178 | ||
| | | | | | | | | | | | | | | | | | | | | ------------------------------- Techno Drive (Japan, TD2/VER.B, 2.06) [Guru, R. Belmont] | |||||
* | | | | konendev: hooked up GCU (nw) | 2015-08-09 | 1 | -31/+8 | ||
| | | | | ||||||
* | | | | firebeat: Split GCU into its own file (nw) | 2015-08-09 | 3 | -727/+745 | ||
|/ / / | ||||||
* | | | Merge pull request #282 from ↵ | 2015-08-09 | 1 | -5/+5 | ||
|\ \ \ | | | | | | | | | | | | | | | | | ole00/ole-20150808-raiden2_sprite_rotation_fix_for_arm raiden2cop: fixed negative float to unsigned int implicit conversion | |||||
| * | | | raiden2cop: fixed negative float to unsigned int implicit conversion | 2015-08-08 | 1 | -5/+5 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This caused issues on ARM hosts where result of such conversion is always 0. Casting the negative float to signed int resolves the issue. Without this fix some sprites had wrong rotation and also bullet direction was not always correct on ARM host. The fix was tested on Intel and ARM host, both platform work OK. | |||||
* | | | | mk4: Add rudimentary blending. [MooglyGuy] | 2015-08-09 | 2 | -2/+56 | ||
|/ / / | ||||||
* | | | kaneko16.c: Fill in missing dip locations for Pack N' Bang Bang - NW | 2015-08-08 | 1 | -3/+3 | ||
| | | | ||||||
* | | | Use more verbose name for Pack N' Bang Bang + additional info based on pic ↵ | 2015-08-08 | 2 | -11/+9 | ||
| | | | | | | | | | | | | of PCB - NW | |||||
* | | | new WORKING games | 2015-08-08 | 2 | -0/+127 | ||
| | | | | | | | | | | | | | | | | | | Pack'n Bang Bang (prototype) [rtw] (note, it's a proto so it has some bugs / design issues, rtw verified them on the PCB and added some notes) | |||||
* | | | ngen: switched video/font RAM to use memory_array | 2015-08-08 | 1 | -12/+16 | ||
| | | | ||||||
* | | | ngen: switched VRAM and font RAM to be memory regions, so that they work ↵ | 2015-08-08 | 1 | -14/+96 | ||
| | | | | | | | | | | | | equally on the 32-bit systems. Reworked B28/38 I/O, now displays error code 20. | |||||
* | | | fix tactix buttons | 2015-08-08 | 2 | -8/+6 | ||
| | | | ||||||
* | | | Add correct CD2802 chirp rom from decap [Sean Riddle] | 2015-08-07 | 1 | -6/+6 | ||
| | | | ||||||
* | | | add missing newline (nw) | 2015-08-07 | 1 | -1/+1 | ||
| | | | ||||||
* | | | speeding up device construction (nw) | 2015-08-07 | 3 | -5/+6 | ||
| | | | ||||||
* | | | firebeat: new dongle for popn7 (old one was service-only) (nw) | 2015-08-07 | 1 | -1/+29 | ||
| | | | ||||||
* | | | segaorun.c: The newly verified / redump is the same program numbers as Rev ↵ | 2015-08-07 | 1 | -1/+1 | ||
| | | | | | | | | | | | | A, so remove the "?" - NW | |||||
* | | | correct labels, and redump of bad rom in shangon1 set, promoted to working ↵ | 2015-08-07 | 1 | -5/+5 | ||
| | | | | | | | | | | | | [Mukasiya] | |||||
* | | | improve rom labels (nw) | 2015-08-07 | 1 | -190/+188 | ||
| | | | ||||||
* | | | new clones | 2015-08-07 | 2 | -11/+66 | ||
| | | | | | | | | | | | | | | | | | | [Gun.Smoke (US, 851115) (alt set) [Caius, Alexander F] chip is stamped 03A, internal datecode is the same as the existing set, has a very minor code patch, looks official enough tho. | |||||
* | | | added tntell modules | 2015-08-07 | 1 | -62/+77 | ||
| | | | ||||||
* | | | oops (nw) | 2015-08-06 | 1 | -1/+1 | ||
| | | | ||||||
* | | | tispeak tntell WIP | 2015-08-06 | 2 | -43/+236 | ||
| | | | | | | | | | | | | | | | | | | | | | New NOT WORKING games added -------------------- Touch & Tell [hap, Sean Riddle] Vocaid [hap, Sean Riddle] | |||||
* | | | decryption support for knpuzzle; it doesn't happen on-the-fly due to ↵ | 2015-08-06 | 3 | -3/+67 | ||
| | | | | | | | | | | | | protection issues (nw) | |||||
* | | | rf5c400: document some registers (nw) | 2015-08-06 | 1 | -0/+12 | ||
| | | |