Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | converted lot of TRUE/FALSE to real boolean and updated types (nw) | 2016-10-22 | 133 | -1812/+1810 | |
| | |||||
* | more TRUE/FALSE cleanup (nw) | 2016-10-22 | 49 | -223/+224 | |
| | |||||
* | some TRUE/FALSE cleanup (nw) | 2016-10-22 | 11 | -184/+167 | |
| | |||||
* | fixed benchmarks build and cleanup U64 and S64 macro definition, it is now ↵ | 2016-10-22 | 1 | -8/+0 | |
| | | | | in standard (nw) | ||||
* | NOTICE (TYPE NAME CONSOLIDATION) | 2016-10-22 | 8116 | -135825/+135825 | |
| | | | | | Use standard uint64_t, uint32_t, uint16_t or uint8_t instead of UINT64, UINT32, UINT16 or UINT8 also use standard int64_t, int32_t, int16_t or int8_t instead of INT64, INT32, INT16 or INT8 | ||||
* | Merge pull request #1540 from mamehaze/mgs | 2016-10-22 | 13 | -0/+2215 | |
|\ | | | | | new WORKING Magnet System (prototype) [David Haywood, Ricky2001, ArcadeHacker, IFW] | ||||
| * | new WORKING Magnet System (prototype) [David Haywood, Ricky2001, ↵ | 2016-10-22 | 13 | -0/+2215 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ArcadeHacker, IFW] with the following games Time Scanner (TS 2.0, Magnet System, prototype) Exzisus (EX 1.0, Magnet System, prototype) Xain'd Sleena (SC 3.0, Magnet System, prototype) this is a checkpoint, there is a sizeable ToDo list but I think this is a good enough state for initial inclusion before working out the remaining issues. ArcadeHacker has the hardware working for questions etc. I would especially appreciate help with sound (haven't a clue how it hooks up, tried lots of things, no luck) and some help in going over the CPU comms, especially with the sprite CPU as I think I must be missing something important. Likewise help from somebody more familiar with the floppy code from MESS so that it can use that, I had no luck in getting it to work with the copy protection or from a rom region, I've kept all floppy related code in a device so it's very easy to swap out so for now what I've got isn't intrusive. note, very weird idea for a system, they've ported 3 arcade games from other manufacturers, original titles were advertised, but it's likely nothing more of the system exists. the system uses 5 PCBs, one Z80 on each and instead of having dedicated sprite / tilemap chips they have the Z80s doing software rendering, using 8bpp framebuffers. 2 of the boards are for background planes, 1 of the boards is for sprites. The hardware has various memory expansions which look like afterthoughts as they're addressed in strange ways. | ||||
* | | [[noreturn]] instead of ATTR_NORETURN (nw) | 2016-10-22 | 3 | -12/+4 | |
| | | |||||
* | | added new types, fixing lua part (nw) | 2016-10-22 | 1 | -0/+22 | |
| | | |||||
* | | Merge pull request #1539 from ajrhacker/zodiac_keyboard | 2016-10-22 | 1 | -21/+39 | |
|\ \ | | | | | | | zodiac: Change input type to keyboard | ||||
| * | | zodiac: Change input type to keyboard | 2016-10-21 | 1 | -21/+39 | |
| | | | | | | | | | | | | | | | - Add PORT_CHARs - Add notes on physical button layout | ||||
* | | | use standard types uintptr_t, char16_t and char32_t instead of FPTR, ↵ | 2016-10-22 | 162 | -786/+765 | |
| | | | | | | | | | | | | utf16_char, unicode_char (nw) | ||||
* | | | Merge pull request #1541 from JoakimLarsson/scctxfifo | 2016-10-22 | 2 | -54/+141 | |
|\ \ \ | | | | | | | | | SCC improved Tx handling [Joakim Larsson] | ||||
| * | | | Improved Tx handling with fifo including special case with 1 slot fifo | 2016-10-22 | 2 | -54/+141 | |
| | | | | |||||
* | | | | mcd: vis links loads all the way now (nw) | 2016-10-21 | 1 | -2/+2 | |
| | | | | |||||
* | | | | mcr.cpp: redumped dpoker sound roms [S.Rider] | 2016-10-21 | 1 | -8/+4 | |
| | | | | |||||
* | | | | mcd: load stuff (nw) | 2016-10-21 | 2 | -17/+29 | |
| | | | | |||||
* | | | | New games added | 2016-10-21 | 2 | -0/+58 | |
|/ / / | | | | | | | | | | | | | --------------- Splendor Blast II [ShouTime] | ||||
* | | | Sync pc & curpc, remove superfluous callimport()/callexport() on ↵ | 2016-10-21 | 2 | -5/+24 | |
| | | | | | | | | | | | | STATE_GENFLAGS (nw) | ||||
* | | | alpha 8201 fakecpu: correct note | 2016-10-21 | 3 | -5/+4 | |
|/ / | |||||
* | | Cleanup, TIMER_CALLBACK was only in unused parts (nw) | 2016-10-21 | 6 | -864/+0 | |
| | | |||||
* | | Use new deprecated attribute (nw) | 2016-10-21 | 1 | -1/+2 | |
| | | |||||
* | | -arm7: Performed some minor optimization. [Ryan Holtz] | 2016-10-21 | 8 | -708/+714 | |
| | | |||||
* | | use std algo instead of manual setting (nw) | 2016-10-21 | 1 | -3/+1 | |
| | | |||||
* | | trying to fix issue noticed by qmc2 (nw) | 2016-10-21 | 1 | -1/+1 | |
| | | |||||
* | | dynamic_buffer is just std::vector<UINT8> (nw) | 2016-10-21 | 245 | -404/+400 | |
| | | |||||
* | | some bool <-> int not needed conversions, also cleaned drivenum.* was using ↵ | 2016-10-21 | 19 | -67/+61 | |
| | | | | | | | | memset for clearing vector (nw) | ||||
* | | Merge pull request #1537 from ajrhacker/natkeyboard_use | 2016-10-21 | 8 | -27/+44 | |
|\ \ | | | | | | | Lock out ioport_fields independently of natural keyboard state (nw) | ||||
| * | | Lock out ioport_fields independently of natural keyboard state (nw) | 2016-10-20 | 8 | -27/+44 | |
| | | | |||||
* | | | rom label fixes (nw) | 2016-10-20 | 1 | -4/+4 | |
| | | | |||||
* | | | New clones added | 2016-10-20 | 2 | -1/+104 | |
|/ / | | | | | | | | | | | ---------------- Splendor Blast (set 2) [Stefan Lindberg] Splendor Blast (set 3) [caius, robotype] | ||||
* | | sync pc & curpc (nw) | 2016-10-20 | 1 | -2/+10 | |
| | | |||||
* | | stv.cpp: Minor documentation update (nw) | 2016-10-20 | 1 | -11/+14 | |
| | | |||||
* | | Merge pull request #1528 from npwoods/modernize_imgtool_image_info | 2016-10-20 | 11 | -30/+35 | |
|\ \ | | | | | | | [Imgtool] Changed imgtool::image::info() to use std::stream and std::stringstream | ||||
| * | | [Imgtool] Changed imgtool::image::info() to use std::stream and ↵ | 2016-10-17 | 11 | -30/+35 | |
| | | | | | | | | | | | | std::stringstream | ||||
* | | | Merge pull request #1531 from Risugami/master | 2016-10-20 | 4 | -3/+244 | |
|\ \ \ | | | | | | | | | Added layout for San Francisco Rush | ||||
| * | | | Added layout for San Francisco Rush | 2016-10-18 | 4 | -3/+244 | |
| | | | | |||||
* | | | | fixed disassembly window & flags(nw) | 2016-10-20 | 2 | -14/+21 | |
| | | | | |||||
* | | | | octopus: added software list | 2016-10-20 | 1 | -1/+3 | |
| | | | | |||||
* | | | | ANZterm: adjusted rom loading so it can begin to boot (nw) | 2016-10-20 | 1 | -3/+4 | |
| | | | | |||||
* | | | | Super80: fixed regression with F4 displayer (nw) | 2016-10-20 | 1 | -6/+6 | |
| | | | | |||||
* | | | | Merge pull request #1535 from ajrhacker/tabpkr | 2016-10-20 | 1 | -2/+2 | |
|\ \ \ \ | | | | | | | | | | | tabpkr: Identify set (nw) | ||||
| * | | | | tabpkr: Identify set (nw) | 2016-10-19 | 1 | -2/+2 | |
| | | | | | |||||
* | | | | | Merge pull request #1534 from ajrhacker/skylncr_ramdac | 2016-10-19 | 3 | -81/+47 | |
|\ \ \ \ \ | | | | | | | | | | | | | Update skylncr.cpp to use RAMDAC (nw) | ||||
| * | | | | | Update skylncr.cpp to use RAMDAC (nw) | 2016-10-19 | 3 | -81/+47 | |
| |/ / / / | |||||
* / / / / | fidel*: rom label for excellence ep12 (nw) | 2016-10-19 | 2 | -2/+3 | |
|/ / / / | |||||
* | | | | disassembly window fixes (nw) | 2016-10-19 | 5 | -3/+5 | |
| | | | | |||||
* | | | | removed unused state_string_export() (nw) | 2016-10-19 | 2 | -13/+0 | |
| | | | | |||||
* | | | | Consistancy fix for Suchie-Pai naming, nw | 2016-10-19 | 1 | -2/+2 | |
| | | | | |||||
* | | | | MT 03045: source.ini must now be in the source subfolder. | 2016-10-19 | 1 | -6/+2 | |
| | | | |