summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src
Commit message (Collapse)AuthorAgeFilesLines
* Make executable for test follow rules for main file (nw) Miodrag Milanovic2016-11-121-0/+44
| | | | | Make normal notation for require (nw) Split properly tests (nw)
* Converted existing test to catch framework (nw) Miodrag Milanovic2016-11-121-38/+1
|
* Add basic keyboard input to UWP (nw) Brad Hughes2016-11-111-0/+1
|
* No need for osd_malloc, osd_malloc_array and osd_free (nw) Miodrag Milanovic2016-11-112-9/+0
| | | | MALLOC_DEBUG not applicable anymore since we use new to allocate in 99.9% of cases
* move asset files to proper place Miodrag Milanovic2016-11-111-3/+3
|
* UWP builds again but by no means working (nw) Brad Hughes2016-11-101-2/+2
|
* Fixed android build (nw) Miodrag Milanovic2016-11-101-1/+1
|
* Adding video and window code to UWP(nw) Miodrag Milanovic2016-11-101-0/+6
|
* Some more work on UWP (nw) Miodrag Milanovic2016-11-103-7/+47
|
* Add more UWP support (nw) Miodrag Milanovic2016-11-091-0/+4
|
* Make 3rdparty compile for UWP and start adding new OSD for UWP based on ↵ Miodrag Milanovic2016-11-093-1/+164
| | | | previous Brad work (nw)
* Fix some single driver builds (nw) Miodrag Milanovic2016-11-082-2/+2
|
* resurected sqlite3 and lsqlite3 (nw) Miodrag Milanovic2016-11-072-0/+35
|
* Trying to do link fix (nw) Miodrag Milanovic2016-11-071-2/+3
|
* Added ability to use ASIO in all core MAME parts (nw) Miodrag Milanovic2016-11-073-0/+4
|
* Added basic HTTP server, not active yet, based on ASIO example with small ↵ Miodrag Milanovic2016-11-071-0/+32
| | | | refactoring included (nw)
* plugins/console: add lua console [Carl] cracyc2016-11-061-2/+0
|
* Merge pull request #1637 from fulivi/hp9845_dev7 R. Belmont2016-11-051-0/+16
|\ | | | | Hp9845: re-implemented 98035 module with a nanoprocessor driver
| * nanoprocessor: initial support. Disassembler only is known to work at this ↵ fulivi2016-11-031-0/+16
| | | | | | | | point.
* | Added lua-linenoise by Carls request (nw) Miodrag Milanovic2016-11-041-0/+2
| |
* | Fixed x64 builds with new luaengine on VS2015(nw) Miodrag Milanovic2016-11-031-0/+5
|/
* ASIO - header only mode (nw) Miodrag Milanovic2016-11-021-1/+0
|
* Update bgfx shader path for Emscripten build (nw) Justin Kerk2016-11-011-1/+1
|
* added non-legacy i82439tx and created a driver using it in pcipc (nw) Miodrag Milanovic2016-10-301-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 R. Belmont2016-10-291-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) AJR2016-10-241-0/+2
| |
* | Updated BGFX and BX and recompiled shaders (nw) Branimir Karadžić2016-10-291-2/+3
| |
* | Experimental support for compiling to WebAssembly using Emscripten (not yet ↵ Justin Kerk2016-10-291-0/+5
| | | | | | | | working) (nw)
* | New devices added therealmogminer@gmail.com2016-10-281-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 therealmogminer@gmail.com2016-10-281-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] therealmogminer@gmail.com2016-10-281-0/+12
| |
* | -hazeltin: Added preliminary video, still broken due to timing issues. [Ryan ↵ therealmogminer@gmail.com2016-10-271-0/+12
|/ | | | Holtz]
* Merging Konami disassembler with M6809/HD6309 disassemblers Nathan Woods2016-10-231-1/+0
|
* Merged the M6809 and HD6309 disassemblers, and changed to properly use streams Nathan Woods2016-10-231-2/+1
|
* srcclean (nw) Vas Crabb2016-10-232-4/+4
|
* fix VS build (noticed only when using MSBUILD=1) (nw) Miodrag Milanovic2016-10-231-0/+7
|
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-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) Miodrag Milanovic2016-10-211-12/+0
|
* DAC WIP, started documenting the DACs in use. [smf] smf-2016-10-171-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). ↵ therealmogminer@gmail.com2016-10-161-0/+12
| | | | [Ryan Holtz]
* Merge pull request #1506 from fulivi/hp9845_dev6 R. Belmont2016-10-131-0/+12
|\ | | | | Hp9845: added support of I/O cards
| * hp9845: handling of I/O slots added. Implemented HP98035 RTC card. fulivi2016-10-121-0/+12
| |
* | console in separate class (nw) Miodrag Milanovic2016-10-121-0/+2
| |
* | media_identifier in separate file (nw) Miodrag Milanovic2016-10-121-0/+2
| |
* | Changing spaces to tabs for fac14f5 (nw) Brad Hughes2016-10-091-1/+1
| |
* | Fix SDL build on windows: asio.hpp requires _WIN32_WINNT (nw) Brad Hughes2016-10-091-0/+1
| |
* | Initial work on console interface (nw) Miodrag Milanovic2016-10-091-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) Miodrag Milanovic2016-10-081-1/+1
| |
* | Fix compile (nw) Miodrag Milanovic2016-10-071-0/+20
| |
* | Replaced code usage of libuv with asio library (nw) Miodrag Milanovic2016-10-073-219/+2
| |