summaryrefslogtreecommitdiffstatshomepage
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* converted lot of TRUE/FALSE to real boolean and updated types (nw) Miodrag Milanovic2016-10-22133-1812/+1810
|
* more TRUE/FALSE cleanup (nw) Miodrag Milanovic2016-10-2249-223/+224
|
* some TRUE/FALSE cleanup (nw) Miodrag Milanovic2016-10-2211-184/+167
|
* fixed benchmarks build and cleanup U64 and S64 macro definition, it is now ↵ Miodrag Milanovic2016-10-221-8/+0
| | | | in standard (nw)
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-228116-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 Miodrag Milanović2016-10-2213-0/+2215
|\ | | | | new WORKING Magnet System (prototype) [David Haywood, Ricky2001, ArcadeHacker, IFW]
| * new WORKING Magnet System (prototype) [David Haywood, Ricky2001, ↵ David Haywood2016-10-2213-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) Miodrag Milanovic2016-10-223-12/+4
| |
* | added new types, fixing lua part (nw) Miodrag Milanovic2016-10-221-0/+22
| |
* | Merge pull request #1539 from ajrhacker/zodiac_keyboard Miodrag Milanović2016-10-221-21/+39
|\ \ | | | | | | zodiac: Change input type to keyboard
| * | zodiac: Change input type to keyboard AJR2016-10-211-21/+39
| | | | | | | | | | | | | | | - Add PORT_CHARs - Add notes on physical button layout
* | | use standard types uintptr_t, char16_t and char32_t instead of FPTR, ↵ Miodrag Milanovic2016-10-22162-786/+765
| | | | | | | | | | | | utf16_char, unicode_char (nw)
* | | Merge pull request #1541 from JoakimLarsson/scctxfifo Miodrag Milanović2016-10-222-54/+141
|\ \ \ | | | | | | | | SCC improved Tx handling [Joakim Larsson]
| * | | Improved Tx handling with fifo including special case with 1 slot fifo Joakim Larsson Edstrom2016-10-222-54/+141
| | | |
* | | | mcd: vis links loads all the way now (nw) cracyc2016-10-211-2/+2
| | | |
* | | | mcr.cpp: redumped dpoker sound roms [S.Rider] hap2016-10-211-8/+4
| | | |
* | | | mcd: load stuff (nw) cracyc2016-10-212-17/+29
| | | |
* | | | New games added Scott Stone2016-10-212-0/+58
|/ / / | | | | | | | | | | | | --------------- Splendor Blast II [ShouTime]
* | | Sync pc & curpc, remove superfluous callimport()/callexport() on ↵ smf-2016-10-212-5/+24
| | | | | | | | | | | | STATE_GENFLAGS (nw)
* | | alpha 8201 fakecpu: correct note hap2016-10-213-5/+4
|/ /
* | Cleanup, TIMER_CALLBACK was only in unused parts (nw) Miodrag Milanovic2016-10-216-864/+0
| |
* | Use new deprecated attribute (nw) Miodrag Milanovic2016-10-211-1/+2
| |
* | -arm7: Performed some minor optimization. [Ryan Holtz] therealmogminer@gmail.com2016-10-218-708/+714
| |
* | use std algo instead of manual setting (nw) Miodrag Milanovic2016-10-211-3/+1
| |
* | trying to fix issue noticed by qmc2 (nw) Miodrag Milanovic2016-10-211-1/+1
| |
* | dynamic_buffer is just std::vector<UINT8> (nw) Miodrag Milanovic2016-10-21245-404/+400
| |
* | some bool <-> int not needed conversions, also cleaned drivenum.* was using ↵ Miodrag Milanovic2016-10-2119-67/+61
| | | | | | | | memset for clearing vector (nw)
* | Merge pull request #1537 from ajrhacker/natkeyboard_use Miodrag Milanović2016-10-218-27/+44
|\ \ | | | | | | Lock out ioport_fields independently of natural keyboard state (nw)
| * | Lock out ioport_fields independently of natural keyboard state (nw) AJR2016-10-208-27/+44
| | |
* | | rom label fixes (nw) Scott Stone2016-10-201-4/+4
| | |
* | | New clones added Scott Stone2016-10-202-1/+104
|/ / | | | | | | | | | | ---------------- Splendor Blast (set 2) [Stefan Lindberg] Splendor Blast (set 3) [caius, robotype]
* | sync pc & curpc (nw) smf-2016-10-201-2/+10
| |
* | stv.cpp: Minor documentation update (nw) AJR2016-10-201-11/+14
| |
* | Merge pull request #1528 from npwoods/modernize_imgtool_image_info R. Belmont2016-10-2011-30/+35
|\ \ | | | | | | [Imgtool] Changed imgtool::image::info() to use std::stream and std::stringstream
| * | [Imgtool] Changed imgtool::image::info() to use std::stream and ↵ Nathan Woods2016-10-1711-30/+35
| | | | | | | | | | | | std::stringstream
* | | Merge pull request #1531 from Risugami/master R. Belmont2016-10-204-3/+244
|\ \ \ | | | | | | | | Added layout for San Francisco Rush
| * | | Added layout for San Francisco Rush Risugami2016-10-184-3/+244
| | | |
* | | | fixed disassembly window & flags(nw) smf-2016-10-202-14/+21
| | | |
* | | | octopus: added software list mahlemiut2016-10-201-1/+3
| | | |
* | | | ANZterm: adjusted rom loading so it can begin to boot (nw) Robbbert2016-10-201-3/+4
| | | |
* | | | Super80: fixed regression with F4 displayer (nw) Robbbert2016-10-201-6/+6
| | | |
* | | | Merge pull request #1535 from ajrhacker/tabpkr Ivan Vangelista2016-10-201-2/+2
|\ \ \ \ | | | | | | | | | | tabpkr: Identify set (nw)
| * | | | tabpkr: Identify set (nw) AJR2016-10-191-2/+2
| | | | |
* | | | | Merge pull request #1534 from ajrhacker/skylncr_ramdac Angelo Salese2016-10-193-81/+47
|\ \ \ \ \ | | | | | | | | | | | | Update skylncr.cpp to use RAMDAC (nw)
| * | | | | Update skylncr.cpp to use RAMDAC (nw) AJR2016-10-193-81/+47
| |/ / / /
* / / / / fidel*: rom label for excellence ep12 (nw) hap2016-10-192-2/+3
|/ / / /
* | | | disassembly window fixes (nw) smf-2016-10-195-3/+5
| | | |
* | | | removed unused state_string_export() (nw) smf-2016-10-192-13/+0
| | | |
* | | | Consistancy fix for Suchie-Pai naming, nw Angelo Salese2016-10-191-2/+2
| | | |
* | | | MT 03045: source.ini must now be in the source subfolder. Robbbert2016-10-191-6/+2
| | | |