summaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* version bump (nw)mame0200 Vas Crabb2018-07-252-4/+4
|
* x68k_flop: Sorry, Return to GJ Wayder2018-07-241-1/+14
|
* add sound cores to virtual subtarget for recent vgmplay additions (nw) Vas Crabb2018-07-231-15/+17
|
* cherry-pick fixes from mainline and clean up some stuff (nw) Vas Crabb2018-07-2318-47/+26
|
* cidelsa.cpp: Cut-and-paste mistake (nw) AJR2018-07-221-1/+1
|
* (nw) srcclean and some cleanup: Vas Crabb2018-07-22143-2258/+2344
| | | | | | * Make more #include guards follow standard format - using MAME_ as the prefix makes it easy to see which ones come from our code in a preprocessor dump, and having both src/devices/machine/foo.h and src/mame/machine/foo.h causes issues anyway * Get #include "emu.h" out of headers - it should only be the first thing in a complilation unit or we get differences in behaviour with PCH on/off * Add out-of-line destructors to some devices - it forces the compiler to instantiate the vtable in a certain location and avoids some non-deterministic compiler behaviours
* disable multiple constructor warning for rendlay.cpp (nw) smf-2018-07-221-0/+1
|
* build with MSVC (nw) smf-2018-07-2217-34/+33
|
* vgmplay.lay : Add comments of RF5C68 Family (#3760) cam9002018-07-221-22/+24
| | | | | | * vgmplay.lay : Add comments of RF5C68 Family * vgmplay.lay : de-distortion
* Fix trampoline constructors (nw) Vas Crabb2018-07-221-2/+2
|
* arcade build (nw) smf-2018-07-221-0/+2
|
* 315_5124.cpp updates (#3692) enikland22018-07-229-393/+779
| | | | | | | | | | * 315_5124.cpp updates * requested changes, MD vdp changes * correct typos, merge conflict * correct commentary
* allow repeating elements and groups - useful if you need e.g. a lot of ↵ Vas Crabb2018-07-2222-223/+280
| | | | numbered labels, but it limits complay.py's ability to check for invalid references as it can't evaluate expressions (nw)
* Better Emscripten parameter handling, & update docs (nw) Justin Kerk2018-07-212-4/+4
|
* New working software list additions Justin Kerk2018-07-212-5/+141
| | | | | | | | | | ----------------------------------- ibm5150: Cadaver (5.25"), Cadaver (3.5") [Chism] ibm5170: Cadaver (3.5", Quest and Glory Compilation), MS-DOS (Version 6.22, Thai) [Justin Kerk] New not working software list additions ----------------------------------- ibm5170: POWER DoLLS [Justin Kerk]
* remember to unwind if environment changes (nw) Vas Crabb2018-07-221-0/+9
|
* looping layouts (nw) Vas Crabb2018-07-224-637/+90
|
* rendlay: allow user variables and repetition in layouts, also add a few more ↵ Vas Crabb2018-07-2214-1464/+1532
| | | | predefined variables
* (nw) trs80m3 : fixed a small bug Robbbert2018-07-212-5/+12
|
* appease msvc (nw) smf-2018-07-211-4/+4
|
* Arkanoid: Updated documentation and replaced a75-23.ic14 with one created ↵ smf-2018-07-212-19/+22
| | | | from an original mcu rather than the bootleg (nw)
* You can't require a forward declared class (nw) smf-2018-07-211-2/+0
|
* (nw) fixed the build. Robbbert2018-07-211-0/+1
|
* ht1080z : added ay8910 ; trs80 : added monitor documentation Robbbert2018-07-213-1/+41
|
* ps2sony: Checkpoint, nw mooglyguy2018-07-217-39/+190
|
* ps2sony: Some basic VU1 support, major file reshuffling, nw mooglyguy2018-07-2147-226/+596
|
* model2.cpp: Cut-n-paste fix (nw) braintro2018-07-211-1/+1
|
* model2.cpp: Minor doc update (nw) braintro2018-07-211-1/+1
|
* (nw) trs80 : fixed paste issue Robbbert2018-07-211-74/+63
|
* pc9801.cpp: Eliminate bogus XTALs (nw) AJR2018-07-214-14/+10
|
* (nw)trs80m3: fixed config here too Robbbert2018-07-211-4/+4
|
* Cycle counting is hard. So is scanline counting. (nw) arbee2018-07-202-2/+2
|
* apple2: line-exact sync with h/w for Talbot Fantasy 7, fixed wrong flags (nw) arbee2018-07-202-3/+3
|
* New machines added as WORKING arbee2018-07-203-2/+16
| | | | | | | ----------------------------- Milmar Laser //c [R. Belmont, Peter Ferrie, KansasFest 2018 apple2: fixed floating bus reads, syncs Talbot Fantasy Seven credits screen [R. Belmont]
* initialise variables (nw) smf-2018-07-201-0/+3
|
* trs80.cpp: Fix configuration (nw) AJR2018-07-201-4/+4
|
* meritum: Fix screen parameters; characters are 12 scans high, not 11 (nw) AJR2018-07-201-6/+6
|
* meritum.cpp: Install these devices while I'm at it (nw) AJR2018-07-201-3/+8
|
* meritum.cpp: Add RS232 interface (nw) AJR2018-07-201-3/+24
|
* meritum.cpp: Fix build; correct XTAL (nw) AJR2018-07-201-4/+2
|
* Revert "sega80r: correct monster bash cpu model number (nw)" hap2018-07-201-2/+2
| | | | This reverts commit a5de756133b79008d129fe113558055cfb404909.
* trs80 work in progress Robbbert2018-07-2112-1398/+2301
| | | | | | | | | | - split into separate sources - fixed paste - added uart and rs232 - added baud rate clock or brg depending on hardware - fixed uart status on sys80 - fixed cassette waveform - lots of tidy up
* castfpt: Add PIA and RAM (nw) AJR2018-07-201-1/+6
|
* tmc600.cpp: Fix config (nw) AJR2018-07-201-1/+1
|
* sega80r: correct monster bash cpu model number (nw) hap2018-07-191-2/+2
|
* render: improve behaviour in general for systems with two screens (sorry ↵ Vas Crabb2018-07-206-233/+117
| | | | about occasional extra warning messages, it's unavoidable)
* play_3.cpp: TPB is now a CDP1802 callback (nw) AJR2018-07-191-19/+14
|
* play_2.cpp: Use TPB callback instead of artificial clock (nw) AJR2018-07-191-15/+13
|
* vip.cpp: Clean up trailing spaces (nw) AJR2018-07-191-11/+11
|
* vip: Give the expansion bus full access to N and TPB (nw) AJR2018-07-198-104/+145
|