md2teach/md2teach
Jeremy Rand ff039e5ee0 Implement some changes based on feedback from Kelvin:
- Add the window position resource first.  That way, if the style resource needs to grow, the window position resource will not need to be re-written.

- Do not dispose of a handle passed to the resource manager through AddResource.  The resource is owned by the resource manager after that.

- No need to make the resource as changed when adding a resource.  It is implied.

Also, rename the disk image from Distribution to md2teach.
2021-05-10 22:58:12 -04:00
..
make Implement some changes based on feedback from Kelvin: 2021-05-10 22:58:12 -04:00
shell Implement some changes based on feedback from Kelvin: 2021-05-10 22:58:12 -04:00
babelfish.mk Install Babelfish on the boot disk. It no longer boots in GSPlus for some reason (warning about memory and not sure why). So, will do further testing from mame I guess. 2021-05-07 00:19:26 -04:00
Makefile Add more to the makefiles to support building both the shell command and the babelfish translator which is the next step in supporting markdown. 2021-05-06 23:43:31 -04:00
md4c.c Review all uses of int and unsigned and promote them to int32_t or uint32_t as required. 2021-04-16 00:26:25 -04:00
md4c.h Provide a bunch of the implementation for updating the style information. 2021-04-26 20:16:42 -04:00
shell.mk Install Babelfish on the boot disk. It no longer boots in GSPlus for some reason (warning about memory and not sure why). So, will do further testing from mame I guess. 2021-05-07 00:19:26 -04:00
test.md Add all of the supported entities to the test markdown file. They look good in the resulting Teach file. 2021-04-29 20:37:17 -04:00