| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | emu/ioport.h: Made syntax for configuring callbacks more consistent. | 2024-10-18 | 1 | -2/+2 | |
| | | | | | | | | | | | | | You now use FUNC or NAME to configure port field callbacks, like you would when configuring other kinds of callbacks. This has a number of benefits: * No need to remember different syntax for port field callbacks, and more approachable for new contributors. * May use function templates with multiple arugments using NAME((&...)) syntax without resorting to another layer of macros. * May use non-member functions on the odd chance it's useful. * More natural syntax for referring to member functions. | ||||
| * | bus/spectrum: Changed m_romcs type int->bool. | 2024-02-18 | 1 | -2/+2 | |
| | | |||||
| * | Move format #includes out of header files | 2023-10-12 | 1 | -0/+2 | |
| | | |||||
| * | emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit ↵ | 2023-06-01 | 1 | -1/+1 | |
| | | | | | function signatures. (#11283) [Ryan Holtz] | ||||
| * | floppy: remove the intermediate allocator | 2022-03-30 | 1 | -1/+1 | |
| | | |||||
| * | zx spectrum: new slot devices, floating bus restore, big mface tidy-up (#7913) | 2022-01-25 | 1 | -0/+1 | |
| | | |||||
| * | floppies: Turn the format arrays into function calls. Create a default ↵ | 2021-03-02 | 1 | -3/+5 | |
| | | | | | "mfm", "fm" and "pc" list of formats. Their contents, and which driver uses what, may need some tuning. | ||||
| * | Ensure validation of device tags in non-default slot options | 2021-02-20 | 1 | -2/+2 | |
| | | |||||
| * | bus/spectrum fix expansion devices chaining | 2020-07-22 | 1 | -6/+0 | |
| | | |||||
| * | spectrum: implemented Speccy-DOS and FloppyOne DOS interfaces, add "IC-DOS" ↵ | 2020-07-11 | 1 | -2/+5 | |
| | | | | | Beta Plus clone | ||||
| * | spectrum/beta.cpp add centronics port and joystick to clones with such features | 2020-06-28 | 1 | -1/+126 | |
| | | |||||
| * | srcclean and cleanup (nw) | 2020-06-21 | 1 | -1/+1 | |
| | | |||||
| * | spectrum.cpp: add Didaktik D40/D80 disk interface | 2020-06-21 | 1 | -1/+1 | |
| | | |||||
| * | spectrum/beta.cpp add remaining known clone devices | 2020-06-20 | 1 | -7/+177 | |
| | | |||||
| * | spectrum/beta.cpp add most of known clone ROMs | 2020-06-12 | 1 | -39/+128 | |
| | | |||||
| * | spectrum/beta.cpp add original TR-DOS v4.12 firmware [Luzie] | 2020-06-11 | 1 | -3/+4 | |
| | | |||||
| * | little fix (nw) | 2020-05-31 | 1 | -3/+3 | |
| | | |||||
| * | ZX-Spectrum Beta-disk interfaces improvements, all V2-V5 models should work ↵ | 2020-05-31 | 1 | -36/+87 | |
| | | | | | fine now | ||||
| * | ZX-Spectrum Beta-disc FDCs: modernize/fix FDD motor control | 2020-05-26 | 1 | -14/+38 | |
| | | |||||
| * | srcclean (nw) | 2019-09-22 | 1 | -69/+69 | |
| | | |||||
| * | push forward with the spectrum betadisc stuff, now system at least boots ↵ | 2019-08-31 | 1 | -15/+51 | |
| | | | | | | | | | | | | | with it enabled (nw) (#5576) * work towards betadisc (nw) * work towards older betadisk support (nw) * some refactoring (nw) * add note from Metallic (nw) | ||||
| * | Spectrum betadisk stuff (#5564) | 2019-08-29 | 1 | -66/+218 | |
| | | | | | | | | | | | * spectrum bus : rename beta.cpp to beta128.cpp as the original beta is somewhat different (nw) * (nw) * start making a device for the actual original beta disk interfaces (nw) * flesh out beta stuff a bit (nw) | ||||
| * | ioport: Change PORT_CHANGED_MEMBER param type from void * to u32 (nw) | 2019-08-15 | 1 | -1/+1 | |
| | | |||||
| * | (nw) Clean up the mess on master | 2019-03-26 | 1 | -0/+256 | |
| | | | | | | | | | | | | | | This effectively reverts b380514764cf857469bae61c11143a19f79a74c5 and c24473ddff715ecec2e258a6eb38960cf8c8e98e, restoring the state at 598cd5227223c3b04ca31f0dbc1981256d9ea3ff. Before pushing, please check that what you're about to push is sane. Check your local commit log and ensure there isn't anything out-of-place before pushing to mainline. When things like this happen, it wastes everyone's time. I really don't need this in a week when real work™ is busting my balls and I'm behind where I want to be with preparing for MAME release. | ||||
| * | Revert "conflict resolution (nw)" | 2019-03-25 | 1 | -256/+0 | |
| | | | | | | This reverts commit c24473ddff715ecec2e258a6eb38960cf8c8e98e, reversing changes made to 009cba4fb8102102168ef32870892438327f3705. | ||||
| * | spectrum: Added the Technology Research Beta 128 Disk Interface. | 2019-03-14 | 1 | -0/+256 | |
