Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make executable for test follow rules for main file (nw) | 2016-11-12 | 1 | -0/+44 | |
| | | | | | Make normal notation for require (nw) Split properly tests (nw) | ||||
* | Converted existing test to catch framework (nw) | 2016-11-12 | 1 | -38/+1 | |
| | |||||
* | Add basic keyboard input to UWP (nw) | 2016-11-11 | 1 | -0/+1 | |
| | |||||
* | No need for osd_malloc, osd_malloc_array and osd_free (nw) | 2016-11-11 | 2 | -9/+0 | |
| | | | | MALLOC_DEBUG not applicable anymore since we use new to allocate in 99.9% of cases | ||||
* | move asset files to proper place | 2016-11-11 | 1 | -3/+3 | |
| | |||||
* | UWP builds again but by no means working (nw) | 2016-11-10 | 1 | -2/+2 | |
| | |||||
* | Fixed android build (nw) | 2016-11-10 | 1 | -1/+1 | |
| | |||||
* | Adding video and window code to UWP(nw) | 2016-11-10 | 1 | -0/+6 | |
| | |||||
* | Some more work on UWP (nw) | 2016-11-10 | 3 | -7/+47 | |
| | |||||
* | Add more UWP support (nw) | 2016-11-09 | 1 | -0/+4 | |
| | |||||
* | Make 3rdparty compile for UWP and start adding new OSD for UWP based on ↵ | 2016-11-09 | 3 | -1/+164 | |
| | | | | previous Brad work (nw) | ||||
* | Fix some single driver builds (nw) | 2016-11-08 | 2 | -2/+2 | |
| | |||||
* | resurected sqlite3 and lsqlite3 (nw) | 2016-11-07 | 2 | -0/+35 | |
| | |||||
* | Trying to do link fix (nw) | 2016-11-07 | 1 | -2/+3 | |
| | |||||
* | Added ability to use ASIO in all core MAME parts (nw) | 2016-11-07 | 3 | -0/+4 | |
| | |||||
* | Added basic HTTP server, not active yet, based on ASIO example with small ↵ | 2016-11-07 | 1 | -0/+32 | |
| | | | | refactoring included (nw) | ||||
* | plugins/console: add lua console [Carl] | 2016-11-06 | 1 | -2/+0 | |
| | |||||
* | Merge pull request #1637 from fulivi/hp9845_dev7 | 2016-11-05 | 1 | -0/+16 | |
|\ | | | | | Hp9845: re-implemented 98035 module with a nanoprocessor driver | ||||
| * | nanoprocessor: initial support. Disassembler only is known to work at this ↵ | 2016-11-03 | 1 | -0/+16 | |
| | | | | | | | | point. | ||||
* | | Added lua-linenoise by Carls request (nw) | 2016-11-04 | 1 | -0/+2 | |
| | | |||||
* | | Fixed x64 builds with new luaengine on VS2015(nw) | 2016-11-03 | 1 | -0/+5 | |
|/ | |||||
* | ASIO - header only mode (nw) | 2016-11-02 | 1 | -1/+0 | |
| | |||||
* | Update bgfx shader path for Emscripten build (nw) | 2016-11-01 | 1 | -1/+1 | |
| | |||||
* | added non-legacy i82439tx and created a driver using it in pcipc (nw) | 2016-10-30 | 1 | -0/+2 | |
| | | | | | added vga hack to be able to test pcipc.cpp pcipc -bios 3 and pcipctx can initialize more if 0xAA is written at 0x4f0 | ||||
* | Merge pull request #1557 from ajrhacker/inputdev | 2016-10-29 | 1 | -0/+2 | |
|\ | | | | | Polymorphize input_device and input_class; move to separate source fi… | ||||
| * | Polymorphize input_device and input_class; move to separate source file (nw) | 2016-10-24 | 1 | -0/+2 | |
| | | |||||
* | | Updated BGFX and BX and recompiled shaders (nw) | 2016-10-29 | 1 | -2/+3 | |
| | | |||||
* | | Experimental support for compiling to WebAssembly using Emscripten (not yet ↵ | 2016-10-29 | 1 | -0/+5 | |
| | | | | | | | | working) (nw) | ||||
* | | New devices added | 2016-10-28 | 1 | -0/+36 | |
| | | | | | | | | | | | | | | ----------------- 7400 Quad 2-Input NAND Gate [Ryan Holtz] 7404 Hex Inverter [Ryan Holtz] 82S126/82S129 256x4-bit PROM [Ryan Holtz] | ||||
* | | New devices added | 2016-10-28 | 1 | -0/+24 | |
| | | | | | | | | | | | | ----------------- 54/7416x Hex/Quad D Flip-Flops with Clear [Ryan Holtz] 9334/DM9334 8-Bit Addressable Latch [Ryan Holtz] | ||||
* | | -core: Added 54/74160,161,162,163 device emulation. [Ryan Holtz] | 2016-10-28 | 1 | -0/+12 | |
| | | |||||
* | | -hazeltin: Added preliminary video, still broken due to timing issues. [Ryan ↵ | 2016-10-27 | 1 | -0/+12 | |
|/ | | | | Holtz] | ||||
* | Merging Konami disassembler with M6809/HD6309 disassemblers | 2016-10-23 | 1 | -1/+0 | |
| | |||||
* | Merged the M6809 and HD6309 disassemblers, and changed to properly use streams | 2016-10-23 | 1 | -2/+1 | |
| | |||||
* | srcclean (nw) | 2016-10-23 | 2 | -4/+4 | |
| | |||||
* | fix VS build (noticed only when using MSBUILD=1) (nw) | 2016-10-23 | 1 | -0/+7 | |
| | |||||
* | NOTICE (TYPE NAME CONSOLIDATION) | 2016-10-22 | 1 | -2/+2 | |
| | | | | | 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 | ||||
* | Cleanup, TIMER_CALLBACK was only in unused parts (nw) | 2016-10-21 | 1 | -12/+0 | |
| | |||||
* | DAC WIP, started documenting the DACs in use. [smf] | 2016-10-17 | 1 | -0/+25 | |
| | | | | | | | | | | | | | | | | | | ataxx: Fixed missing sound channel caused by one dac not being hooked up and one dac being hooked up to two addresses. bestbest: Fixed high pitch screech caused by incorrect addressing (two dacs weren't hooked up and two were hooked up to two addresses). cchasm: Fixed static noise generation caused by feeding the same bit to both dacs. cheekyms: Slightly improved sound by implementing sound triggers as 8 x 1 bit dacs instead of 1 x 8 bit dac. galeb: Fixed sound by implementing it according to http://www.deltasoft.com.hr/retro/galebemu.htm & implemented enough of LOAD/SAVE to stop it hanging. hard drivin: (all games in driver) Improved 12 bit controls, although centre still goes out of sync. mea8000: Converted to a sound device. megaphx: Fixed noisy samples due to wrong format. microvsn: Fixed sound pitch caused by incorrect usage of write_signed8(). seicross: Changed to a 4 bit dac as samples are packed nibble. spaceg: Preliminary sound using space invaders samples. suna8: Changed to a 4 bit dac as samples are packed nibble. vcombat: Fixed static during machine gun fire due to incorrect dc offset removal. vectrex: Fixed noisy samples due to wrong format. wheelfir: Fixed sound, eeprom & analogue steering wheel and brake pedal. | ||||
* | -Added: Dallas DS1386-8K and DS1386-32K timekeepers (largely untested). ↵ | 2016-10-16 | 1 | -0/+12 | |
| | | | | [Ryan Holtz] | ||||
* | Merge pull request #1506 from fulivi/hp9845_dev6 | 2016-10-13 | 1 | -0/+12 | |
|\ | | | | | Hp9845: added support of I/O cards | ||||
| * | hp9845: handling of I/O slots added. Implemented HP98035 RTC card. | 2016-10-12 | 1 | -0/+12 | |
| | | |||||
* | | console in separate class (nw) | 2016-10-12 | 1 | -0/+2 | |
| | | |||||
* | | media_identifier in separate file (nw) | 2016-10-12 | 1 | -0/+2 | |
| | | |||||
* | | Changing spaces to tabs for fac14f5 (nw) | 2016-10-09 | 1 | -1/+1 | |
| | | |||||
* | | Fix SDL build on windows: asio.hpp requires _WIN32_WINNT (nw) | 2016-10-09 | 1 | -0/+1 | |
| | | |||||
* | | Initial work on console interface (nw) | 2016-10-09 | 1 | -0/+1 | |
| | | | | | | | | Use Ctrl-Z to close console on any OS. To start use -console parameter | ||||
* | | Added more warning disable to support compile on various clang versions (nw) | 2016-10-08 | 1 | -1/+1 | |
| | | |||||
* | | Fix compile (nw) | 2016-10-07 | 1 | -0/+20 | |
| | | |||||
* | | Replaced code usage of libuv with asio library (nw) | 2016-10-07 | 3 | -219/+2 | |
| | |