Néstor Soriano
Néstor Soriano
### All Submissions: - [ ] Have you followed the [WooCommerce Contributing guideline](https://github.com/woocommerce/woocommerce/blob/trunk/.github/CONTRIBUTING.md)? - [ ] Does your code follow the [WordPress' coding standards](https://make.wordpress.org/core/handbook/best-practices/coding-standards/)? - [ ] Have you checked...
### All Submissions: - [ ] Have you followed the [WooCommerce Contributing guideline](https://github.com/woocommerce/woocommerce/blob/trunk/.github/CONTRIBUTING.md)? - [ ] Does your code follow the [WordPress' coding standards](https://make.wordpress.org/core/handbook/best-practices/coding-standards/)? - [ ] Have you checked...
## Feature Request Right now there's a `finders` configuration key that tells how to find the files to be processed and included in the output. The problem is that there's...
This pull request fixes a bug and adds a new feature. The former is a prerequisite for the later. #### Fixed bug `validateOutputDir` in `AddPrefixCommand` asks the user for confirmation...
Add an `output-dir` option to the configuration file. This allows to specify the base output directory for the generated prefixed files in the configuration file, the same way as the...
This pull request modifies `source/kernel/Makefile`, `source/kernel/drivers/SunriseIDE/driver.mac` and `source/kernel/drivers/SunriseIDE/sunride.asm` so that two additional ROM files are generated: * Nextor-(version).SunriseIDE.MasterOnly.ROM * Nextor-(version).SunriseIDE.MasterOnly.emulators.ROM These versions work as the existing ones, except that slave...
Update kernel version number to 2.1.1
**Prerrequisite for understanding this issue:** Read [how interrupts and HOKSAV work in MSX-DOS](https://www.msx.org/wiki/System_variables_and_work_area#Disks). In MSX-DOS 1 mode Nextor was incorrectly invoking `SETINT` and `PRVINT`, which is something that don't make...
The problem (visible at least in the Daewoo CPC-400) is that the CHPUT routine is supposed to not modify the IX and IY registers, but in this computer it does...
1) On MSX2 or higher, just before doing the round of the 2nd calls to the devices DRV_INIT routines, Nextor should call the subROM's SDFSCR routine to set the screen...