summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/vsmile (follow)
Commit message (Expand)AuthorAgeFilesLines
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-141-7/+7
* Make "slot" feature in software lists and a few related features case-sensitive AJR2021-01-051-2/+1
* srcclean in preparation for 0.226 release branch Vas Crabb2020-10-251-11/+11
* Software list items promoted to working Ryan Holtz2020-10-105-32/+307
* bus/vsmile/rom.cpp: fixed reported crash Ivan Vangelista2020-10-042-2/+2
* -vsmile_ctrl: Disable verbose logging (nw) Ryan Holtz2020-07-121-1/+1
* -vsmile: Fixed inputs. [Ryan Holtz] Ryan Holtz2020-07-121-2/+2
* various devices and drivers: removed superfluous semicolons (nw) Ivan Vangelista2020-06-291-1/+1
* Various buses and associated drivers: Simplify handler signatures (nw) AJR2020-05-214-41/+41
* start putting noexcept on things that have no business throwing exceptions, s... Vas Crabb2019-11-101-12/+14
* Spring cleaning: Vas Crabb2019-11-014-47/+15
* ioport: Change PORT_CHANGED_MEMBER param type from void * to u32 (nw) AJR2019-08-151-2/+2
* (nw) Clean up the mess on master Vas Crabb2019-03-268-0/+1348
* Revert "conflict resolution (nw)" andreasnaive2019-03-258-1348/+0
* srcclean (nw) Vas Crabb2019-02-241-1/+1
* New machines marked as NOT_WORKING mooglyguy2019-02-034-17/+39
* srcclean and cleanup (nw) Vas Crabb2019-01-271-2/+2
* vsmile_ctrl: add machine context to logging (nw) Vas Crabb2019-01-222-9/+20
* vsmile: remove need for reset hack joystick, enable second controller port (n... Vas Crabb2019-01-223-16/+6
* vsmile_ctrl: hack to survive F3 reset (nw) Vas Crabb2019-01-223-1/+16
* vsmile_ctrl: fix controller not working if buttons are pushed too early Vas Crabb2019-01-214-55/+272
* vsmile_ctrl: honour controller select Vas Crabb2019-01-214-128/+207
* -vsmile_slot: Removed must_be_loaded flag, as both vsmile and vsmileb will fu... mooglyguy2019-01-201-1/+1
* -vsmile_ctrl: Fixed pad slot device. Disabled second controller for now until... MooglyGuy2019-01-201-8/+14
* -vsmile: Converted to use slot devices for controllers. Breaks controller inp... MooglyGuy2019-01-205-87/+283
* -vsmile: Turn the 'test point' GPIO port C bit off. Fixes choppy sprites. Pro... mooglyguy2019-01-201-3/+0
* -spg2xx: Added additional timer logging, nw. MooglyGuy2019-01-198-0/+815
* -vsmile: Removed all of my work and returned to a skeleton driver, since it's... MooglyGuy2019-01-198-815/+0
* vsmile: add skeleton controller bus Vas Crabb2019-01-204-0/+307
* -vsmile_slot: Added NVRAM support which should work, but doesn't. nw MooglyGuy2019-01-184-29/+44
* -vsmile: Added proper slot device emulation for the cartridge slot. Gets vsmi... mooglyguy2019-01-174-0/+493